Mailinglist Archive: opensuse (2459 mails)

< Previous Next >
Re: [opensuse] Apache server with dynamically-loaded modules
  • From: "Cristea Bogdan" <cristeab@xxxxxxxxx>
  • Date: Tue, 18 Mar 2008 16:07:22 +0200
  • Message-id: <e7b7bbdc0803180707u1cda7388v582ce8c03bc6e976@xxxxxxxxxxxxxx>
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

< Previous Next >