Results 1 to 2 of 2
hi folks,
i have the same problem as listed here
http://lists.trustix.org/pipermail/t...st/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 ...
- 05-01-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 1
mod_dav and mod_dav_so apache 2 problem on Trustix TSL 2.1
hi folks,
i have the same problem as listed here
http://lists.trustix.org/pipermail/t...st/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
any ideas how to solve this?
thanks!
ganon
- 05-04-2005 #2Linux Enthusiast
- Join Date
- Feb 2005
- Location
- SE, Stockholm
- Posts
- 512
Did you in fact install the "mod_dav_fs" module?
Check your directory /etc/httpd/modules wheather it really exists.
If not you need to install it either from a binary installation or you could simply re-build your apache with this module enabled and included.


Reply With Quote