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

Re: make install fails on linux [solved]

From: John Szakmeister <john_at_szakmeister.net>
Date: 2004-11-22 23:02:16 CET

anton wrote:
> (also tried HEAD revision from svn repo trunk - same result.)
>
> then after some diligent strace'ing, it turned out to be that make
> install looked for the *original* httpd.conf in order to insert the
> following line:
>
> LoadModule authz_svn_module modules/mod_authz_svn.so
>
> if whatever string in httpd.conf it was looking for was not there, apxs
> just hung, eating up 100% of cpu.

What a nice feature of apxs. :-/

> after i replaced my httpd.conf with the one from the original apache
> distribution, everything worked fine.

Next time, you can save yourself the headache of having it hunt for
httpd.conf by passing --disable-mod-activation to ./configure.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 22 23:04:53 2004

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.