Hmm. There may be a problem with non standard apache directories, or such.
after downloading svn+deps
ran ./configure && make && sudomake install
sudo make install failed with
....
cd subversion/mod_dav_svn ; /usr/bin/install -c -d "/usr/lib/apache2" ;
/usr/sbin/apxs2 -i -S LIBEXECDIR="/usr/lib/apache2" -a -n dav_svn
mod_dav_svn.la
/usr/share/apache2/build/instdso.sh
SH_LIBTOOL='/usr/share/apache2/build/libtool' mod_dav_svn.la
/usr/lib/apache2
/usr/share/apache2/build/libtool --mode=install cp mod_dav_svn.la
/usr/lib/apache2/
libtool: install: error: cannot install `mod_dav_svn.la' to a directory not
ending in /usr/local/apache2/modules
apxs:Error: Command failed with rc=65536
....
odd
so..I retry it without apache
./configure --without-apache --with-ssl
make
sudo make install fails this time with
this time it yields...
chmod 755 /usr/lib/apache2/mod_dav_svn.so
apxs:Error: Config file /etc/apache2/httpd2-prefork.conf not found.
make: *** [install-mods-shared] Error 1
... [odd since I said "without-apache"]
So eventually my hack to fix it is
run ./configure --with-ssl --without-apache
make && sudo make install
it errs
go to Makefile <http://Makefile.in>(I believe) and take out the reference
(dependency on) install_mods_shared (line 324 for me)
and run sudo make install again.
I believe this overcomes the following problems, as well.
svn: error while loading shared libraries: /usr/local/lib/libsvn_ra_dav-
1.so.0: undefined symbol: SSL_shutdown
which occurred after aborted (because of the above errors) installations.
Just letting you know. If anyone else thinks this is (one or more) bugs let
me know and I'll write up a ticket. Thanks.
--
-Roger Pack
"Men are that they might have joy." (2 ne 2:25)
Received on Thu May 24 08:38:21 2007