[EMAIL PROTECTED] writes: > On 18 Dec, Christoph Martin wrote: > > Henry House writes: > > > On Fri, Dec 15, 2000 at 01:43:34PM +0100, Christoph Martin wrote: > > > > Which version of libssl(-dev) do you use? Perhaps there is a missing > > > > dependency. > > > > > > ii libssl096-dev 0.9.6-1 SSL development libraries > > > > > > > Well, I checked that. RAND_egd_bytes should definitely be in > > libssl096. Can you try to verify that with nm or strings? > > It does not appear to be there. Note that this library I compiled myself > (apt-get source --build) since a binary package is not yet available for > the Alpha port. > > $ strings /usr/lib/libssl.so.0.9.6 | RAND > bash: RAND: command not found > romana:~/slow$ strings /usr/lib/libssl.so.0.9.6 | grep RAND > RAND_add > RAND_pseudo_bytes > RAND_bytes
well, its not in libssl but in libcrypt: $ strings -a /usr/lib/libcrypto.so.0.9.6 | grep egd RAND_egd RAND_egd_bytes C

