Link to home
Start Free TrialLog in
Avatar of matte4
matte4

asked on

installing zend optimizer on centos and apache.

i have installed zend already.  Everything seems to work right with the install.  when i run php -v i get:

Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
    with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by Zend Technologies
    with Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend Technologies

This is whaat i get in the browser

Zend Optimizer not installed.

what couild be the problem?
Avatar of Joe Wu
Joe Wu
Flag of Australia image

Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend Technologies

So you are saying it shows a different version?
Avatar of matte4
matte4

ASKER

if i ssh into the server and type php -i it shows:

PHP 5.2.3 (cli) (built: Sep  5 2007 22:56:15)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
    with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by Zend Technologies
    with Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend Technologies

but when i goto the site in the browser that says it needs zend optimizor to be installed it says zend ins't installed.

Avatar of matte4

ASKER

actually i type php -v

i am trying to use whoiscart (http://www.whoiscart.net) on my server which requires Zend Optimizer.  php -v show that ZO is installed, but when i goto the site with whoiscart installed it says ZO isn't installed.  Any Ideas?  

Also, having the same program install ffmpeg..  it shows to be installed on the server but not when i goto it with phpinfo().

???
ASKER CERTIFIED SOLUTION
Avatar of matte4
matte4

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
No worries glad you have solved your problem!
Closed, 500 points refunded.
Vee_Mod
Community Support Moderator