On 19.03.2016 11:08, Thomas K wrote:
Hi Sergei,

first: https://github.com/Traumflug/simulavr.git isn't the official simulavr repository. You use the fork from Markus! For the official one see http://savannah.nongnu.org/projects/simulavr.

For your problem: _pysimulavr.so depends on libsim.so, you have to include it in your LD_LIBRARY_PATH or declare the right path for your ld in your distribution. See also the answer from Klaus for bug#46311.

cu, Thomas


Set

echo $LD_LIBRARY_PATH
/usr/local/lib


I download fresh e53413b230637b75e1cfa5c316e988480f5cea14 commit from git://git.savannah.nongnu.org/simulavr.git , now all compiled and pysimulavr exported fine.

$ python
Python 2.7.6 (default, Jun 22 2015, 17:58:13)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pysimulavr
>>> quit()

Thanks, Thomas K !!

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

Reply via email to