make sure that when you ./configure the package that you explicitly tell
it where your egd-pool is located. 

./configure --prefix=/usr/local/openssh
--with-prngd-socket=/var/run/egd-pool

err...something to that nature. Also, on Solaris I had to link the
openssl libs to the /usr/lib. You can also add the openssl lib diectory
to your LD_LIBRARY_PATH and that may work too.

For some reason, openssh will not warn you if it does not see the prngd
socket during install. Also, it will not take the default value of
/var/run/egd-pool when I configured my package. I had to to do the
above. 

Mike Duncan
[EMAIL PROTECTED]



On Mon, 2002-02-11 at 05:12, Oliver Biermann wrote:
> The problem is not the ssh compilation, but the prngd.
> 
> At startup it will always fails with 
> ld.so.1: prngd: fatal: relocation error: symbol not found: getrusage: referenced in 
>orngd
> 
> I tried install gcc, binutils, but it had no effect....
> 
> EGD and PRNGD are installed
> 
> When I start ssh (package) it always fails due to no prngd pool,
> no matter if egd or ANDIrand is installed.
> 
> Any further suggestions?
> 
> Thanks in advance
> 
> Olli

Reply via email to