Hi is this ML ative as I have a issue trying to load mod_xslt Running
SuSE SLES 9 Apache 2 version 2.0.49 and modxslt 1.3.8
Thus after configureing and running make when I try using Yast and
restart apache2 It is unable to start Thus I have to remove from
APACHE_MODULES list of modules.
After installing mod_xslt the module resides in /usr/lib/apache2 directory
except where the other unused modues are 755 permissions privileges
the mod_xslt.so is 644 So I did chmod it to 755 but has made no
difference apache2 where using is modulerized and I have mod_xslt.conf
file in /etc/apache2/conf.d/ dir and in the httpd.conf there is a
Include statement the points to conf.d/* conf files.
Also when I check apache 2 error logs I can see that it doesn't show
module mod_xslt only the apache2 modules that I have previously
installed uisng Yast and CPan for mod_perl which works accordingly.
Is there any pointers as I can see that I haven't load the module and
as it's already been compiled from a C library to a shared object I
don't need to run apxs2 I have all the pre-requisist.