Re: 8.2beta1 does not compile for me on Solaris 10
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Joseph S <jks@selectacast.net>
Cc: "Joshua D. Drake" <jd@commandprompt.com>, pgsql-hackers@postgresql.org
Date: 2006-10-10T21:24:01Z
Lists: pgsql-hackers
Joseph S wrote: > Joshua D. Drake wrote: >> Joseph Shraibman wrote: >> >>> [jks@xx ~/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 proper >>> directory. >>> Use --without-readline to disable readline support. >>> [jks@xx ~/postgresql-8.2beta1]$ uname -a >>> SunOS xx 5.10 Generic i86pc i386 i86pc >> >> >> Do you have readline installed? >> > Apparently not. Of course it could be in some strange place where > neither I nor the configure script can find it. Solaris is like that. > I don't run postgresql on Solaris, I just happened to have a Solaris > box on which I could test compile the beta, and I'm reporting the > results. I had to install a private copy of readline on buildfarm hyena to get it working there. cheers andrew