cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Refuses to compile.

From: Tim Uckun <tim_at_diligence.com>
Date: Tue, 24 Apr 2001 12:08:16 -0600

This is driving me nuts. I have openssl installed and it refuses to install
on my red hat system.
Here is my configure script

CPPFLAGS="-I/usr/local/ssl/include" \
LDFLAGS="-L/usr/local/ssl/lib" \
./configure --with-ssl=/usr/local/ssl

ssl is installed.

rpm -qv autoconf sez autoconf-2.13-5

Here is the output from configure
checking whether the C compiler (gcc -g -O2 -L/usr/local/ssl/lib) works... yes
checking whether the C compiler (gcc -g -O2 -L/usr/local/ssl/lib) is a
cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for AIX... no
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) 64
checking for _LARGE_FILES value needed for large files... (cached) no
checking whether make sets ${MAKE}... (cached) yes
checking whether to enable debug options... no
checking whether to enable ipv6... no
checking for gethostbyname... (cached) yes
checking for strcasecmp... (cached) yes
checking for connect... (cached) yes
checking for gethostname... (cached) yes
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking for /dev/urandom... (cached) yes
checking if Kerberos4 support is requested... no
checking where to look for SSL... /usr/local/ssl
checking for CRYPTO_lock in -lcrypto... (cached) yes
checking for SSL_connect in -lssl... (cached) yes
checking for openssl/x509.h... (cached) no
checking for openssl/rsa.h... (cached) no
checking for openssl/crypto.h... (cached) no
checking for openssl/pem.h... (cached) no
checking for openssl/ssl.h... (cached) no
checking for openssl/err.h... (cached) no
checking for x509.h... (cached) no
checking for rsa.h... (cached) no
checking for crypto.h... (cached) no
checking for pem.h... (cached) no
checking for ssl.h... (cached) no
checking for err.h... (cached) yes
configure: error: OpenSSL libs and/or directories were not found where
specified!

All the files it says it can't find are in /usr/local/ssl/include/openssl
directory.

Please help this is urgent!

:wq
Tim Uckun
Due Diligence Inc. http://www.diligence.com/ Americas Background
Investigation Expert.
If your company isn't doing background checks, maybe you haven't considered
the risks of a bad hire.

_______________________________________________
Curl-and-php mailing list
Curl-and-php_at_lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/curl-and-php
Received on 2001-04-24