RE: having trouble with RAND_egd()

2000-08-23 Thread Michael Wojcik
> -Original Message- > From: Miha Wang [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 22, 2000 2:03 PM > To: [EMAIL PROTECTED] > Subject: RE: having trouble with RAND_egd() > > > I have just worked out on this problem without /dev/rand and egd on > my syst

Re: having trouble with RAND_egd()

2000-08-22 Thread Travis Theune
Thanks. I've been beating myself over the head with this for 2 days :) -Travis > > > I have just worked out on this problem without /dev/rand and egd on > my system. Here are the steps you need: > > - Create a file with large size of random data, e.g: > cat /var/log/syslog > /home/xxx/

RE: having trouble with RAND_egd()

2000-08-22 Thread Miha Wang
I have just worked out on this problem without /dev/rand and egd on my system. Here are the steps you need: - Create a file with large size of random data, e.g: cat /var/log/syslog > /home/xxx/.rnd - Set the env. $RANDFILE to /home/xxx/.rnd, e.g: setenv RANDFILE /home/xxx/.rnd