• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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