[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#670572: [xml/sgml-pkgs] Bug#670572: libxml2: missing link from /usr/lib



On Sun, 29 Apr 2012, Julien Cristau wrote:

On Sun, Apr 29, 2012 at 13:10:05 +0200, Stefan Fritsch wrote:

"LoadFile /usr/lib/${DEB_HOST_MULTIARCH}/libxml2.so.2". This would
break with non-multiarch versions of libxml2, but that's acceptable.

A simple "LoadFile libxml2.so.2" doesn't work?  Or any other way to make
it obey the normal dlopen search path?

Unfortunately, Apache treats all non-absolute pathnames as relative to the server root directory. It will never pass a non-absoulute path to dlopen(). But we could change it to only do this if the relative pathname contains at least one slash.

I will ask the other upstream developers what they think of such a change.


Reply to: