Re: [GENERAL] Configure fails to find readline libraries

2009-05-19 Thread Tom Lane
Jeffrey Trimble writes: > configure:6337: checking for -lreadline > configure:6364: gcc -o conftest -I/usr/local/include -I/usr/local/ > include/readline -Wall -Wmissing-prototypes -Wpointer-arith -Winline - > Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing - > fwrapv -D_GNU_SO

Re: [GENERAL] Configure fails to find readline libraries

2009-05-19 Thread Scott Mead
On Tue, May 19, 2009 at 7:32 PM, Jeffrey Trimble wrote: > Hi...Here's the output of that one: > ldd /usr/local/lib/libreadline.so > linux-gate.so.1 => (0xe000) > libc.so.6 => /lib/libc.so.6 (0xb7e9c000) > /lib/ld-linux.so.2 (0xb8055000) > ddev:/ # > Not really sure what the problem is the

Re: [GENERAL] Configure fails to find readline libraries

2009-05-19 Thread Jeffrey Trimble
Hi...Here's the output of that one: ldd /usr/local/lib/libreadline.so linux-gate.so.1 => (0xe000) libc.so.6 => /lib/libc.so.6 (0xb7e9c000) /lib/ld-linux.so.2 (0xb8055000) ddev:/ # There are two versions of readline. REadline 5.2 and Readline 6.0 Readline 5.2 was

Re: [GENERAL] Configure fails to find readline libraries

2009-05-19 Thread Scott Mead
On Tue, May 19, 2009 at 7:23 PM, Jeffrey Trimble wrote: > Hi.. thanks. > Here's a printout from my find command: > > /usr/local/include/readline > /usr/local/include/readline/readline.h > > > And the plot thickens. Here is where it errors out and then loops endlessly > until it quits: > (There are

Re: [GENERAL] Configure fails to find readline libraries

2009-05-19 Thread Jeffrey Trimble
Hi.. thanks. Here's a printout from my find command: /usr/local/include/readline /usr/local/include/readline/readline.h And the plot thickens. Here is where it errors out and then loops endlessly until it quits: (There are symbolic links from libreadline.so to libreadline.so.6.0) configure

Re: [GENERAL] Configure fails to find readline libraries

2009-05-19 Thread Scott Mead
On Tue, May 19, 2009 at 7:08 PM, Jeffrey Trimble wrote: > Thanks, but that didn't work. Here's the complete error result from that: > checking for -lreadline... no > checking for -ledit... no > configure: error: readline library not found > If you have readline already installed, see config.log f

Re: [GENERAL] Configure fails to find readline libraries

2009-05-19 Thread Jeffrey Trimble
Thanks, but that didn't work. Here's the complete error result from that: checking for -lreadline... no checking for -ledit... no configure: error: readline library not found If you have readline already installed, see config.log for details on the failure. It is possible the compiler isn't

Re: [GENERAL] Configure fails to find readline libraries

2009-05-19 Thread Scott Mead
On Tue, May 19, 2009 at 6:34 PM, Jeffrey Trimble wrote: > I'm attempting to install 8.2x postgresql, and configure fails to find the > realine libraries. > Here's my configure: > > ./configure --with-includes=/usr/local/include:/usr/local/include/readline > --with-libraries=/usr/local/lib > Be

[GENERAL] Configure fails to find readline libraries

2009-05-19 Thread Jeffrey Trimble
I'm attempting to install 8.2x postgresql, and configure fails to find the realine libraries. Here's my configure: ./configure --with-includes=/usr/local/include:/usr/local/include/ readline --with-libraries=/usr/local/lib The readline.h file is in the include directory and the lib has the