Hi all,
after I compiled apparently successfully subversion I got this error while
trying to start httpd server:
httpd: Syntax error on line 116 of /opt/data/http-2.2.15/conf/httpd.conf:
Cannot load /opt/data/httpd2/modules/mod_dav_svn.so into server:
/opt/data/subversion-1.6.9/lib/libsvn_subr-1.so.0: undefined symbol:
apr_hash_clear
The error is connected to mod_dav_svn.so built by subversion.
I read some posts which suggested to look into different apr libraries used
compiling httpd and subversion.
However I compiled both from scratch paying attention to this aspect but I
continue to get this error.
Maybe I miss to consider something. Please could you help me?
---These are my httpd configure flags (httpd 2.2.15):
./configure --prefix=/opt/data/http-2.2.15 --enable-modules=all
--enable-authn-alias --enable-rewrite --enable-mods-shared=all -
-enable-so --with-apr=/opt/data/apr-1.3.9
--with-apr-util=/opt/data/apr-util-1.3.9 --enable-ldap --enable-ssl --with-ldap
--enable-a
uthnz-ldap --with-ldap-lib=/usr/lib --with-ldap-include=/usr/include
--enable-proxy --enable-proxy-ajp --enable-cgi --enable-info --
enable-dav --enable-maintainer-mode
---These are my subversion (ver. 1.6.9) configure flags:
./configure --prefix=/opt/data/subversion-1.6.9 --with-ssl
--with-apxs=/opt/data/http-2.2.15/bin/apxs --with-apr=/opt/data/apr-1.3.9
--with-apr-util=/opt/data/apr-util-1.3.9
What is wrong?
Thank you
Regards
Mauro