Try running ldd against your .so to see if all of the libraries it needs are also in the
library path. If any of them is missing your .so will not load.
Are you sure your .so if built correctly and is exporting the correct entry points? Can
you load the .so from a simple Java application?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146590#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...