MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: WISTFUL on 2013-02-20, 16:21:19

Title: ionCube PHP Loader
Post by: WISTFUL on 2013-02-20, 16:21:19
How can I install ioncube_loader_lin_5.4.so on kloxo-mr?
Title: Re: ionCube PHP Loader
Post by: MRatWork on 2013-02-20, 18:07:32
run 'yum install php54-ioncube-loader'.
Title: Re: ionCube PHP Loader
Post by: WISTFUL on 2013-02-20, 18:24:58
Thanks ...
Title: Re: ionCube PHP Loader
Post by: ibuxxi on 2013-02-23, 22:28:04
How can I install ioncube_loader for php 5.3.21 ?
Title: Re: ionCube PHP Loader
Post by: MRatWork on 2013-02-23, 23:05:55
Try 'yum php-ioncube*'
Title: Re: ionCube PHP Loader
Post by: lupetalo on 2013-02-27, 02:20:32
Quote from: "MRatWork"
Try 'yum php-ioncube*'
Code: [Select]
Transaction Check Error:
  file /etc/php.ini from install of php-common-5.2.17-28.el5.x86_64 conflicts with file from package php53u-common-5.3.21-1.ius.el5.x86_64
  file /usr/lib64/php/modules/curl.so from install of php-common-5.2.17-28.el5.x86_64 conflicts with file from package php53u-common-5.3.21-1.ius.el5.x86_64
  file /usr/lib64/php/modules/json.so from install of php-common-5.2.17-28.el5.x86_64 conflicts with file from package php53u-common-5.3.21-1.ius.el5.x86_64
  file /usr/lib64/php/modules/zip.so from install of php-common-5.2.17-28.el5.x86_64 conflicts with file from package php53u-common-5.3.21-1.ius.el5.x86_64
my info
Code: [Select]
A. Kloxo-MR: 6.5.0.c.2013022503

B. OS: CentOS release 5.9 (Final) x86_64

C. Apps:
   1. MySQL: mysql-5.0.95-5.el5_9
   2. PHP: php53u-5.3.21-1.ius.el5
   3. Httpd: httpd-2.2.23-3.el5
   4. Lighttpd: --uninstalled--
   5. Nginx: nginx-1.3.13-1.el5
   6. Qmail: qmail-toaster-1.03-1.3.22.mr.el5

D. Php-type (for Httpd/proxy): mod_php_ruid2

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:          2010       1060        949          0         12        181
   -/+ buffers/cache:        866       1143
   Swap:         3999          0       3999
Title: Re: ionCube PHP Loader
Post by: MRatWork on 2013-02-27, 02:44:39
Because using php53u, you must run 'yum install php53u-ioncube-loader'.
Title: Re: ionCube PHP Loader
Post by: lupetalo on 2013-02-28, 07:56:24
Some kind of wiki would be great idea....
Title: Re: ionCube PHP Loader
Post by: chut on 2013-02-28, 20:19:09
before install ioncube i try to use
sh /script/cleanup; sh /script/fixweb; sh /script/restart-services
it no error

when i try to : yum install php-ioncube

Code: [Select]
========================================================================================================================================================================
 Package                                 Arch                               Version                                  Repository                                    Size
========================================================================================================================================================================
Installing:
 php-ioncube                             x86_64                             4.0.10-3.el6                             kloxo-mr-centalt                             261 k
Installing for dependencies:
 php-common                              x86_64                             5.3.21-1.el6                             kloxo-mr-centalt                             902 k

Transaction Summary
========================================================================================================================================================================
Install       2 Package(s)

Total size: 1.1 M
Installed size: 7.3 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test


Transaction Check Error:
  file /etc/php.ini from install of php-common-5.3.21-1.el6.x86_64 conflicts with file from package php53u-common-5.3.21-1.ius.el6.x86_64
  file /usr/lib64/php/modules/fileinfo.so from install of php-common-5.3.21-1.el6.x86_64 conflicts with file from package php53u-common-5.3.21-1.ius.el6.x86_64
  file /usr/lib64/php/modules/phar.so from install of php-common-5.3.21-1.el6.x86_64 conflicts with file from package php53u-common-5.3.21-1.ius.el6.x86_64
  file /usr/lib64/php/modules/zip.so from install of php-common-5.3.21-1.el6.x86_64 conflicts with file from package php53u-common-5.3.21-1.ius.el6.x86_64

Error Summary


My sysinfo

Code: [Select]
A. Kloxo-MR: 6.5.0.c.2013022704

B. OS: CentOS release 6.3 (Final) x86_64

C. Apps:
   1. MySQL: mysql-5.5.29-1.el6.x86_64
   2. PHP: php53u-5.3.21-1.ius.el6.x86_64
   3. Httpd: --uninstalled--
   4. Lighttpd: --uninstalled--
   5. Nginx: nginx-1.3.13-1.el6.x86_64
   6. Qmail: qmail-toaster-1.03-1.3.22.mr.el6.x86_64
   7. Dns: bind-9.9.2-2.P1.el6.x86_64

D. Php-type (for Httpd/proxy):

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:          2047        234       1812          0          0        115
   -/+ buffers/cache:        119       1927
   Swap:          512          0        512

I try to : yum install php53u-ioncube
No package php53u-ioncube available.

I try to : yum install php54-ioncube
No package php54-ioncube available.
Title: Re: ionCube PHP Loader
Post by: MRatWork on 2013-02-28, 20:26:26
@chut,

Need 'yum install php53u-ioncube*' instead ''yum install php53u-ioncube'. Remember, with and without *.
Title: Re: ionCube PHP Loader
Post by: chut on 2013-02-28, 20:31:17
@MRatWork

i try to use
Quote
yum install php53u-ioncube*

It working without any error

 :mrgreen: