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'

Good luck


On Wed, 10 Mar 2004 18:25:12 +0100, chris Guenther wrote
> Dear all,
> 
> I have (as I mentioned in an earlier post) started the 
> installation of OpenCA 0.9.2 RC2 all from the beginning. 
> I have two Debian Linux Boxes. Both are installed from 
> 3.0 woody and then upgraded to Sarge.
> I have verified that I have opnessl 0.9.7, Digest::MD5 
> and gettext all in the required versions and with devel
> packages too.
> 
> When I do a configure and then a make, make stops with 
> the following error messages:
> 
> make[4]: Entering directory
> `/usr/local/src/openca-0.9.2-RC2/src/modules/openca-openssl'
> cc -c  -I. -I/usr/include -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS
> -DDEBIAN -fno-strict-aliasing -I/usr/local/include 
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3   
> -DVERSION=\"0.9.96\" -DXS_VERSION=\"0.9.96\" -fPIC "-
> I/usr/lib/perl/5.8/CORE"   OpenSSL.c OpenSSL.xs:7:26: 
> openssl/x509.h: No such file or directory
> 
> This happens on both systems; the one dedicated to be my 
> CA and the other that is going to be my public system.
> 
> I'm pretty sure I forgot to install something but I can't 
> figure out what that is.
> 
> Please, can anyone point me in the right direction?
> 
> Thanks in advance,
> 
>       chris
> 
> -- 
> ________________________________________________________________________
> amaxa GmbH
> 
> Nattermannallee 1
> 50829 Koeln
> Germany
> 
> phone:  +49 (0)221-99199-188
> fax:    +49 (0)221-99199-111
> 
> mailto: [EMAIL PROTECTED]
> www.amaxa.com
> ________________________________________________________________________
> 
> Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
> Informationen. Wenn Sie nicht der richtige Adressat sind oder 
> diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte 
> sofort den Absender und vernichten Sie diese Mail. 
> Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser 
> Mail ist nicht gestattet.
> 
> This e-mail may contain confidential and/or privileged information. 
> If you are not the intended recipient (or have received this e-mail
> in error) please notify the sender immediately and destroy this 
> e-mail. Any unauthorised copying, disclosure or distribution of the
> material in this e-mail is strictly forbidden.
> 
> -------------------------------------------------------
> 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



-------------------------------------------------------
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

Reply via email to