Menu

#6 Incorrect installation of libraries on Linux

v0.6 beta
open
5
2009-05-08
2009-05-08
Javier SOLA
No

The install procedure of setup.py installs 64bit libraries in /usr/local/lib64... but then the program tries to find them in /usr/lib64, and the program does not work.

The solution seems to be to use the --prefix=/usr for the installation, but, if possible, should be in the files, and not need to be used all the time.

Discussion