You probably should take this to Zend support and/or their forums if nobody
here knows it.

That said, *WHERE* is libm.so.5, and where are they likely to be looking for
it?...

Make some SymLinks to it in the usual places until it works.

Disclosure:  I used to *BE* Zend support :-)

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Richard Kurth <[EMAIL PROTECTED]>
Newsgroups: php.general
To: php <[EMAIL PROTECTED]>
Sent: Monday, August 13, 2001 6:51 PM
Subject: Problem with Zend Optimizer


> I just upgraded my PHP to version 4.6 and add the version of
> Zend Optimizer that is supposed to be compatible with this version of
> php. But I can not get it to work it seams it can not find the file
> libm.so.5 on the server. I know for a fact it is on the server.
> This is the error I get
>
> Failed loading /usr/local/include/php/Zend/zendoptimizer.so:  libm.so.5:
> cannot open shared object file: No such file or directory
>
>   I also ran the ldd Command and I get this
>
> ldd /usr/local/include/php/Zend/zendoptimizer.so
>         /lib/libNoVersion.so.1 => /lib/libNoVersion.so.1 (0x40033000)
>         libm.so.5 => not found
>         libdl.so.1 => /lib/libdl.so.1 (0x40038000)
>         libc.so.6 => /lib/libc.so.6 (0x4003b000)
>         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
>
> What can I do to get this working
>
>
>
>
>
>
> Best regards,
>  Richard
> mailto:[EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to