Re: [opensuse] Apache server with dynamically-loaded modules
- From: "Cristea Bogdan" <cristeab@xxxxxxxxx>
- Date: Tue, 18 Mar 2008 16:07:22 +0200
I have to do the configuration of my company server, running the
slackware distro, and I don't have no other choice than to separately
compile the dav module. The compilation command is: 'apxs -i -a -n dav
-c /path/to/dav_mod.c' and it modifies the httpd.conf file in order to
load the mod_dav module. However the module cannot be loaded due to
the error I have already mentioned.
On Tue, Mar 18, 2008 at 3:59 PM, Nick Zeljkovic <nzeljkovic@xxxxxxxxx> wrote:
I need to configure Apache server with dav and
dav_svn as dynamically-loaded modules. After compiling the dav module
from sources with apxs
I get the following error when restarting the Apache server:
httpd: Syntax error on line 55 of /usr/local/apache2/conf/httpd.conf: Cannot
load /usr/local/apache2/modules/mod_dav.so into
server: /usr/local/apache2/modules/mod_dav.so: undefined symbol:
dav_core_find_liveprop
Can anyone tell me how to solve this issue?
</quote>
Why not enabling already existing mod_dav in APACHE_MODULES section
@/etc/sysconfig/apache2 ?
How have you compiled it ? You'll need --enable-dav=shared.
--
Nick Zeljkovic
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
--
Bogdan Cristea
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
- References:
- [opensuse] Apache server with dynamically-loaded modules
- From: Cristea Bogdan
- RE: [opensuse] Apache server with dynamically-loaded modules
- From: Nick Zeljkovic
- [opensuse] Apache server with dynamically-loaded modules
- Prev by Date: Re: [opensuse] Can I create an rpm from a package on my linux machine ?
- Next by Date: Re: [opensuse] / as a LV
- Previous by thread: RE: [opensuse] Apache server with dynamically-loaded modules
- Next by thread: [opensuse] what about openSUSE 11.0 Alpha3?
- Index(es):
Relevant Pages
|