As Thomas K wrote:

>  > sudo ldconfig -n <directory_where_lib_so_is_installed>
> 
> Hope this helps. Maybe this problem happens because of 64bit version and 
> not detecting the right path while installing.

ld.so usually works from a cached list of shared objects which is
updated by ldconfig.  So if you only install a new library, it won't
be found until ldconfig is run to rebuild the cache.

Even though the Linux manpage suggest you'd always have to supply a
directory name on the ldconfig commandline, it also works without one,
and then updates the cache.  That might probably help in Albrecht's
case.
-- 
cheers, Joerg               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)

_______________________________________________
Simulavr-devel mailing list
Simulavr-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to