Re: error while loading shared libraries: libQuantLib-0.9.9.so
Posted by
pajofego on
Nov 30, 2009; 5:49am
URL: http://quantlib.414.s1.nabble.com/error-while-loading-shared-libraries-libQuantLib-0-9-9-so-tp8314p8318.html
Perfect! Now it works! Many thanks to all for the great support.
Best regards
pajofego
henaffp wrote
OK, so libQuantlibLib-0.9.9.so is in the right directory, but the linker didn't find it (see output of
your ldd). Did you run
$ ldconfig
after creating the new library? This is needed to update the cache used by ld. See man page for ldconfig
for details.
Hope this help.