simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Simulavr-devel] Simulavr 1.0.0 fails to compile on Linux Mint 17


From: Joerg Wunsch
Subject: Re: [Simulavr-devel] Simulavr 1.0.0 fails to compile on Linux Mint 17
Date: Sun, 31 Jan 2016 11:04:30 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

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. ;-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]