Can't load module with Apache 1.3.29 on Freebsd 5.2.1 Ryan Moe
From: Ryan Moe <ryan.moe@xxxxxxxxxxxxxxx>
To: users@xxxxxxxxxxxxxxxx
Subject: Can't load module with Apache 1.3.29 on Freebsd 5.2.1
Date: Mon, 08 Nov 2004 15:02:51 -0600
User-agent: Mozilla Thunderbird 0.9 (Windows/20041103)
(Please CC me as I'm not subscribed to the list)
I've gotten the module to successfully compile and install on FreeBSD
however upon trying to load the module Apache dies with this error.
Can't locate API module structure `mxslt_module' in file
/usr/local/libexec/apache/mod_xslt.so: Undefined symbol "mxslt_module"
Here is the relevant part from my httpd.conf:
LoadModule mxslt_module libexec/apache/mod_xslt.so
AddModule mod_xslt.c