Re: [GENERAL] ld.so failed - Mailing list pgsql-general

From jim@reptiles.org (Jim Mercer)
Subject Re: [GENERAL] ld.so failed
Date
Msg-id m11c7sz-00080dC@mailbox.reptiles.org
Whole thread Raw
In response to Re: [GENERAL] ld.so failed  ("Carsten Huettl" <CHUETTL@ahorn.sgh.uunet.de>)
Responses Re: [GENERAL] ld.so failed
List pgsql-general
> > Did you add your pg libraries path into /etc/ld.so.conf
> > (/usr/local/postgres/libs is mine) and run ldconfig?
>
> I searched the whole tree from / for ld.so.conf but did not find one.

freebsd doesn't really use one.

you can manually add the path with "ldconfig -R /path"

you can make the change permanent by adding the path to the ldconfig parameter
int /etc/rc.conf.

alternately, you can include the ldconfig -R command in your
/usr/local/etc/rc.d/pgsql.sh script, if you have one.

--
[ Jim Mercer    Reptilian Research      jim@reptiles.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 ]

pgsql-general by date:

Previous
From: "Moray McConnachie"
Date:
Subject: User defined function
Next
From: Samy Elashmawy
Date:
Subject: Re: [GENERAL] Convert MS access database into PostgreSQL