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

Error: libsvn_subr-1.so.0: undefined symbol: apr_hash_clear

From: Mauro Gatti <mauro.list_at_yahoo.com>
Date: Fri, 26 Mar 2010 04:57:03 -0700 (PDT)

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

      
Received on 2010-03-26 12:57:37 CET

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

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