• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Php xCache or Memcache ?

SahinS

Basic Pleskian
Hi Plesk,

Your advice, what? xCache or Memcache or x.. ? And, how can i do?
Plesk v: 11.x
I.O: Centos 5.x
Php: Current PHP version: 5.3.3
php -v: PHP 5.3.3 (cli) (built: Dec 10 2013 22:20:06)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd.

I do:
__________________________________
# yum install php-xcache xcache-admin
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: centos.hyve.com
* atomic: www7.atomicorp.com
* base: mirror.sov.uk.goscomb.net
* extras: mirrors.clouvider.net
* updates: mirrors.clouvider.net
Setting up Install Process
No package php-xcache available.
No package xcache-admin available.

Nothing to do
[root@~]#

I do:
__________________________________
# cd /opt
# wget http://xcache.lighttpd.net/pub/Releases/1.2.1/xcache-1.2.1.tar.gz
# tar -zxvf xcache-1.2.1.tar.gz
# cd xcache-1.2.1
# phpize
-bash: phpize: command not found


AND i do.
_________
# yum -y install php-devel
....
psa-php53-configurator-1.6.3-cos5.build115130819.13.i386 from installed has depsolving problems
--> Missing Dependency: php53-imap is needed by package psa-php53-configurator-1.6.3-cos5.build115130819.13.i386 (installed)
Error: Missing Dependency: php53-cli is needed by package psa-php53-configurator-1.6.3-cos5.build115130819.13.i386 (installed)
Error: Missing Dependency: php53-xml is needed by package psa-php53-configurator-1.6.3-cos5.build115130819.13.i386 (installed)
Error: Missing Dependency: php53-mysql is needed by package psa-php53-configurator-1.6.3-cos5.build115130819.13.i386 (installed)
Error: Missing Dependency: php53-mbstring is needed by package psa-php53-configurator-1.6.3-cos5.build115130819.13.i386 (installed)
Error: Missing Dependency: php53 >= 5.3.0 is needed by package php53-sqlite2-5.3.2-11070811.i386 (installed)
Error: Missing Dependency: php53-pdo is needed by package psa-php53-configurator-1.6.3-cos5.build115130819.13.i386 (installed)
Error: Missing Dependency: php53-imap is needed by package psa-php53-configurator-1.6.3-cos5.build115130819.13.i386 (installed)
Error: Missing Dependency: php53 is needed by package psa-php53-configurator-1.6.3-cos5.build115130819.13.i386 (installed)
Error: Missing Dependency: php53-gd is needed by package psa-php53-configurator-1.6.3-cos5.build115130819.13.i386 (installed)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest

AND i re-do.
____________________________
...
# cd xcache-1.2.1
# phpize
-bash: phpize: command not found


What/How Can I do? :(
Thank you!
 
Just execute

[root@~ xcache-1.2.1]# /usr/local/php5510-cgi/bin/phpize

(assuming you installed PHP 5.5.10 to this directory)
 
Back
Top