error while loading shared libraries
3 posts
• Page 1 of 1
error while loading shared libraries
Hi,
i've just compiled my code with the command
gcc lu.c -lcublas -lcudart -L$CULA_LIB_PATH_64 -lcula_core -lcula_lapack
and i tried to run the executable a.out. But unfortunately i received this error:
./a.out: error while loading shared libraries: libcula_lapack.so: cannot open shared object file: No such file or directory
Any idea for solving this issue?
thank you.
John A.
i've just compiled my code with the command
gcc lu.c -lcublas -lcudart -L$CULA_LIB_PATH_64 -lcula_core -lcula_lapack
and i tried to run the executable a.out. But unfortunately i received this error:
./a.out: error while loading shared libraries: libcula_lapack.so: cannot open shared object file: No such file or directory
Any idea for solving this issue?
thank you.
John A.
- gathanasakis
- Posts: 3
- Joined: Fri Mar 16, 2012 3:45 am
Re: error while loading shared libraries
Set your LD_LIBRARY_PATH to include $CULA_LIB_PATH_64.
- john
- Administrator
- Posts: 587
- Joined: Thu Jul 23, 2009 2:31 pm
Re: error while loading shared libraries
It worked!! Thank you for the response!
- gathanasakis
- Posts: 3
- Joined: Fri Mar 16, 2012 3:45 am
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest