Re: [GENERAL] ld.so failed
Jim Mercer <jim@reptiles.org>
From: jim@reptiles.org (Jim Mercer)
To: CHUETTL@ahorn.sgh.uunet.de (Carsten Huettl)
Cc: hitesh@presys.com, pgsql-general@postgreSQL.org
Date: 1999-10-15T13:59:09Z
Lists: pgsql-hackers
> > 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 ]