• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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