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

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

From: Himanshu Raina <raina_himanshu_at_yahoo.com>
Date: 2007-02-26 13:48:20 CET

HI Tobias,

If u installed apache from a source code then you can use the following switches

./configure --with-prefix=/usr/local/subversion (could be any path) --with-apr=/usr/local/apache2 --with-apr-util=/usr/local/apache2 --with-apxs=/usr/local/apache2/bin/apxs (path where apache is installed)

Hope this helps !!

regards
Himanshu Raina
Tobias Herp <tobias.herp@gmx.de> wrote: 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
 
---------------------------------
 Get your own web address.
 Have a HUGE year through Yahoo! Small Business.
Received on Mon Feb 26 13:49:06 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.