Hi Thomas,

the path is /usr/local/lib/. After ldconfig -n /usr/local/lib/ it worked.

Thanks

Albrecht



On 31.01.2016 09:17, Thomas K wrote:
Hi Albrecht,

if this works:

> LD_LIBRARY_PATH=<directory_where_lib_so_is_installed> simulavr

then you have to announce it to ld.so:

> 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. Where is libsim.so installed on your machine?

cu, Thomas


Am 30.01.2016 um 23:44 schrieb Albrecht Frenzel:
Hi Klaus,

build finished successfully, but launching simulavr ends up in
simulavr: error while loading shared libraries: libsim.so: cannot open shared object file: No such file or directory

Best regards
Albrecht


On 30.01.2016 19:44, Klaus wrote:
Hi Albrecht,

the official home of simulavr is
http://savannah.nongnu.org/projects/simulavr.

The direct link to the git repo:
http://savannah.nongnu.org/git/?group=simulavr

Please read the build instructions before.

In a short:

git clone git://git.savannah.nongnu.org/simulavr.git
cd simulavr
./bootstrap
./configure
make
make install

Please read also options for ./configure if you need verilog or tcl support.

Regards
 Klaus





Am 30.01.2016 um 19:32 schrieb Albrecht Frenzel:
Hi Klaus,

I guess, but don't know, that https://github.com/Traumflug/simulavr.git
is the repo, you meant.

I cloned it and tried to build, but failed on ./configure: No such file
or directory.

Best regards
Albrecht


On 30.01.2016 10:37, Klaus wrote:
Hi Albrecht,

please use git head. 1.0.0. is outdated and broken in many aspects.

Maybe this also fits your documentation issues.

Regards
 Klaus




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



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



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

Reply via email to