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/include
however I could not find my libssl 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 advance.
From: starfish Trousers <lucyantie_trous...@yahoo.com>
To: openssl-users@openssl.org
Sent: Thursday, April 16, 2009 9:52:05 AM
Subject: Compiling openssl code - ca.c
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/include
however I could not find my libssl 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 advance.
From: starfish Trousers <lucyantie_trous...@yahoo.com>
To: openssl-users@openssl.org
Sent: Thursday, April 16, 2009 9:52:05 AM
Subject: Compiling openssl code - ca.c
| ||
|