You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by solo turn <so...@yahoo.com> on 2003/06/03 18:38:24 UTC

httpd 2.0.46 works?

shoud the new apache-version work with current svn?
i get a:
Cannot load /usr/local/modules/mod_dav_svn.so into server: ld.so.1: /usr/local/bin/httpd: fatal:
relocation error: file /usr/local/modules/mod_dav_svn.so: symbol dav_new_error: referenced symbol
not found


__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: httpd 2.0.46 works?

Posted by Sander Striker <st...@apache.org>.
> From: solo turn [mailto:soloturn99@yahoo.com]
> Sent: Tuesday, June 03, 2003 8:38 PM

> shoud the new apache-version work with current svn?

Yes.  We even say it is required in INSTALL now.

> i get a:
> Cannot load /usr/local/modules/mod_dav_svn.so into server: ld.so.1: /usr/local/bin/httpd: fatal:
> relocation error: file /usr/local/modules/mod_dav_svn.so: symbol dav_new_error: referenced symbol
> not found

Have you either configured with --enable-dav, or if you have compiled with mod_dav
as a shared module, do you have the LoadModule line for mod_dav _before_ the one
for mod_dav_svn?


Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org