Oct. 3, 2014
5:01 p.m.
Hi, I have built my own linux dynamic library to use with FFI and Alien. Up to now, everything was OK but I made some changes, and now I am unable to load the library. The compilation was OK. I have checked with ldd the dependencies, and I have loaded the dependent libraries with : Alien ensureLoaded: dependentLib But I have still the problem. Annick