On 2006-04-13, Olly Betts <[EMAIL PROTECTED]> wrote: > On 2006-04-13, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: >> Except for the small design bug with execute mode, that if >> you have the installed module dir as RPATH, then it's system-dependent >> whether libtool can actually override that with $shlibpath_var. But >> if you don't do that, this should be fine. > > How do I check PHP's RPATH?
Ah, found it: readelf -a /usr/bin/php|grep -i rpath Which doesn't print anything so there is no rpath set. Your -dlopen trick works for PHP, but doesn't seem to for Python. Cheers, Olly _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool