Hi Chris,
I had two problems with OpenSSL:
1. wrong path to the OpenSSL dir (if you point to, i.e. /usr/local/ssl - this location must contain /bin dir with openssl executable, /includes - if openssl includes dir is not set thru environment variables or in PATH, and so on)
2. not all perl modules are installed.
It seems you have problem Nr.2. Try to install OpenSSL::X509 module, but first check for correct path to the openssl dir.
Command for perl modules installation: perl -MCPAN -e 'install OpenSSL::X509'
Don't install the modules from CPAN. They are completely outdated for 0.9.2 series. Allways install the OpenCA Perl modules from the distribution if you use a 0.9.2.
Michael -- ------------------------------------------------------------------- Michael Bell Email: [EMAIL PROTECTED] ZE Computer- und Medienservice Tel.: +49 (0)30-2093 2482 (Computing Centre) Fax: +49 (0)30-2093 2704 Humboldt-University of Berlin Unter den Linden 6 10099 Berlin Email (private): [EMAIL PROTECTED] Germany http://www.openca.org
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
