Re: [GENERAL] ld.so failed

1999-10-19 Thread Carsten Huettl
From: [EMAIL PROTECTED] (Jim Mercer) Subject:Re: [GENERAL] ld.so failed To: [EMAIL PROTECTED] (Carsten Huettl) Date sent: Fri, 15 Oct 1999 09:59:09 -0400 (EDT) Copies to: [EMAIL PROTECTED], [EMAIL PROTECTED] >

Re: [GENERAL] ld.so failed

1999-10-16 Thread Carsten Huettl
Hello, > 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

Re: [GENERAL] ld.so failed

1999-10-16 Thread Carsten Huettl
Hello, >From the command line as root run the following: /sbin/ldconfig -m /usr/local/pgsql/lib/ Did not help C. -- Carsten Huettl - pgp-key on request

Re: [GENERAL] ld.so failed

1999-10-16 Thread Carsten Huettl
Hello, > > 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. Add the path in /etc/rc.conf to ldconfig_paths. Then reboot. Did not help. :-( C. -- C