• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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