Re: [ADMIN] Installation problem with libreadline

2003-08-14 Thread Daniel Seichter
Hello,
 How do I go about resolving the undefined ncurses references in
libreadline?
 I have Mandrake Linux.
Did you install the readline-devel?

Daniel




---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org


Re: [ADMIN] Installation problem with libreadline

2003-08-14 Thread pw
On Sat, 2003-08-09 at 08:17, Daniel Seichter wrote:
 Hello,
  How do I go about resolving the undefined ncurses references in
 libreadline?

Yeah, that's the thing that fails when I run ./config of the
postgres7.3.3 build under Mandrake 7.3 .

ld checks libreadline.so for various calls and then bails.
libreadline is a symlink to the lastest version of libreadline
which appears to have dropped ncurses from the build for some 
reason. (proprietary code in ncurses...???)



  I have Mandrake Linux.
 Did you install the readline-devel?
 

I guess I could do that.
I'll try it today and let the list know how it goes.

Thanks for your help,

Peter





---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])


[ADMIN] Installation problem with libreadline

2003-08-14 Thread Peter Willis
Hello,

I have seen a number of links via google describing build problems
(./configure)
with postgres and libreadline.so .

How do I go about resolving the undefined ncurses references in libreadline?
I have Mandrake Linux.

Thanks for the help

Peter



---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faqs/FAQ.html


[ADMIN] Installation problem with libreadline

2003-08-09 Thread pw
Hello,

I have seen a number of links via google describing build problems
(./configure)
with postgres and libreadline.so .

How do I go about resolving the undefined ncurses references in libreadline?
I have Mandrake Linux.

Thanks for the help

Peter



---(end of broadcast)---
TIP 8: explain analyze is your friend