Then, the problem is that the linker doesn't look in /usr/local/lib/ by default. One solution is to update /etc/ld.so.conf to include /usr/local/lib or set the environment variable LD_LIBRARY_PATH (see the manual page for ld for more information). Another solution is to specify the full path already at link time, by setting the environment variable LDFLAGS to ' -Wl,-rpath,/usr/local/lib' (this is only necessary when you run configure and MAKE).
/Mats
Pierre Lorenzon wrote:
Hi,
I executed the command you recommanded and got :
# export PYTHONPATH=$PWD/python/out && ./scripts/out/midi2ly
Traceback (most recent call last): File "./scripts/out/midi2ly", line 43, in ? import midi ImportError: libguile.so.12: cannot open shared object file: No such file or directory
But libguile.so.12 is in the /usr/local/lib directory and it is a symbolic link to something.
Bests
Pierre
_______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================
_______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
