Expat version used by apache2

rvandam

Verified User
Joined
Aug 28, 2009
Messages
39
I have a problem with mod_wsgi crashing because Python and Apache2 are using the different versions of libexpat. I found out that Python uses the system expat version 2.0.1

Apache 2.2.25 uses /etc/httpd/lib/libexpat.so.0 which is version 1.95.7

Directadmin is version 1.43.3

Is there a way to rebuild Apache with the system expat (or upgrade the custom Expat to version 2.0.1)?
 
I found out that apache2 uses the expat libs from apr-util. Is there a way to "tell" custombuild that apr-util should use the system expat, instead of the buildin?
 
Back
Top