Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Oct 2006 22:14:31 GMT
From:      Mark <admin@asarian-host.net>
To:        "'FreeBSD-Questions Questions'" <freebsd-questions@freebsd.org>
Subject:   RE: ZendOptimizer and libm.so.2?
Message-ID:  <200610032214.k93MEUrL088625@asarian-host.net>
In-Reply-To: <200610032201.k93M1wHh088204@asarian-host.net>

next in thread | previous in thread | raw e-mail | index | archive | help

I wrote:

> Subject: ZendOptimizer and libm.so.2?
> 
> 
> Hello,
>
> Is there a particular reason ZendOptimizer
> (/usr/ports/devel/ZendOptimizer) for PHP 4.4.4 requires FreeBSD 5.x or
> higher? Near as I can tell, only reason it wouldn't run
> really, is because of the absence of libm.so.3. But I resolved to be bold,
> and made a symlink for libm.so.3 to libm.so.2, and now my new
ZendOptimizer
> works just flawlessly.

I did some more research:

http://www.hostlibrary.com/SetupaFreeBSDproductionWebServerrerytretret.html

It says:

"On FreeBSD 5.4 you might get an error when installing Zend Optimizer:
/usr/libexec/ld-elf.so.1: Shared object "libm.so.2" not found, required by
"php"

To fix the problem and go on with installation just create a symbolic link:

#ln -s /lib/libm.so.3 /lib/libm.so.2

then continue with Zend installation."

Which leads me to believe I'm correct in thinking Zend Optimizer really
just needs libm.so.2, right?

- Mark




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610032214.k93MEUrL088625>