Hello,
I've been trying to get postgres to install with readline, but keep getting:
checking for readline... (cached) no
With previous versions the following seemed to do the trick:
./configure --prefix=/apps/postgres/pgsql
--with-includes=/apps/postgres/readline/include/
--with-libraries=/apps/postgres/readline/lib/
Tried it with and without the final / on the directory name with the same
lack of success. It's being installed on a Sun Sparc, SunOS 5.8 and using
readline 4.1.
Any advice greatly received!
Mary