hi folks, i have the same problem as listed here http://lists.trustix.org/pipermail/tsl-discuss/2004-August/011567.html
when i add the following 2 lines to my httpd.conf LoadModule dav_module modules/mod_dav.so LoadModule mod_dav_fs modules/mod_dav_fs.so
it cannot restart the apache webserver:
Can't locate API module structure `mod_dav_fs' in file /etc/httpd/modules/mod_dav_fs.so: /usr/lib/gcc-lib/i586-trustix-linux/3.3.3/../../../libapr-0.so.0: undefined symbol: mod_dav_fs
after checking the syntax again, i finally solved the problem:
> LoadModule mod_dav_fs modules/mod_dav_fs.so
was the wrong syntax, should be LoadModule dav_fs_module modules/mod_dav_fs.so
and it's working! i was on the wrong syntax because of the previous posting on the trustix list.
cheers, parasew _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
