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:
> 
> [EMAIL PROTECTED] 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

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to