Hello all.
I have been compiling and using links for quite some time. However recently I reinstalled debian testing and am now unable to compile links with ssl. I am currently trying to compile 2.1pre20. Originally I thought my problem was probably that I was missing libssl-dev, but I do have libssl-dev as well as libssl and openssl installed. I have looked in the archives but did not see an answer that applied to this problem.

The end result of my ./configure is:

configure: error: OpenSSL not found

Below is the relevant part of my config.log; tia for any help.

configure:5362: checking for openssl
configure:5369: checking OPENSSL_CFLAGS
configure:5374: checking OPENSSL_LIBS
configure:5402: checking for OpenSSL
configure:5413: gcc -o conftest -g -O2     conftest.c -lssl -lcrypto -ldl -lz   -ldl 
-lm  1>&5
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
configure: failed program was:
#line 5406 "configure"
#include "confdefs.h"
#include <openssl/ssl.h>
int main() {
OpenSSL_add_all_algorithms()
; return 0; }
configure:5432: gcc -o conftest -g -O2     conftest.c -lssl -lcrypto -ldl -lz   -ldl 
-lm  1>&5
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
configure: failed program was:
#line 5425 "configure"
#include "confdefs.h"
#include <openssl/ssl.h>
int main() {
SSLeay_add_ssl_algorithms()
; return 0; }


--
Cheryl

"Where your treasure is, there will your heart be also."
_______________________________________________
links-list mailing list
links-list@linuxfromscratch.org
http://linuxfromscratch.org/mailman/listinfo/links-list

Reply via email to