Re: --with-apxs --with-apr --with-apr-util - what do I need?
From: Himanshu Raina <raina_himanshu_at_yahoo.com>
Date: 2007-01-10 05:48:00 CET
Hi,
The complete info is available in the INSTALL file still you can make use of following switches
cd httpd.x.x.x
./configure --prefix=/usr/local/apache2 --enable-dav --enable-dav-fs --enable-so
make && make install
cd subversion-1.4.0
./configure --with-apr=/usr/local/apache2 --with-apr-util=/usr/local/apache2 --with-apxs=/usr/local/apache2/bin/apxs
Hope this helps.In case it doesn't make use of subversion and subversion dependency source in which case you don't have to specify the apr/apr-utils path separately since it is compiled as part of subversion application.I used subversion-1.4.2.tar.gz && subversion-deps-1.4.2.tar.gz
regards
Himanshu Raina
----- Original Message ----
From: Jonathan Coles <jcoles0727_at_rogers.com>
To: Subversion users list <users_at_subversion.tigris.org>
Sent: Wednesday, January 10, 2007 7:32:48 AM
Subject: --with-apxs --with-apr --with-apr-util - what do I need?
I am having trouble compiling Subversion-1.4.0 with Apache-2.2.2
as supplied on Fedora Core 5. From other correspondence, I have
learned that the problem is to get a mod_dav_svn.so based on the
same libraries as httpd.
The --with-xxxx options are very confusing. Some people use --with-apr
and sometimes also --with-apr-util, others specify --with-apxs alone.
--with-apr pointed at the only apr-config on the machine didn't help
there was a segfault because of SVN's mod_dav_svn. Removing the SVN
httpd .conf file restored normal use of the webserver.
--with-apxs pointed to /usr/bin/apxs (the only one) I broke Apache.
There was a segfault that didn't go away when I removed the Apache
.conf file for SVN. The only solution I can see is to re-install Apache.
Should this option have crippled another application like this?
A warning is in order if it is that dangerous.
Can someone explain, better than the configure file, which of these
options we need under what circumstances and how to figure out the
correct settings?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|
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.