Re: [PHP] PHP installation



Richard Heyes wrote:

OK so now I'm back to compiling PHP after the ridiculous nightmare of
rpms. I checked /lib and have the following:

[root@s15277576 php-5.2.4]# ls -l /lib/libz.so.1.2.3
-rwxr-xr-x 1 root root 71744 Sep 21 19:23 /lib/libz.so.1.2.3

Is PHP looking for a different file?

Thanks.

Richard, sorry for leaving you hanging this afternoon.

Try this:
find /lib /usr/lib -iname libz\* -ls

You should see:

/lib/libz.so.1 -> libz.so.1.2.3
/lib/libz.so.1.2.3
/usr/lib/libz.so.1 -> libgz.so.1

ls /usr/lib/libgz*

/usr/lib/libgz.so.1 -> /lib/libz.so.1*


Your libz is in the right place, but check your symlinks.


/Per Jessen, Zürich
.



Relevant Pages