On Fri, Apr 12, 2019 at 08:24:06PM +0000, Hank Edwards wrote: > Thanks for the suggestion, I was not aware the libjsig.so could be loaded > like that. I'm assuming you mean a loadlibrary("jsig"); in the .init. It > would also work I suppose to just add the .init to the original shared > library going forwards too, instead of putting a wrapper library in-between?
Yes, of course, if you're willing to modify/replace some such shared object, you can do that. > I'll give that a try.