Re: Learn more about ld-elf and FreeBSD

2006-06-26 Thread Corey Brune
What kind of questions do you have? On 6/23/06, swygue <[EMAIL PROTECTED]> wrote: Corey, Thanks for your help, /usr/local/pgsql/lib/ permission was: 2 drwx-- 2 root wheel I changed it to pgsql:pgsql, and it work's. Where can I find more information about shared library objects ? I r

Re: Learn more about ld-elf and FreeBSD

2006-06-23 Thread swygue
Corey, Thanks for your help, /usr/local/pgsql/lib/ permission was: 2 drwx-- 2 root wheel I changed it to pgsql:pgsql, and it work's. Where can I find more information about shared library objects ? I read ldconfig, ldd, ld manpages, but I'm looking for a broader explanation. -Rod On

Re: Learn more about ld-elf and FreeBSD

2006-06-22 Thread Corey Brune
That's interesting. Would you email me the output of these commands? echo $LD_LIBRARY_PATH ls file libpq.so.3 Thanks, Corey On 6/22/06, swygue <[EMAIL PROTECTED]> wrote: Corey, Thanks for your response, I did set the LD_LIBRARY_PATH but ldd still can't find it. [EMAIL PROTECTED]>ldd /usr/l

Re: Learn more about ld-elf and FreeBSD

2006-06-22 Thread swygue
Corey, Thanks for your response, I did set the LD_LIBRARY_PATH but ldd still can't find it. [EMAIL PROTECTED]>ldd /usr/local/postgresql-7.4.2/bin/psql /usr/local/pgsql/bin/psql: libpq.so.3 => not found (0x0) libpam.so.1 => /usr/lib/libpam.so.1 (0x28086000) libz.so.2 => /usr/

Re: Learn more about ld-elf and FreeBSD

2006-06-22 Thread Corey Brune
Have you tried setting LD_LIBRARY_PATH to include the directory where libpq is? Are you getting this error after psql or something like it? If you haven't, then set LD_LIBRARY_PATH, then type 'ldd '. This will tell you which libs are found and which are not. Hope this helps. Corey On 6/22/06, s