[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problem with libmod_dav_svn

From: Emmanuel Galatoulas <galas_at_tee.gr>
Date: 2002-03-14 17:47:12 CET

Philip Martin wrote:

>Emmanuel Galatoulas <galas@tee.gr> writes:
>
>>Cannot load /usr/local/apache2/modules/libmod_dav_svn.so into server:
>>/usr/local/apache2/modules/libmod_dav_svn.so: undefined symbol:
>>ap_get_module_config
>>
>>/usr/local/apache2/bin/apachectl start: httpd could not be started
>>
>>I tried all sort of options like using Apache's own APR,APR-util as
>>well as subversion's ones but
>>
>>the result is the same.
>>
>>Any ideas???
>>
>
>You used --enable-maintainer-mode when you configured Subversion but
>you didn't use --enable-maintainer-mode when you configured Apache. If
>you use --enable-maintainer-mode on Subversion you need to use it on
>Apache as well.
>
You are absolutely right!!! And it is all written and underlined in the
Instructions!!! which reminds me
of course that we "MUST READ THE README" carefully.

After fixing also the issue of Apache's linking to the wrong db
libraries (the default Debian libdb is libdb3.2.9) by compiling Apache
with the extra options "--with-dbm=db4
--with-berkeley-db=/path/to/my/local/BerkeleyDB-4.0.14" (again as
advised in the installation guide)
httpd is starting nicely.
(You can check httpd's linking with #ldd httpd , and see that
libmod_dav_svn is properly loaded from the
/usr/local/apache2/logs/error_log message:
 Apache/2.0.34-dev (Unix) mod_ssl/3.0a0 OpenSSL/0.9.6c DAV/2 SVN/0.10.0
(r1467) configured -- resuming normal operations)

Thanks a lot!!!
Received on Thu Mar 14 17:48:36 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.