Re: calling dlopen
- Posted by jimcbrown (admin) Feb 13, 2014
- 1439 views
mattlewis said...
I also removed your ifdefs, since I'm running on a 64-bit system
This makes me wonder. Maybe Shawn is somehow getting dlopen() to open a 64bit library under a 32bit process? (Which is impossible and thus causes the failure.) This shouldn't be happening (there's some kind of /lib/ld.so magic behind the scenes to redirect shared objects to the appropriate 32bit or 64bit directories iirc), but if it was somehow happening, then it would explain his results.