|
From: strk <st...@ke...> - 2009-03-31 11:14:33
|
Oh, now realized that's because the php_ext dir is still using it's own own ./configure script and being used as if it was a completely separate project. So basically the build tree path of Ming is passed to configure which then uses rpath over it. I think this should be fixed, or changes in the build tree would affect system behaviour !! --strk; On Tue, Mar 31, 2009 at 01:12:01PM +0200, strk wrote: > I noticed that the php module of Ming gets built > with -rpath pointing to build tree. > > This is in the installed version. > Isn't that horribly wrong ? > > Try ldd /usr/lib/php5/*/ming.so right after > 'make install' .... |