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

curl-and-php

Re: Refuses to compile.

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 24 Apr 2001 20:20:01 +0200 (MET DST)

On Tue, 24 Apr 2001, Tim Uckun wrote:

> 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

Make it this way instead:

 ./configure --with-ssl

Should work. Remove the 'config.cache' file before you re-run configure.

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

I think you mess it up with using both the CPPFLAGS _and_ the --with-ssl
flags, or, you might have everything correct but have an old config.cache
file lying around with old info.

-- 
  Daniel Stenberg -- curl project maintainer -- http://curl.haxx.se/
_______________________________________________
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