Re: [GENERAL] ld.so failed

From: Shrilekha Modak <shrilekha(dot)intec(at)wminet(dot)net>
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-15 08:28:39
Message-ID: 3806E5B7.3D4D520C@wminet.net
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

************

Browse pgsql-general by date

  From Date Subject
Next Message Mark Jewiss 1999-10-15 08:31:19 RE: [GENERAL] Another access control query
Previous Message Robert Chalmers 1999-10-15 07:39:52 Re: [GENERAL] Convert MS access database into PostgreSQL