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

Re: 1.4.0 Install on AIX, HP-UX and Solaris

From: Marc Girod <marc.girod_at_iona.com>
Date: 2006-10-11 18:24:36 CEST

Many thanks to Pedro LamarĂ£o who was able to interpret the error I had on HP-UX
as a sign that I had missed the configuration of neon, and thus of the support
for DAV.

This was indeed visible in the output of 'svn --version' (absence of the ra_dav
module), and in config.log:

configure:3962: checking neon library
configure:4068: result: no suitable neon found

The cause of my error was my using the following configure command (incorrect!):

$ ./configure --prefix /vob/tools_HP-UX
--with-apr=/vob/tools_HP-UX/bin/apr-config
--with-apr-util=/vob/tools_HP-UX/bin/apu-config
--with-neon=/vob/tools_HP-UX/bin/neon-config --with-ssl

instead of:

$ ./configure --prefix /vob/tools_HP-UX
--with-apr=/vob/tools_HP-UX/bin/apr-config
--with-apr-util=/vob/tools_HP-UX/bin/apu-config --with-neon=/vob/tools_HP-UX
--with-ssl

Maybe it should be worth supporting the syntax I tried, for consistency with apr
and apr-util?

I go on following his advice and installing an Enthropy Gathering Daemon (EGD)
on my various platforms (having now the same symptom on HP-UX as on Solaris).

Marc

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 11 18:27:44 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.