Re: [GENERAL] ld.so failed

From: "Shawn T(dot) Walker" <shawn(at)netcrafters(dot)com>
To: Carsten Huettl <CHUETTL(at)ahorn(dot)sgh(dot)uunet(dot)de>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] ld.so failed
Date: 1999-10-14 22:19:15
Message-ID: Pine.LNX.3.95.991014181715.27443H-100000@bigboy.netcrafters.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>From the command line as root run the following:

/sbin/ldconfig -m /usr/local/pgsql/lib/

Do not just run ldconfig by itself on FreeBSD or you are in for a surprise
because it resets your library paths incorrectly. See the freebsd.org
website for a detailed explanation.

On Thu, 14 Oct 1999, Carsten Huettl wrote:

Shawn

> Hello,
>
> after installation of postgresql 6.4.2 on my Freebsd machine I can
> not create a database
>
> bash-2.03$ createdb mydb
> ld.so failed: Can't find shared library "libpq.so.2.0"
> createdb: database creation failed on mydb.
>
> I have checked the permissons and the PATH env. Everything
> seems to be ok.
>
> I checked the lib/ dir for pqlib.so.2.0 and it is there.
>
> So wath can I do?
> Any hints?
>
> TIA
> C.
>
>
> --
> Carsten Huettl - <http://www.ahorn-Net.de>
> pgp-key on request
>
> ************
>

-------
Shawn T. Walker <---> shawn(at)netcrafters(dot)com
Netcrafters Design <---> http://www.netcrafters.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jim Mercer 1999-10-14 22:58:31 Re: [GENERAL] ld.so failed
Previous Message Hitesh Patel 1999-10-14 22:03:45 Re: [GENERAL] ld.so failed