From: | Tino Wildenhain <tino(at)wildenhain(dot)de> |
---|---|
To: | john-paul delaney <jp(at)justatest(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Newbie: More readline woes. |
Date: | 2002-11-03 20:31:16 |
Message-ID: | 106116837.1036359076@liza |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
....
> I'm trying to install postgresql 7.2.3 after removing
> the rpm installation (which worked ok with readline) on RH7.3. My
> problem is that the output of configure states:
> ...
> checking for readline... no
> ...
> with the result that postgresql installs ok but I don't have any
> command-line history. Readline .so files are installed on /usr/lib and
> the header files in /usr/include/readline.
>
> This is my configure command:
>
> ./configure --enable-multibyte '--enable-nls='it fr de'
> --with-openssl=/usr/share/ssl --enable-syslog --with-includes=/usr/include
> --with-libraries=/usr/lib
>
> Any suggestions to figure out why it's not recognizing readline already
> installed are greatly appreciated.
>
> (If I install from rpms command-line history works - but I'd like to use
> the latest version and install to /usr/local/pgsql instead of redhat's
> default /usr/lib/pgsql)
This is because you need libreadline-devel (say the header files) to compile
a piece of software for it. You dont need the header files with already
compiled binaries.
Does this help you?
Regards
Tino
From | Date | Subject | |
---|---|---|---|
Next Message | john-paul delaney | 2002-11-03 21:39:16 | Re: Newbie: More readline woes. |
Previous Message | Robert John Shepherd | 2002-11-03 20:15:24 | ODBC: Could not send Query to backend; Socket has been closed |