![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'll be trying to install postgres 8.0b1/b4; when I make the config a message appear: "configure: error: readline library not found" $ rpm -qa | grep readline libreadline4-4.3-7mdk libreadline4-devel-4.3-7mdk |
#3
| |||
| |||
|
|
Sorry, but no reply on pgsql-ports (AT) postgresql (DOT) org. ---------- Forwarded message ---------- From: Alejandro D. Burne <alejandro.dburne (AT) gmail (DOT) com Date: Mon, 15 Nov 2004 15:00:58 +0100 Subject: Problem installing Postgresql on MDK10.0 To: pgsql-ports (AT) postgresql (DOT) org I'll be trying to install postgres 8.0b1/b4; when I make the config a message appear: |
|
"configure: error: readline library not found" $ rpm -qa | grep readline libreadline4-4.3-7mdk libreadline4-devel-4.3-7mdk Then I try; $ ./configure --with-libraries=/lib --with-includes=/usr/include/readline (where the libs are) |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Sorry, but no reply on pgsql-ports (AT) postgresql (DOT) org. ---------- Forwarded message ---------- From: Alejandro D. Burne <alejandro.dburne (AT) gmail (DOT) com Date: Mon, 15 Nov 2004 15:00:58 +0100 Subject: Problem installing Postgresql on MDK10.0 To: pgsql-ports (AT) postgresql (DOT) org I'll be trying to install postgres 8.0b1/b4; when I make the config a message appear: "configure: error: readline library not found" $ rpm -qa | grep readline libreadline4-4.3-7mdk libreadline4-devel-4.3-7mdk Then I try; $ ./configure --with-libraries=/lib --with-includes=/usr/include/readline (where the libs are) I read a message from Tom Lane talking about termcap, it's installed too. The same problem occurs with zlib. I fix it skipping both libs with ./configure --without-readline --without-zlib but... Alejandro ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend |
#6
| |||
| |||
|
|
I think you have to install ncurses. On Mdk 10 its libncurses5-devel I think. Try that and see what happens. Regards, Ben ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html |
![]() |
| Thread Tools | |
| Display Modes | |
| |