Hello,
Quick question. I've downloaded zlib source and recompiled as shared, recompiled php etc.
Now I see in phpinfo page:
Compiled Version 1.2.1
Linked Version 1.1.4
If I examing my links in ldconfig -p, they both point to usr/local/lib. When I check usr/local/lib, I get this as result:
root@saevenstar:/usr/local/lib# ls -l libz*
-rwxr-xr-x 1 root root 62042 Feb 9 11:36 libz.a
lrwxrwxrwx 1 root root 13 Feb 9 11:36 libz.so -> libz.so.1.2.1
lrwxrwxrwx 1 root root 13 Feb 9 11:36 libz.so.1 -> libz.so.1.2
.1
-rwxr-xr-x 1 root root 51724 Dec 12 2002 libz.so.1.1.4
-rwxr-xr-x 1 root root 71697 Feb 9 11:36 libz.so.1.2.1
They both seem to point to the right direction... puzzled
How do I make both entries in phpinfo read 1.2.1?
Thanks.
Alex