Where does "ldd libphp4.so" point to?
Ernest E Vogelsinger wrote:
At 15:41 06.11.2002, Marek Kilimajer spoke out and said:
--------------------[snip]--------------------
Yes, I have (located in /usr/lib). With the apache module, as I said, PHP
works, even curl calls.
I'm not really a Linux guru, but I found that /usr/lib is nowhere mentioned
in the environment (# env). Shouldn't this?
No, this is not neccessery. Maybe you don't have the right version.
Where did you get apache and php
rpms?
--------------------[snip]--------------------
Both apache and php are compiled from the tarballs since RedHat doesn't
provide rpms with the latest versions.
server-version sez: "Apache/1.3.22 (Unix) (Red-Hat/Linux) mod_ssl/2.8.5
OpenSSL/0.9.6b DAV/1.0.2 PHP/4.2.2 mod_perl/1.26"
# ls -al /usr/lib/libcurl*
-rw-r--r-- 1 root root 196084 Jun 20 08:28 /usr/lib/libcurl.a
-rwxr-xr-x 1 root root 719 Jun 20 08:28 /usr/lib/libcurl.la
lrwxrwxrwx 1 root root 16 Aug 4 19:47 /usr/lib/libcurl.so ->
libcurl.so.2.0.2
-rw-rw-r-- 1 root root 95928 Aug 4 18:54 /usr/lib/libcurl.so.1
lrwxrwxrwx 1 root root 16 Aug 4 19:47 /usr/lib/libcurl.so.2 ->
libcurl.so.2.0.2
-rwxr-xr-x 1 root root 152214 Jun 20 08:28 /usr/lib/libcurl.so.2.0.2
grep curl_global_init /usr/lib/libcurl* returns:
Binary file /usr/lib/libcurl.a matches
Binary file /usr/lib/libcurl.so matches
Binary file /usr/lib/libcurl.so.2 matches
Binary file /usr/lib/libcurl.so.2.0.2 matches
Any idea?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php