barryflood22 Posted May 31, 2007 Share Posted May 31, 2007 I am using 1&1 hosting, it is linux server, and is php version 4.47 and I have been trying to install zend optimizer on it with no joy. I have put the following files on the root directory: php.ini and ZendOptimizer.so the php.ini file contains the following text: zend_optimizer.optimization_level=15 zend_extension=/root/ZendOptimizer.so so why doesnt it work? whenever i do a system check, this is what I get: http://www.floodmarine.co.uk/system-check.php can anyone help? Quote Link to comment https://forums.phpfreaks.com/topic/53723-zend-optimizer/ Share on other sites More sharing options...
barryflood22 Posted May 31, 2007 Author Share Posted May 31, 2007 im attempting to install the following: ZendOptimizer-3.2.8-linux-glibc21-i386.tar.gz is this correct? Quote Link to comment https://forums.phpfreaks.com/topic/53723-zend-optimizer/#findComment-265476 Share on other sites More sharing options...
barryflood22 Posted May 31, 2007 Author Share Posted May 31, 2007 bump Quote Link to comment https://forums.phpfreaks.com/topic/53723-zend-optimizer/#findComment-265573 Share on other sites More sharing options...
per1os Posted May 31, 2007 Share Posted May 31, 2007 Are you sure that the php.ini you are modifying is the correct one? create a file with this code in it and place it on your server than run it. <?php phpinfo(); ?> It will tell you which directory it is looking at for php.ini settings. Make sure that is the correct directory you are looking into. Also make sure the .so file is in the correct place and make sure you restart your server once this is done to make sure the settings take. Quote Link to comment https://forums.phpfreaks.com/topic/53723-zend-optimizer/#findComment-265578 Share on other sites More sharing options...
barryflood22 Posted May 31, 2007 Author Share Posted May 31, 2007 http://www.floodmarine.co.uk/php.php please advise Quote Link to comment https://forums.phpfreaks.com/topic/53723-zend-optimizer/#findComment-265584 Share on other sites More sharing options...
per1os Posted May 31, 2007 Share Posted May 31, 2007 Configuration File (php.ini) Path /homepages/16/d96331122/htdocs/php.ini Make sure that is the php.ini file you are modifying. Quote Link to comment https://forums.phpfreaks.com/topic/53723-zend-optimizer/#findComment-265586 Share on other sites More sharing options...
barryflood22 Posted May 31, 2007 Author Share Posted May 31, 2007 it is. below is the php.ini file I have zend_optimizer.optimization_level=15 zend_extension=/root/ZendOptimizer.so Quote Link to comment https://forums.phpfreaks.com/topic/53723-zend-optimizer/#findComment-265589 Share on other sites More sharing options...
per1os Posted May 31, 2007 Share Posted May 31, 2007 Dunno, never messed with Zend. I gave you the basic checks, I would suggest posting this in the 3rd Party Script Forum. Quote Link to comment https://forums.phpfreaks.com/topic/53723-zend-optimizer/#findComment-265593 Share on other sites More sharing options...
Daniel0 Posted May 31, 2007 Share Posted May 31, 2007 The user guide says that installing Zend Optimizer requires root privileges (see p. 7). Important note: To install or uninstall Zend Optimizer, you must be logged in with administrator/root permissions. Quote Link to comment https://forums.phpfreaks.com/topic/53723-zend-optimizer/#findComment-265594 Share on other sites More sharing options...
barryflood22 Posted May 31, 2007 Author Share Posted May 31, 2007 by root privileges i assume that accessing the file on the root drive is enough? Quote Link to comment https://forums.phpfreaks.com/topic/53723-zend-optimizer/#findComment-265597 Share on other sites More sharing options...
Daniel0 Posted May 31, 2007 Share Posted May 31, 2007 Having root privileges means that you are able to log in as the user "root". Quote Link to comment https://forums.phpfreaks.com/topic/53723-zend-optimizer/#findComment-265599 Share on other sites More sharing options...
barryflood22 Posted May 31, 2007 Author Share Posted May 31, 2007 im the master user so yes I have that. Quote Link to comment https://forums.phpfreaks.com/topic/53723-zend-optimizer/#findComment-265605 Share on other sites More sharing options...
Daniel0 Posted May 31, 2007 Share Posted May 31, 2007 Then do this from the shell: gunzip -c <package name> | tar xf - ./install-tty Then follow the instructions. Quote Link to comment https://forums.phpfreaks.com/topic/53723-zend-optimizer/#findComment-265612 Share on other sites More sharing options...
barryflood22 Posted May 31, 2007 Author Share Posted May 31, 2007 anyone got any nothe ideas? Quote Link to comment https://forums.phpfreaks.com/topic/53723-zend-optimizer/#findComment-265613 Share on other sites More sharing options...
barryflood22 Posted May 31, 2007 Author Share Posted May 31, 2007 bump Quote Link to comment https://forums.phpfreaks.com/topic/53723-zend-optimizer/#findComment-265776 Share on other sites More sharing options...
redarrow Posted May 31, 2007 Share Posted May 31, 2007 you can only load the php optimizer if it your server or use a 3rd party host that has got it on there server you can not load it as a stand alone optimizer in a 3rd party hosting scinorio unless you are the administrator of the 3rd pary hosting company. . bad spelling sorry. Quote Link to comment https://forums.phpfreaks.com/topic/53723-zend-optimizer/#findComment-265784 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.