postgresql-8.3RC2 and the continuing saga of libreadline - Mailing list pgsql-novice

From G. J. Walsh
Subject postgresql-8.3RC2 and the continuing saga of libreadline
Date
Msg-id 1201750724.19762.13.camel@www.dscdirectionalservices.com
Whole thread Raw
List pgsql-novice
I have a special requirement which I am told is addressed with string
arrays in the upcoming release, where I will be able to establish, for
example 192 nulls within a string.

Downloaded the tarball for 8.3RC2 with great expectations earlier today
and stumbled into the murky waters of readline location. This problem
seems to have come up over the past 5 years. The solution is almost
always the same, although I have never understood why it is here in the
first place.

In my Mandriva 2008.1, libreadline files are placed by the binary
distribution this way:
/lib/libreadline.so.5
/lib/libreadline.so
/lib/libreadline.so.5.2
/usr/lib/libreadline.so
/usr/lib/libreadline.a
and: /usr/share/doc/libreadline5-devel.

The usual posted 'fix' is to help postgres find what it wants by using
the --with-libs directive.

Okay, so I tried both --with-libs=/lib and --with-libs=/usr/lib to no
avail.

Is there something I can do to assuage this tarball's appetite???



pgsql-novice by date:

Previous
From: Josh
Date:
Subject: Re: Protecting a web app from Postgresql injection
Next
From: "A. Kretschmer"
Date:
Subject: Re: Protecting a web app from Postgresql injection