Alien could not load library

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Alien could not load library

Annick
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