From: Paolo Farinelli (paolo++at++sgi.com)
Date: 10/25/2005 09:44:10
Hi Christopher,
you should add /usr/lib/libpfdb to your LD_LIBRARY_PATH.
This would be:
setenv LD_LIBRARY_PATH
/usr/local/ACE_wrappers/ace:/usr/lib:/usr/local/lib:/usr/lib/libpfdb
or:
export
LD_LIBRARY_PATH=/usr/local/ACE_wrappers/ace:/usr/lib:/usr/local/lib:/usr/lib/libpfdb
depending on which shell you are using (bash vs tcsh).
You can also do:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/libpfdb
in bash shells, or
setenv LD_LIBRARY_PATH $LD_LIBRARY_PATH\:/usr/lib/libpfdb
in tcsh shells.
Hope this helps,
Regards,
Paolo
On Tue, 25 Oct 2005 11:54:32 -0400 (EDT), Christopher D. Johnson
<cubicwts++at++excite.com> wrote:
>
> I am not extremely familiar with a linux system environment. I have
> echo'ed my LD_LIBRARY_PATH environment variable and it says the path is
> the following:
>
> "/usr/local/ACE_wrappers/ace:/usr/lib:/usr/local/lib"
>
> #1) How do I add to this path variable
> #2) What path should I add to get it to work?
>
-- Paolo Farinelli <paolo++at++sgi.com> OpenGL|Performer - Silicon Graphics Inc.
This archive was generated by hypermail 2b29 : Tue Oct 25 2005 - 09:47:18 PDT