after i had subversion up and running, i tried to start the apache, but got:

+----------------------------------------------------------------------
| apache: Syntax error on line 10 of /opt/svn/etc/apache/apache.conf: Syntax error on line 5 of /opt/svn/etc/apache/apache.d/subversion.conf: Cannot load /opt/svn/libexec/apache/mod_dav_svn.so into server: /opt/svn/libexec/apache/mod_dav_svn.so: undefined symbol: apr_thread_mutex_create
+----------------------------------------------------------------------

rebuilding apr with "with_thread" solved this problem.

maybe you should add something like
         apr, apr::with_threads
to the subversion.spec?

regards,
        andi

Ralf S. Engelschall schrieb:
On Fri, Dec 21, 2007, Andreas Schmidt wrote:

replacing "--with-dmb=db44" with "--with-dbm=db4" in subversion.spec solved
my problem.

but why is this behaviour specific to debian?

Perhaps because under Debian a libdb-4.4 exists in the system and this
one wasn't liked by Subversion's APR or whatever... I actually don't
know exactly.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

______________________________________________________________________
OpenPKG                                             http://openpkg.org
User Communication List                      openpkg-users@openpkg.org

______________________________________________________________________
OpenPKG                                             http://openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to