by the way, i'm using linux on fedora distribution.
From: Kyle Hamilton
To: starfish Trousers
Cc: openssl-users@openssl.org
Sent: Thursday, April 16, 2009 3:59:07 PM
Subject: Re: Compiling openssl code - ca.c
Did you run ./config ?
Try 'make cl
sl in any of my directory. can somebody help
> me on this? I have also tried to edit my Makefile by changing:
>
> LIBCRYPTO=-L.. -lcrypto
> LIBSSL=-L.. -lssl
>
> to
>
> LIBCRYPTO=../libcrypto.a
> LIBSSL=../libssl.a
>
> but it still fails. please, anyone? thanks in adva
Makefile by changing:LIBCRYPTO=-L.. -lcryptoLIBSSL=-L.. -lsslto LIBCRYPTO=../libcrypto.aLIBSSL=../libssl.abut it still fails. please, anyone? thanks in advance.From: starfish Trousers
To: openssl-users@openssl.orgSent: Thursday, April 16, 2009 9:52:05 AMSubject: Compiling openssl code - ca.c
Hi
Hi All, I'm trying to compile /apps/ca.c from the openssl in the process to create a single binary for revocation. I have initially face
this problem whereby I received below error: In file included from ca.c:91:apps.h:115:18: error: e_os.h: No such file or directoryca.c: In function ‘main’:ca.c