Skip to content
Prev 10803 / 15075 Next

Library not loaded: /usr/local/lib/libquadmath.0.dylib

On Sep 3, 2014, at 12:28 PM, Xiao He <praguewatermelon at gmail.com> wrote:

            
sudo should solve them all - the FD is invalid because it could not be opened in the first place.

Note that if you can't sudo, you can also use install_name_tool -change on the package .so to change the path there instead. But the above would be a more permanent solution.

Cheers,
Simon