Subject: Re: cvs.netbsd.org down?
To: Jon Buller <jon@bullers.net>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: tech-pkg
Date: 05/18/2001 21:44:44
On Thu, May 17, 2001 at 09:30:07PM -0700, Jon Buller wrote:
... 
> Ack! What bad timing.  I just tried to upgrade guile since I didn't
> have a whole lot better to do at the moment.  This went and upgraded
> readline and libtool for me, but in the process (and without any
> warning) it nuked PostgreSQL.  I presume PGSQL needs readline...

I don't know which version is in pkgsrc, but since January
pgsql is very happy with NetBSD's libedit as found in -current..

% ldd `which psql`
/usr/local/pgsql/bin/psql:
         -lcrypt.0 => /usr/lib/libcrypt.so.0
         -lresolv.1 => /usr/lib/libresolv.so.1
         -lpq.2 => /usr/local/pgsql/lib/libpq.so.2
         -lz.0 => /usr/lib/libz.so.0
         -lm.0 => /usr/lib/libm387.so.0
         -lm.0 => /usr/lib/libm.so.0
         -lutil.5 => /usr/lib/libutil.so.5
         -ledit.2 => /usr/lib/libedit.so.2  <<<<<<<<  Hello Jarmomir ;)
         -ltermcap.0 => /usr/lib/libtermcap.so.0
         -lc.12 => /usr/lib/libc.so.12

and of course pgsql doesn't *need* readline, it's just friendlier.

Just FYI,

Patrick