RE: OpenBSD 2.9 - installation works fine but psql won't run

From: "Alexander Fordyce" <alex(at)ax-im(dot)com>
To: "Peter Eisentraut" <peter_e(at)gmx(dot)net>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: RE: OpenBSD 2.9 - installation works fine but psql won't run
Date: 2001-08-16 03:37:27
Message-ID: LJEKJPDGPIJOPIBHGEGKKEJPCGAA.alex@ax-im.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sure enough, that's the exact error I get. I tried LIBS=-ltermcap and it
worked! Everything's up and running. What would LIBS=-lcurses do? (sorry,
I'm not familiar enough yet with the grisly details to know where to look
for answers).

Thanks very much for your help.
-Alex

> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org
> [mailto:pgsql-general-owner(at)postgresql(dot)org]On Behalf Of Peter Eisentraut
> Sent: Wednesday, August 15, 2001 3:55 PM
> To: Alexander Fordyce
> Cc: pgsql-general(at)postgresql(dot)org
> Subject: Re: [GENERAL] OpenBSD 2.9 - installation works fine but psql
> won't run
>
>
> Alexander Fordyce writes:
>
> > /usr/libexec/ld.so: Undefined symbol "_tgetent" called from
> > psql:/usr/lib/libreadline.so.0.0 at 0x40088964
>
> See
>
> http://www.ca.postgresql.org/mhonarc/pgsql-bugs/2001-08/msg00056.html
>
> Try
>
> LIBS=-lcurses ./configure ...
>
> --
> Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Barry Lind 2001-08-16 03:58:33 Re: JDBC commit() not working?
Previous Message Robert Berger 2001-08-16 03:15:29 JDBC commit() not working?