Hi,
I installed a classified (phpprobid) php script on my Centos 6.7 CWP server but the scripts run so slow that it is almost impossible to use it,
I also contacted the developer and the reply was to check with ISP as it is a server issue
I had the script running for years on Godaddy hosted server with no issues.
I ran a provided script to check compatibility and it gave the below result
================================================================
php 5.3.27 <=>+5.4.45 Passed |
mySQL 5.1+ (5.5 recommended) <=> mysqlnd 5.0.10 - 20111026 - $Id: c85105d7c6f7d70d609bb4c000257868a40840ab $ Failed |
Server Vars <=> Passed |
open_basedir restriction <=> Passed |
PDO Library w/ MySQL Driver <=> Enabled |
mcrypt Extension <=> Enabled |
GD Library <=> Enabled |
ionCube Loaders 4.4+ <=> Enabled |
Important: ionCube Loaders v4.4+ are required. For more information on how to install them, please click here. If they are run-time loaded, please disregard this message. |
mod_rewrite extension <=> Disabled / check failed |
(optional) The mod_rewrite apache extension should be loaded in order for SEO urls to work. There are alternatives to this extension if running ngnix or Microsoft IIS. |
PHP Configuration Options <=> post_max_size: 8M => Min.: 32MB => Failed |
max_input_vars: 1000 <=> Min.: 1000 Passed | memory_limit: 128M Min.: 128MB Passed
|
(recommended) the above php configuration options should have the minimum values set as described. |
cURL Library <=> Enabled |
(optional) The cURL library is needed by the USPS and Australia Post shipping modules. |
allow_url_fopen = on <=> Enabled |
(optional) Required if you wish to allow remote images to be added to listings. |
SOAPClient <=> Enabled |
(optional) The SOAPClient library is needed by the UPS and FedEx shipping modules. |
Please make sure that all mandatory server requirements are met before installing PHP Pro Bid v7.
|
=====================================================================
I upgraded mysql to 5.5 using webtatic and same result
I am not sure but i might need to update the libmysqlclient to higher version
currently the available packages on my server are:
# yum list mysql*
Installed Packages
mysql55w.x86_64 5.5.47-1.w6 @webtatic
mysql55w-libs.x86_64 5.5.47-1.w6 @webtatic
mysql55w-server.x86_64 5.5.47-1.w6 @webtatic
Available Packages
MySQL-python.x86_64 1.2.3-0.3.c1.1.el6 base
mysql.x86_64 5.1.73-5.el6_7.1 updates
mysql-bench.x86_64 5.1.73-5.el6_7.1 updates
mysql-connector-java.noarch 1:5.1.17-6.el6 base
mysql-connector-odbc.x86_64 5.1.5r1144-7.el6 base
mysql-devel.i686 5.1.73-5.el6_7.1 updates
mysql-devel.x86_64 5.1.73-5.el6_7.1 updates
mysql-embedded.i686 5.1.73-5.el6_7.1 updates
mysql-embedded.x86_64 5.1.73-5.el6_7.1 updates
mysql-embedded-devel.i686 5.1.73-5.el6_7.1 updates
mysql-embedded-devel.x86_64 5.1.73-5.el6_7.1 updates
mysql-libs.i686 5.1.73-5.el6_7.1 updates
mysql-libs.x86_64 5.1.73-5.el6_7.1 updates
mysql-server.x86_64 5.1.73-5.el6_7.1 updates
mysql-test.x86_64 5.1.73-5.el6_7.1 updates
mysql55w-bench.x86_64 5.5.47-1.w6 webtatic
mysql55w-devel.x86_64 5.5.47-1.w6 webtatic
mysql55w-embedded.x86_64 5.5.47-1.w6 webtatic
mysql55w-embedded-devel.x86_64 5.5.47-1.w6 webtatic
mysql55w-test.x86_64 5.5.47-1.w6 webtatic
[root@mcledsoft-srv3 ~]# rpm -q mysql-libs
package mysql-libs is not installed
all the packages with version 5.1xxx are available but not installed since i updated them using the webtatic package
# yum list installed | grep -i mysql
libmysqlclient16.x86_64 5.1.69-1.w6 @webtatic
mysql55w.x86_64 5.5.47-1.w6 @webtatic
mysql55w-libs.x86_64 5.5.47-1.w6 @webtatic
mysql55w-server.x86_64 5.5.47-1.w6 @webtatic
perl-DBD-MySQL.x86_64 4.013-3.el6 @base
php56w-mysqlnd.x86_64 5.6.19-1.w6 @webtatic
any ideas how can i perform this update libmysqlclient
thx
M.Moukalled