Alistair Grant wrote > The same message is returned whether the module itself isn't found, or > if one of its dependencies can't be found.
Good to know. I wonder if we can't provide more detailed error messages here... Alistair Grant wrote > On linux you can check dependencies with `ldd file.so`, I don't know > what the Mac equivalent is. Apparently, it's `otool -L whatever.dylib`, which returns: @rpath/libvlc.dylib (compatibility version 12.0.0, current version 12.0.0) @rpath/libvlccore.dylib (compatibility version 10.0.0, current version 10.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1252.50.4) /usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0) Still investigating... ----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html