[Ipe-discuss] compile pb on mac

Olivier Devillers olivier.devillers at sophia.inria.fr
Thu Mar 10 10:03:43 CET 2011


Thanks a lot to Michael Thon for his help.

to summarize:

PROBLEM:
---------
Compiling ipe on mac (lua installed by port) I got
$ ipe
dyld: Library not loaded: @executable_path/../lib/liblua.5.1.dylib
   Referenced from: /usr/local/bin/ipe
   Reason: image not found

SOLUTION:
----------
run:
$ sudo install_name_tool -id /opt/local/lib/liblua.5.1.dylib 
/opt/local/lib/liblua.5.1.dylib
to explain to the system where the library is really, and recompile ipe.




More information about the Ipe-discuss mailing list