|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-01-21 19:17 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 02:00:01 2025 UTC |
Description: ------------ I'm trying to compile Php+Curl on our production environment without disturbing actual Apache server, so I've installed Curl 7.10.8 (libcurl/7.10.8 + OpenSSL/0.9.7c + zlib/1.1.4) onto '/opt' directory. When I configure Php 4.3.4 with : ./configure --with-apxs=/webservices/bin/apxs\ --with-curl=/opt\ --with-curlwrappers\ it shows following lines in configuration output : ... checking for cURL 7.9.8 or greater... libcurl 7.10.8 checking for curl_easy_perform in -lcurl... yes checking for curl_version_info in -lcurl... yes ... Which is fine since I want to compile Php with Curl 7.10.8. When I compile Php with 'make' it compiles it with the Curl version 7.10.3 (libcurl/7.10.3 OpenSSL/0.9.6b zlib/1.1.3). I've compiled Php with the above settings several times and I did 'make clean' each time and deleted 'config.cache' and even tried to extract Php to some other directory but it doesn't work. I've installed same versions of the Php+Curl+Zlib ... to other server that doesn't have production site running, it generated same problem. I've installed Curl into its default '/usr/local/' directory and then Php noticed Curl 7.10.8.