Hi
I mentioned there was a similar case before.
I just use the simplest way, but failed.
Here is the log below:
[root(at)S21 Pound-2.0.4]# ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
checking for dlopen in -ldl... yes
checking for socket in -lsocket... no
checking for BIO_new in -lcrypto... no
Missing OpenSSL (-lcrypto) - aborted
[root(at)S21 Pound-2.0.4]# locate libcrypto
/lib/libcrypto.so.4
/lib/libcrypto.so.0.9.7a
[root(at)S21 Pound-2.0.4]# cat /etc/issue
CentOS release 4.2 (Final)
Kernel \r on an \m
Any help?
|