Skip to content Skip to sidebar Skip to footer

Ld Cannot Find .so Libraries

While attempting to setup a Python package (mlabwrap), I received the following link errors: /usr/bin/ld: cannot find -leng /usr/bin/ld: cannot find -lmx /usr/bin/ld: cannot find

Solution 1:

/usr/local/MATLAB/R2015a/bin/glnx86

is not

/usr/local/MATLAB/R2015a/bin/glnxa64/

Note the a in glnxa64.

Post a Comment for "Ld Cannot Find .so Libraries"