RE: Compiling openssl code - ca.c

2009-04-16 Thread Dave Thompson
> 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

Re: Compiling openssl code - ca.c

2009-04-16 Thread Paul Allen
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

Re: Compiling openssl code - ca.c

2009-04-16 Thread starfish Trousers
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

Re: Compiling openssl code - ca.c

2009-04-16 Thread Kyle Hamilton
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

Re: Compiling openssl code - ca.c

2009-04-16 Thread starfish Trousers
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

Re: Compiling openssl code - ca.c

2009-04-16 Thread Kyle Hamilton
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

Re: Compiling openssl code - ca.c

2009-04-15 Thread starfish Trousers
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