Dear James, Tim.
the command below (setenv LD_LIBRARY_PATH
${LD_LIBRARY_PATH}:/path/of/directory/which/contains/thelib)
worked for me.
Thanks a lot.
Maia
James Holton wrote:
for tcsh, the command is:
setenv LD_LIBRARY_PATH
${LD_LIBRARY_PATH}:/path/of/directory/which/contains/thelib
-Ja
for tcsh, the command is:
setenv LD_LIBRARY_PATH
${LD_LIBRARY_PATH}:/path/of/directory/which/contains/thelib
-James Holton
TCSH Scientist
On 4/30/2010 12:13 PM, Tim Gruene wrote:
one-time solution:
In the terminal from which you want to start the program, type
export
LD_LIBRARY_PATH=$LD
one-time solution:
In the terminal from which you want to start the program, type
export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/of/directory/which/contains/thelib
then start the program.
This is valid for a POSIX-compliant shell (bash, ksh, zsh, sh,...).
If you use (t)csh, the syntax is differen
Hi bb,
when I try to run al3 (align) I get the error message
error while loading shared libraries: libcxa.so.5: cannot open shared
object file: No such file or directory
In fact, this file exists. How can I tell al3 where to look for this file?
Maia
Ed Pozharski wrote:
On Fri, 2010-04-30 at