> From: owner-openssl-us...@openssl.org On Behalf Of starfish Trousers
> Sent: Thursday, 16 April, 2009 02:35
> I googled and found some familiar solutions about my problem
> and the solution is to make symbolic link due to the missing link:
> copy it from lib/lib
On Thu, 2009-04-16 at 00:54 -0700, starfish Trousers wrote:
> Hi Kyle, thanks for the reply.
>
> I did make my entire openssl but still fail. I have libssl.a and
> libcrypto.a but it is in different path and folder. How about
> lib/libssl? i dont have it.
There is no lib directory in the OpenS
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
ail. I have libssl.a and libcrypto.a
> but it is in different path and folder. How about lib/libssl? i dont have
> it.
>
>
> From: Kyle Hamilton
> To: openssl-users@openssl.org
> Sent: Thursday, April 16, 2009 2:59:47 PM
> Subject: Re: Compilin
16, 2009 2:59:47 PM
Subject: Re: Compiling openssl code - ca.c
If you make the entire distribution, you'll get the libssl and
libcrypto that you need, as well as an openssl binary that contains
the entire 'ca' program (invoked as 'openssl ca').
-Kyle H
On Wed, Apr 15, 2
If you make the entire distribution, you'll get the libssl and
libcrypto that you need, as well as an openssl binary that contains
the entire 'ca' program (invoked as 'openssl ca').
-Kyle H
On Wed, Apr 15, 2009 at 11:35 PM, starfish Trousers
wrote:
> Hi again,
>
> I googled and found some famili
Hi again,I googled and found some familiar solutions about my problem and the solution is to make symbolic link due to the missing link:copy it from lib/libssl to lib/libssl/includehowever I could not find my libssl in any of my directory. can somebody help me on this? I have also tried to edit my