Login  Register

Oracle FFI - External module not found on OS X

Posted by recursive on Apr 25, 2015; 6:50pm
URL: https://forum.world.st/Oracle-FFI-External-module-not-found-on-OS-X-tp4821850.html

Hi,

I wrote a FFI wrapper for an Oracle library ( OCILib ) sometime ago, which worked on Pharo 1.4 and Pharo 2.0 / 3.0. I'm now trying to use it with Pharo 4.0 and its failing with "External module not found". This is on OSX and I've set DYLD_LIB_LIBRARY so the OCILib dylib is present in it. I've also tried putting a sym link to the library in Resources directory. Do I need to set anything else, such as Info.plist ?

Thanks