Issue running Octave on Linux cluster: cannot load libpcre.so.1 -
i'm new linux cluster , have compiled octave 3.8.0 on off-line sge server without root access. runs in interactive session on terminal, when use qsub
submit batch job, received error message: /home/share/my_account/bin/octave-cli-3.8.0: error while loading shared libraries: libpcre.so.1: cannot open shared object file: no such file or directory
found libpcre.so.1 in /usr/local/lib
, , added echo $ld_library_path
in batch job script, result turned out be: /opt/gridengine/lib/linux-x64:/opt/openmpi/lib:/lib:/usr/lib:/usr/local/lib:/opt/python/lib
can fix problem?
Comments
Post a Comment