Méresse Christophe <christophe.meresse <at> nagra.com> writes:
> Yes, sorry, I wanted to say neon !
Thanks.
However, I am confused now.
The error I got yesterday was the 'lack of entropy' one, but today 'version
mismatch', which made me run ldd on my svn binary, and notice that I had messed
up something myself: the libraries referenced for ssl and crypto were indeed old
ones by names with a '.1' extension, through the '.sl' softlinks.
Cheating by replacing those with soft links to the '.0.9.8' ones, and restarting
with egd daemon, resulted in a successful run of my test.
So in fact it seems that I can now report a successful build of neon without
explicit mention of egd, but that even on HP-UX 11.00, openssl 0.9.8c (and
probably earlier versions as advertised) can get entropy from some of the
expected sources (in my case: /var/run/egd-pool).
tools_HP-UX> uname -a
HP-UX pdhp4way B.11.00 U 9000/800 127424686 unlimited-user license
tools_HP-UX> svn ls https://pdsubscm1/repos/playground
branches/
tags/
trunk/
tools_HP-UX> type svn
svn is hashed (/vob/tools_HP-UX/bin/svn)
tools_HP-UX> ldd /vob/tools_HP-UX/bin/svn | grep neon
/vob/tools_HP-UX/lib/libneon.sl.25 => /vob/tools_HP-UX/lib/libneon.sl.25
/vob/tools_HP-UX/lib/libneon.sl.25 => \
/vob/tools_HP-UX/lib/libneon.sl.25
tools_HP-UX> ldd /vob/tools_HP-UX/bin/svn | egrep '(neon|ssl|crypto)'
/vob/tools_HP-UX/lib/libcrypto.1 => /vob/tools_HP-UX/lib/libcrypto.1
/vob/tools_HP-UX/lib/libssl.1 => /vob/tools_HP-UX/lib/libssl.1
./libcrypto.sl.0.9.8 => /vob/tools_HP-UX/lib/libcrypto.sl.0.9.8
/vob/tools_HP-UX/lib/libneon.sl.25 => \
/vob/tools_HP-UX/lib/libneon.sl.25
/vob/tools_HP-UX/lib/libcrypto.1 => /vob/tools_HP-UX/lib/libcrypto.1
/vob/tools_HP-UX/lib/libssl.1 => /vob/tools_HP-UX/lib/libssl.1
/vob/tools_HP-UX/lib/libneon.sl.25 => \
/vob/tools_HP-UX/lib/libneon.sl.25
Thanks again,
Marc
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 3 19:22:04 2006