On Sun, May 05, 2002 at 01:35:49PM -0400, PavanKumar Sura wrote:
> Thank you very much for your reply.
> Now I understand that I have to modify the e_os.h under openssl. So I would 
> be adding say "/home/pki/egd-pool" to the below line in e_os.h
> =========================================================
> DEVRANDOM_EGD 
> "/var/run/egd-pool","/dev/egd-pool","/etc/egd-pool","/etc/entropy"
> =========================================================
> 
> So what is egd-pool? Do I have to create a directory with name egd-pool 
> under /home/pki/ or is it a file?. As of now I donot have anything like 
> /home/pki/egd-pool

If you have /home/pki/, start EGD as "egd.pl /home/pki/egd-pool". This
will create a UNIX socket file with the name provided.

> Also you said that I have to recompile openssl. But then I am only 
> modifying a header file unlike a *.c file. Do I really need to compile 
> openssl again?
The information in the header file is used from within the C-files,
so the C-files affected have to be recompiled.
If you type "make" again, the files in question will be recompiled.
As e_os.h (containing system dependent definitions) is probably used
by all parts, you are going to recompile more or less all of OpenSSL.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to