iCARus

Well-Known Member
Apr 8, 2003
113
0
166
Hello.

Today we upgrade on one server PHP to latest one 5.1.6 while we get nasty errors about memory_limits (now we didnt include in compile), but now we dont get this PHP working with Zend 3.0.1.

php -v says:
PHP 5.1.6 (cli) (built: Oct 2 2006 13:58:16)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
with Zend Extension Manager v1.0.10, Copyright (c) 2003-2006, by Zend Technologies
with Zend Optimizer v3.0.1, Copyright (c) 1998-2006, by Zend Technologies
But when we run httpd configtest we get this error:
Failed loading /usr/local/Zend/lib/ZendExtensionManager.so: /usr/local/Zend/lib/ZendExtensionManager.so: undefined symbol: zend_extensions
We tried 3x install Zend but withou success. All appz's that are Zend encoded gets error that Zend is not installed.

Any fix or hint ?

Thank you!
 

tweakservers

Well-Known Member
Mar 30, 2006
379
0
166
try recompile without the "Versioning" modules included.
 

iCARus

Well-Known Member
Apr 8, 2003
113
0
166
Oh. I forgot about that :)
We had disabled that in 5.1.4 and i dont know why we enable it again.

I'll try.

Thank you for pointing me to this!

Regards.