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

Re: Subversion Compilation Problem on Solaris 10 With Apache 2.2.4

From: Ramanathan Muthaiah <rus.cahimb_at_gmail.com>
Date: 2007-04-08 11:44:43 CEST

[snip]

> My configure command for subversion : ./configure
> --prefix=/usr2/local/svn --with-apxs=/usr/local/apache2/bin/apxs
> --with-apr=/usr/local/apache2 --with-apr-util=/usr/local/apache2/
> My configure command for apache : ./configure --enable-dav
> --enable-dav-fs --enable-dav-lock --enable-deflate --enable-proxy
> --enable-ldap --enable-authnz-ldap --enable-proxy-ajp
> --enable-proxy-connect --enable-proxy-http --enable-so --enable-ssl
> --with-ssl=/usr/local/ssl --with-ldap --with-included-apr

AFAIK, inputs to apr and apr-util must be, not only the path but also
the name of that util, like, for example :

./configure --with-apr=/full/path/to/apr-config
--with-apr-util=/full/path/to/apr-util-config

/Ram

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Apr 8 11:45: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.