Re: [GENERAL] ld.so failed

From: jim(at)reptiles(dot)org (Jim Mercer)
To: CHUETTL(at)ahorn(dot)sgh(dot)uunet(dot)de (Carsten Huettl)
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] ld.so failed
Date: 1999-10-14 22:58:31
Message-ID: m11btpP-00080cC@mailbox.reptiles.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> 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?

likely you need to (as root):

# ldconfig -R /usr/local/pgsql/lib
(or whereever you installed the libraries)

--
[ Jim Mercer Reptilian Research jim(at)reptiles(dot)org +1 416 410-5633 ]
[ The telephone, for those of you who have forgotten, was a commonly used ]
[ communications technology in the days before electronic mail. ]
[ They're still easy to find in most large cities. -- Nathaniel Borenstein ]

In response to

Browse pgsql-general by date

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