You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Kessler, Walter" <wk...@psi.de> on 2008/03/17 10:15:56 UTC

configure without apache

Hi all,

i like to install only an svn client. So i need the configure options 
-without neon, without apache.
I tought that i didnt need them and so a add the without apr-util option 
to the configure.
with this option it is not possible to configure.

In the next step i need only the options -without neon, without apache. 
After make i do a make install with the following error.
------ completed install in apr-util
../subversion-1.4.6/build/install-sh -c -d /tmp/svn/lib
cd subversion/libsvn_subr ; /bin/bash 
/PSI/PRO/subversion-1.4.6/build_sol_10/libtool --mode=install 
../subversion-1.4.6/build/install-sh -c libsvn_subr-1.la 
/tmp/svn/lib/libsvn_subr-1.la
../subversion-1.4.6/build/install-sh -c .libs/libsvn_subr-1.lai 
/tmp/svn/lib/libsvn_subr-1.la
/PSI/PRO/subversion-1.4.6/build_sol_10/libtool: line 6351: 
../subversion-1.4.6/build/install-sh: No such file or directory
*** Error code 127
make: Fatal error: Command failed for target `install-fsmod-lib'

Have anybody an idea?

Thanks for your help

-- 



Walter Keßler

PSI Aktiengesellschaft für Produkte und Systeme der Informationstechnologie
Geschaeftsbereich Energie
Boschweg 6
63741 Aschaffenburg
Deutschland
Telefon: +49/6021/366-529
Telefax: +49/6021/366-112
wkessler@psi.de
www.psi.de


Mitglieder des Vorstands: Dr. Harald Schrimpf, Armin Stein
Vorsitzender des Aufsichtsrats: Christian Brunke
Handelsregister Amtsgericht Berlin-Charlottenburg HRB 51 463

Diese E-Mail enthaelt vertrauliche oder rechtlich geschuetzte 
Informationen. Wenn Sie nicht der vorgesehene Empfänger sind, 
informieren Sie bitte sofort den Absender und loeschen Sie diese E-Mail. 
Das unbefugte Kopieren dieser E-Mail oder die unbefugte Weitergabe der 
enthaltenen Informationen ist nicht gestattet.

The information contained in this message is confidential or protected 
by law. If you are not the intended recipient, please contact the sender 
and delete this message. Any unauthorised copying of this message or 
unauthorised distribution of the information contained herein is prohibited.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org


Re: configure without apache

Posted by Max Bowsher <ma...@ukf.net>.
Kessler, Walter wrote:
> Hi all,
> 
> i like to install only an svn client. So i need the configure options 
> -without neon, without apache.
> I tought that i didnt need them and so a add the without apr-util option 
> to the configure.
> with this option it is not possible to configure.

Firstly, a question of this nature belongs on the users list, not the 
dev list.

Nevertheless, here's the short answer to your question:
apr and apr-util are fundamental core utility libraries, absolutely 
required.
neon is an http *CLIENT* library and has NOTHING to do with servers.
As the configure help output tells you, --with(out)-apache is a special 
case option and you should be looking at --with(out)-apxs instead.

Max.