Hi there I've got an error while the Installation of Subversion, which I can't solve. I want to Set up a new Subversion 1.7.9. on an SLESS 11 SP2. Installation HTTP-2.4.4: The Requirements have I installed with the help of "/srclib", so I haven't installed separate, I just took the Sorce Code of the APR and APR-UTIl and moved this into /SOURCE SUBVERSION/srclib/apr & /SOURCE SUBVERSION/srclib/apr.util. apr
tar -xvzf apr-VERSION.tar.gz -C /PATH TO SOURCE SUBVERSION/srclib/apr
apr-util tar -xvzf apr-util-VERSION.tar.gz -C /PATH TO SOURCE SUBVERSION/srclib/apr-util
PCRE came with the Packagemanager zypper. The Configure & Installation with make / make install works fine. There are no Problems. ./configure --enable-dav --enable-so --prefix=/PATH TO httpd-2.4.4/ --with-mpm=prefork
Installation Subversion 1.7.9: Here works the Installation also fine ./configure --prefix=/PATH TO subversion-1.7.9/ --with-apxs=/PATH TO APXS
Now, I wanted to start the Apache2 Server, which I installed also with zypper /etc/init./apache2 start
This gives this Errormessage: Starting httpd2 (prefork) httpd2-prefork: Syntax error on line 184 of /etc/apache2/httpd.conf: Syntax error on line 102 of /etc/apache2/default-server.conf: Syntax error on line 31 of /etc/apache2/conf.d/vzug_ldap_subversion.conf: [COLOR="#FF0000"]Cannot load /usr/local/lib64/mod_dav_svn.so into server: /usr/local/subversion/lib/libsvn_subr-1.so.0: undefined symbol: apr_hash_do[/COLOR] The command line was: /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL [COLOR="#FF0000"]failed[/COLOR]
Has anybody an idea? Thanks a lot