Operating System - Linux
1828667 Members
2103 Online
109984 Solutions
New Discussion

Re: LD_PRELOAD and libcl.sl

 
sachin myneni
Advisor

Re: LD_PRELOAD and libcl.sl

DUH!!!!

I am so stupid!

My execution path is:

os80.exe -> call system(osm_solve.exe) -> dlopen(nusolver.so)

I have been fixing the makefiles of os80.exe and nusolver.so. Addind and removing libcl, libpthread etc from these two makefiles, whereas the actual makefile I should've been looking at was the one for osm_solve.exe. This is a very simple small executable that does NOTHING but dlopen(). And I missed it!!

Sorry folks for wasting your time!:(

Thanks Sandman and Dennis for all the suggestions. They were all on the target, but I was putting up a wrong target by mistake.

My problem is solved.

-Sachin
Dennis Handly
Acclaimed Contributor

Re: LD_PRELOAD and libcl.sl

The option is: -Wl,+vshlibunsats

>Can anyone point me to the patches that I need to install to updated dld.sl?

The latest 11.11 dld patch is: PHSS_33033
sachin myneni
Advisor

Re: LD_PRELOAD and libcl.sl

Found solution. Closing thread. Thanks!