Re: error while loading shared libraries: libQuantLib-0.9.9.so
Posted by
pajofego on
Nov 28, 2009; 9:19pm
URL: http://quantlib.414.s1.nabble.com/error-while-loading-shared-libraries-libQuantLib-0-9-9-so-tp8314p8316.html
henaffp wrote
libQuantLib.so is a link to libQuantLib-x.x.x.so
try:
$ which libQuantLib.so
you should get
$ /usr/local/lib/libQuantLib.so
then
$ls -l /usr/local/lib/libQuantLib.so
and see what it is pointing to, is this file in your search path?
Hi here the output of your purpose:
which libQuantLib.so:
nothing -> how I can fix this
ls -l /usr/local/lib/libQuantLib.so gives:
/usr/local/lib/libQuantLib.so -> libQuantLib-0.9.9.so
Could this give you further informations?
Thanks in advance,
pajofego