"Alejandro D. Burne" <alejandro.dburne@xxxxxxxxx> writes: > 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 Try looking at the config.log output in the part where it's trying to find readline (should be near the end); the link error messages may be enlightening. If not, try "ldd" on the readline library file to see what its dependencies are --- the best theory I have is that you are missing some library it requires. (It ain't necessarily termcap.) Of course if you are this would indicate a packaging mistake for libreadline, because it should have had an RPM dependency on whatever it needs. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html