Date: Mon, 13 Sep 2004 09:10:31 +0200 From: Clement Laforet <sheepkiller@cultdeadsheep.org> To: freebsd-ports@freebsd.org Subject: Re: apr problems with apache2 *and* subversion Message-ID: <20040913091031.558129ae.sheepkiller@cultdeadsheep.org> In-Reply-To: <1094937362.7634.24.camel@klamath.ankon.de.eu.org> References: <1094937362.7634.24.camel@klamath.ankon.de.eu.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Signature=_Mon__13_Sep_2004_09_10_31_+0200_hkH8G0t1B44bdYKf Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit For archives... Begin forwarded message: Date: Sat, 11 Sep 2004 23:46:44 +0200 From: Clement Laforet <clement@FreeBSD.org> To: Andreas Kohn <andreas.kohn@gmx.net> Cc: rodrigc@crodrigues.org Subject: Re: apr problems with apache2 *and* subversion On Sat, 11 Sep 2004 23:13:55 +0200 Andreas Kohn <andreas.kohn@gmx.net> wrote: Hi Andreas, > I want to use both apache2 (with mod_python3) and subversion on my > machine, and I'm having some problems with apr. < snip> > > But I consider this solution rather ugly, and am wondering if there is > any other way to have apache2, subversion, and mod_python3 working > together. > Could anything be achieved with forcing apache to use the correct > libapr stuff using -rpath? > Or am I simply overlooking some points here? It has been discussed few weeks ago. Here's the summary of the tricks. apr and apache2 conflicts in a single way: if you have had installed apr before apache, build fails, but if you installed apache2 and then apr, there's no conflict. You have 2 solutions: 1. you want to use apr from devel/apr: compile apr with thread support and then install apache2 with WITH_APR_FROM_PORT (which may implies problems since apache2 use aor 0.9.5 2. you want to use apr from www/apache2: install most recent version of apache2 (with 000.apache2libs.sh startup script) and then build subversion with WITH_APACHE2_APR defined. (please check your apache2 knobs before(dbm support)) that's all, folks! regards, clem --Signature=_Mon__13_Sep_2004_09_10_31_+0200_hkH8G0t1B44bdYKf Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBRUfssRhfjwcjuh0RApx5AJ47H3cLVU1uJ20vZIjyhhDZ6mfN7wCfY4wI DuTudySDXL46dcTdu6OuTxI= =vrg7 -----END PGP SIGNATURE----- --Signature=_Mon__13_Sep_2004_09_10_31_+0200_hkH8G0t1B44bdYKf--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040913091031.558129ae.sheepkiller>