LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Can't load dav_svn:Suse10.3 and Apache2 (https://www.linuxquestions.org/questions/suse-opensuse-60/cant-load-dav_svn-suse10-3-and-apache2-645328/)

chiaretta 05-28-2008 09:04 AM

Can't load dav_svn:Suse10.3 and Apache2
 
Hi all,
I'm trying to configure Apache2 on suse Linux 10.3 to allow remote access to my svn repository:

°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
Packages installed (via Yast):

apache2
apache2-prefork
apache2-utils
subversion-server

°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°

***/etc/apache2/default-server.conf contains

'Include /etc/apache2/conf.d/*.conf'

***/etc/apache2/conf.d/subversion.conf contains

<Location /svn>
DAV svn
SVNParentPath /srv/svn/repos/
AuthType Basic
AuthName "subversion repository"
AuthUserFile /etc/apache2/passwd
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
</Location>

If I try the url :
myhost(static)ip/svn/myreponame
I get 404 error....
(BTW the same code in /etc/apache2/httpd.local.conf doesn't work as well)

°°°°°°°°°°°°°°°°°°°°
Then I try to add dav_svn in APACHE_MODULES in file

/etc/sysconfig/apache2

and restarting the server I get the error message

...# service apache2 start
Starting httpd2 (prefork) httpd2-prefork: Syntax error on line 134 of /etc/apache2/httpd.conf: Syntax error on line 18 of /etc/apache2/sysconfig.d/loadmodule.conf: Cannot load /usr/lib/apache2/mod_dav_svn.so into server: /usr/lib/apache2/mod_dav_svn.so: undefined symbol: dav_register_provider


°°°°°°°°°°°°°°°°°°°°°°°°°°°
any guess?
Thanks for your help in advance and sorry for too many details, it's my first post....


Chiara


All times are GMT -5. The time now is 01:50 AM.