Hi, I was running a system with php 4.06, openssl 0.9.6a and curl 7.8. I
felt it was time to upgrade, so I started with the openssl, then curl and
finally php. I didn't uninstall anything, I assumed the the new stuff would
just overwrite the old. All was installed from source and installed into
/usr/local. What I didn't remeber was that I also had a openssl-install from
rpm i /usr - I don't know if this is causing the problems...The
curl-installation is working fine from the command-line.
when I run my configure : ./configure --with-curl (I've also tried with
adding path here..)
I get this :
checking for CURL support... yes
checking for CURL in default path... found in /usr/local
checking for cURL 7.9 or greater... libcurl 7.10.1
checking for curl_easy_perform in -lcurl... no
configure: error: There is something wrong. Please check config.log for more
information.
The log-file says :
configure:13627: gcc -o conftest -g -O2
-L/usr/local/lib -lcurl -L/usr/local/lib/lib -lz -lssl -lcrypto -ldl -lz
-L/usr/local/lib
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib/lib
-L/usr/local/lib/lib
conftest.c -lcurl -lcurl -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt
-lcurl -lz -lssl -lcrypto -ldl -lz 1>&5
/usr/local/lib/libssl.so: undefined reference to `ap_document_root'
/usr/local/lib/libssl.so: undefined reference to `ap_mm_core_maxsegsize'
/usr/local/lib/libssl.so: undefined reference to `ap_make_sub_pool'
/usr/local/lib/libssl.so: undefined reference to `ap_is_fnmatch'
/usr/local/lib/libssl.so: undefined reference to `ap_user_id'
- and several more lines like this...
Can anyone help me out here ?
-ztian
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php