Re: [GENERAL] ld.so failed

From: Hitesh Patel <hitesh(at)presys(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:03:45
Message-ID: 38065341.92B35B61@presys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Carsten Huettl wrote:
>
> 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
>
> ************
Did you add your pg libraries path into /etc/ld.so.conf
(/usr/local/postgres/libs is mine) and run ldconfig?
--
|---------------------------------|----------------------------|
| Hitesh Patel | Voice: (541) 759-3126 |
| Facilities Development Manager | Fax: (541) 759-3214 |
| Preferred Systems | Email: hitesh(at)presys(dot)com |
|---------------------------------|----------------------------|

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Shawn T. Walker 1999-10-14 22:19:15 Re: [GENERAL] ld.so failed
Previous Message Carsten Huettl 1999-10-14 21:13:53 ld.so failed