Re: [PHP] PHP installation
- From: per@xxxxxxxxxxxx (Per Jessen)
- Date: Tue, 30 Oct 2007 21:47:01 +0100
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
.
- Follow-Ups:
- Re: [PHP] PHP installation
- From: Richard Heyes
- Re: [PHP] PHP installation
- References:
- PHP installation
- From: Richard Heyes
- Re: [PHP] PHP installation
- From: Per Jessen
- Re: [PHP] PHP installation
- From: Richard Heyes
- Re: [PHP] PHP installation
- From: Richard Heyes
- PHP installation
- Prev by Date: Re: [PHP] moving over to php 5
- Next by Date: Re: [PHP] SPL
- Previous by thread: Re: [PHP] PHP installation
- Next by thread: Re: [PHP] PHP installation
- Index(es):
Relevant Pages
|