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

svn 1.4.3 and apache 2.2.4: ./configure problem (apxs)

From: Tobias Herp <tobias.herp_at_gmx.de>
Date: 2007-02-25 23:44:30 CET

Hi,

I just installed apache 2.2.4 from the sources on my virtual SuSE 9.0
server (I know it's old, but it took the new apache without
difficulties). I was able to install Subversion 1.4.3, too; but I can't
work out how to build the mod_dav_svn module, too. This is the tail of
my ./configure call:

checking for static Apache module support... no
checking for Apache module support via DSO through APXS... Use of
uninitialized value in concatenation (.) or string at /usr/sbin/apxs
line 238.
Use of uninitialized value in concatenation (.) or string at
/usr/sbin/apxs line 238.
Use of uninitialized value in concatenation (.) or string at
/usr/sbin/apxs line 238.
configure: error: no - APXS refers to an old version of Apache
                     Unable to locate /mod_dav.h

Well, the current version of Apache doesn't look very old to me; is it
too new (2.2 rather than 2.0)?

config.nice looks like this:
'./configure' '--with-apxs' "$@"
or
'./configure' '--with-apxs' '--enable-dso' "$@"

/usr/sbin/apxs is the one which was built during the apache 2.2.4
installation; line 238 looks like this:
            $result .= eval "qq($val)" if defined $val;

Any ideas, anyone? Could it help to supply an additional switch? Or do I
need to revert to Apache 2.0?

Thanks a lot in advance!

-- 
Tobias
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Feb 25 23:43:11 2007

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.