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

./configure failures with 0.33.1

From: Helge Jung <helge_at_eco-logic-software.de>
Date: 2003-11-23 19:33:06 CET

Hello,

I decided to update my linux server to svn 0.33.1 (downloaded the
tarball from the official homepage) and wanted to do the usual configure
... and got failures:

First of all I did the normal "./configure" (with no arguments) and it
went through just fine. "make && make install" reported no error, too.
Then I wanted to do /etc/init.d/apache restart and got
"/usr/local/bin/httpd: error while loading shared libraries:
libaprutil-0.so.0: cannot open shared object file: No such file or
directory". I created the symlinks /usr/local/bin/libapr[util]-0.so.0 to
/usr/local/apr/lib/libapr[util]-0.so.0.9.5 but that didn't help much
because on restarting apache I got:

Syntax error on line 1146 of /usr/local/conf/httpd.conf:
Cannot load /usr/local/modules/mod_dav_svn.so into server:
/usr/local/modules/mod_dav_svn.so: undefined symbol: svn_fs_delete_tree

I was puzzled and executed
"./configure --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr --
with-apxs=/usr/local/bin/apxs". This time configure stops with the
message:

neon configured properly
checking for any extra libraries neon
needs... -L/usr/local/lib -lz -lxml2 -lz -lm -L/usr/X11R6/lib
checking for static Apache module support... no
checking for Apache module support via DSO through APXS...
/usr/local/bin/httpd: error while loading shared libraries:
libaprutil-0.so.0: cannot open shared object file: No such file or
directory
apxs:Error: Sorry, no shared object support for Apache.
apxs:Error: available under your platform. Make sure.
apxs:Error: the Apache module mod_so is compiled into.
apxs:Error: your server binary `/usr/local/bin/httpd'..
configure: error: no - APXS refers to an old version of Apache
                     Unable to locate /mod_dav.h

I compiled "so" statically into the server ... I used a httpd-configure
line derived from the following one - I'm still searching for the note I
wrote down my actual configure-line:

./configure --with-mpm=prefork --enable-modules="so
http" --enable-mods-shared="info status cern_meta usertrack asis include
autoindex cgid imap deflate alias auth auth_anon auth_digest access
cache mem_cache file-cache cgi dir env ext_filter expires headers
file_cache log_config mime mime_magic negotiation rewrite speling
actions userdir
setenvif" --prefix=/usr/local --silent --enable-static-support

Has anybody an hint for me on how to solve the problem? I don't know
what I can do.

Thanks in advace,
  Helge.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Nov 23 19:34:21 2003

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.