Re: [HACKERS] 8.2beta1 does not compile for me on Solaris 10

2006-10-10 Thread Peter Eisentraut
Tom Lane wrote: > This most likely means that libreadline depends on another shared > library (termcap maybe?) that isn't installed in your default search > path; so you'd need to set LD_LIBRARY_PATH or LD_RUN_PATH --- see > item 3 in our FAQ_Solaris for info. One would think that blastwave's > do

Re: [HACKERS] 8.2beta1 does not compile for me on Solaris 10

2006-10-10 Thread Tom Lane
Joseph S writes: > I'm attaching the whole log. It appears that blastwave's version of readline passes the link test: > configure:6320: checking for -lreadline > configure:6347: gcc -o conftest -O2 -Wall -Wmissing-prototypes > -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-label

Re: [HACKERS] 8.2beta1 does not compile for me on Solaris 10

2006-10-10 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > Joseph S wrote: >> checking test program... failed >> configure: error: >> *** Could not execute a simple test program. This may be a problem >> *** related to locating shared libraries. Check the file 'config.log' >> *** for the exact reason. > I had

Re: [HACKERS] 8.2beta1 does not compile for me on Solaris 10

2006-10-10 Thread Josh Berkus
Joseph, How about just compiling --without-readline? Also, if you have Sun Studio 11 available, you'll get better performance out of your PostgreSQL. -- --Josh Josh Berkus PostgreSQL @ Sun San Francisco ---(end of broadcast)--- TIP 6: explain a

Re: [HACKERS] 8.2beta1 does not compile for me on Solaris 10

2006-10-10 Thread Andrew Dunstan
Joseph S wrote: Tom Lane wrote: Joseph S writes: Anyway I installed the readline package from blastwave but the configure script still didn't find it. Where does blastwave put it? You likely need --with-includes and/or --with=libraries switches to tell configure where to look.

Re: [HACKERS] 8.2beta1 does not compile for me on Solaris 10

2006-10-10 Thread Tom Arthurs
Joseph S wrote: Josh Berkus wrote: Use --without-readline to disable readline support. [EMAIL PROTECTED] ~/postgresql-8.2beta1]$ uname -a SunOS xx 5.10 Generic i86pc i386 i86pc Do you have readline installed? It's not standard on Solaris. I don't know if it's even available from Blastwave

Re: [HACKERS] 8.2beta1 does not compile for me on Solaris 10

2006-10-10 Thread Joseph S
Tom Lane wrote: Joseph S writes: Anyway I installed the readline package from blastwave but the configure script still didn't find it. Where does blastwave put it? You likely need --with-includes and/or --with=libraries switches to tell configure where to look. reg

Re: [HACKERS] 8.2beta1 does not compile for me on Solaris 10

2006-10-10 Thread Tom Lane
Joseph S writes: > Anyway I installed the readline package from blastwave but the configure > script still didn't find it. Where does blastwave put it? You likely need --with-includes and/or --with=libraries switches to tell configure where to look. regards, tom lane -

Re: [HACKERS] 8.2beta1 does not compile for me on Solaris 10

2006-10-10 Thread Andrew Dunstan
Joseph S wrote: Joshua D. Drake wrote: Joseph Shraibman wrote: [EMAIL PROTECTED] ~/postgresql-8.2beta1]$ ./configure --enable-debug --with-cassert configure: error: readline library not found If you have readline already installed, see config.log for details on the failure. It is possible

Re: [HACKERS] 8.2beta1 does not compile for me on Solaris 10

2006-10-10 Thread Joseph S
Josh Berkus wrote: Use --without-readline to disable readline support. [EMAIL PROTECTED] ~/postgresql-8.2beta1]$ uname -a SunOS xx 5.10 Generic i86pc i386 i86pc Do you have readline installed? It's not standard on Solaris. I don't know if it's even available from Blastwave. Apparently i

Re: [HACKERS] 8.2beta1 does not compile for me on Solaris 10

2006-10-10 Thread Joseph S
Joshua D. Drake wrote: Joseph Shraibman wrote: [EMAIL PROTECTED] ~/postgresql-8.2beta1]$ ./configure --enable-debug --with-cassert 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: [HACKERS] 8.2beta1 does not compile for me on Solaris 10

2006-10-10 Thread Josh Berkus
> > Use --without-readline to disable readline support. > > [EMAIL PROTECTED] ~/postgresql-8.2beta1]$ uname -a > > SunOS xx 5.10 Generic i86pc i386 i86pc > > Do you have readline installed? It's not standard on Solaris. I don't know if it's even available from Blastwave. -- --Josh Josh Berku

Re: [HACKERS] 8.2beta1 does not compile for me on Solaris 10

2006-10-10 Thread Joshua D. Drake
Joseph Shraibman wrote: > [EMAIL PROTECTED] ~/postgresql-8.2beta1]$ ./configure --enable-debug > --with-cassert > 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 looking in the pr

[HACKERS] 8.2beta1 does not compile for me on Solaris 10

2006-10-10 Thread Joseph Shraibman
[EMAIL PROTECTED] ~/postgresql-8.2beta1]$ ./configure --enable-debug --with-cassert checking build system type... i386-pc-solaris2.10 checking host system type... i386-pc-solaris2.10 checking which template to use... solaris checking whether to build with 64-bit integer date/time support... no ch