Library load problem with Subversion upgrade
From: David Tyler <dtyler_at_justicesystems.com>
Date: Mon, 14 Jul 2008 09:58:37 -0600
I am currently trying unsuccessfully to upgrade Subversion on my Red Hat Linux system from 1.4.6 to 1.5.0 and I need help.
As part of migration to Subversion 1.5.0, I am also migrating from Apache web server 2.0.59 to 2.2.9.
When I try to start up Apache I get the following error:
# ./apachectl start
httpd: Syntax error on line 64 of /usr/local/apache2/conf/httpd.conf:
Line 64 of the httpd.conf file contains the following:
LoadModule dav_svn_module modules/mod_dav_svn.so
Background information:
Red Hat Linux system about 4 years old (Linux 2.4.21-4.ELsmp).
Output from ldd mod_dav_svn.so:
ls of "missing" library in /usr/local/lib:
# ls -l libsvn_fs_util-1.so*
Compile commands used for apache:
$ ./configure --prefix=/usr/local/apache2 --enable-ssl --enable-cache --enable-disk-cache --enable-mem-cache --enable-autoindex --enable-dav --enable-dav-fs --enable-dav-lock --enable-mods-shared="rewrite ssl dav dav-fs dav-lock proxy"
$ make
# make install
Compile commands used for Subversion:
$ ./configure --with-apr=/usr/local/apache2 --with-apr-util=/usr/local/apache2
$ make
# make install
---------------------------------------------------------------------
|
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.