Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ES SYNAPPS Shared library error #10

Closed
tjgarci2 opened this issue Dec 23, 2015 · 2 comments
Closed

ES SYNAPPS Shared library error #10

tjgarci2 opened this issue Dec 23, 2015 · 2 comments

Comments

@tjgarci2
Copy link

Hi, I have installed SYNAPPS AND SYN++ and when attempting to run SYNAPPS in the terminal on my linux machine, I get an error of this sort

tjsgarcia@tgarcia-K55VD:~$ mpirun -np 2 synapps synapp.yaml
synapps: error while loading shared libraries: libappspack.so.0: cannot open shared object file: No such file or directory

synapps: error while loading shared libraries: libappspack.so.0: cannot open shared object file: No such file or directory

mpirun noticed that the job aborted, but has no info as to the process

that caused that situation.

I was wondering if you could help.

@tskisner
Copy link
Collaborator

It looks like you installed appspack to a location which is not in
LD_LIBRARY_PATH. On Linux systems you either need to install software to
standard locations (like /usr/local) or you must add the correct paths to
certain environment variables which control where the dynamic library
loader searches for libraries.
On Dec 22, 2015 7:59 PM, "tjgarci2" notifications@github.com wrote:

Hi, I have installed SYNAPPS AND SYN++ and when attempting to run SYNAPPS
in the terminal on my linux machine, I get an error of this sort

tjsgarcia@tgarcia-K55VD:~$ mpirun -np 2 synapps synappyaml
synapps: error while loading shared libraries: libappspackso0: cannot open
shared object file: No such file or directory
synapps: error while loading shared libraries: libappspackso0: cannot open
shared object file: No such file or directory

mpirun noticed that the job aborted, but has no info as to the process
that caused that situation

I was wondering if you could help


Reply to this email directly or view it on GitHub
#10.

@tjgarci2
Copy link
Author

Sorry for the late response, I reinstalled both APPSPACK and SYNAPPS with both in usr/local, but it's returning the same error when I run it. I am now wondering how to add the correct paths to
certain environment variables for the dynamic library loader, in other words is there a specific folder I need to edit?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants