1 (edited by Sarge 2015-03-02 13:11:50)

Topic: CentOS 7 remi-php55 - seems wrong ioncube package included

Hello !
Thanks for excellent and reliable packages !

Just seems I found a small bug using your package for CentOS 7
Installed as instructed
wget dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
wget rpms.famillecollet.com/enterprise/remi-release-7.rpm
rpm -Uvh remi-release-7*.rpm epel-release-7*.rpm

PHP 5.5 was installed without any problems.
But when I try to install
yum install php-ioncube-loader
it shows dependancy problems.

It seems because
yum info php-ioncube-loader
shows the info that Ioncube package for PHP 5.4 not PHP 5.5
Name        : php-ioncube-loader
Arch        : x86_64
Version     : 4.7.5
Release     : 1.el7.remi.5.4
Size        : 536 k
Repo        : remi
Summary     : Loader for ionCube Encoded Files
URL         : ioncube.com
License     : Distribuable
Description : Loader for ionCube Encoded Files.
            :
            : Package built for PHP 5.4.

Please, cross-check from your side...
I have CentOS 6 on other server with your package - but there seems a right Ioncube package for PHP 5.5 was
yum info php-ioncube-loader
Installed Packages
Name        : php-ioncube-loader
Arch        : x86_64
Version     : 4.7.3
Release     : 1.el6.remi.5.5
Size        : 2.3 M
Repo        : installed
From repo   : remi-php55
Summary     : Loader for ionCube Encoded Files
URL         : ioncube.com
License     : Distribuable
Description : Loader for ionCube Encoded Files.
            :
            : Package built for PHP 5.5.

Thank you in advance for a fix of the problem.
Best regards,
Serge

Re: CentOS 7 remi-php55 - seems wrong ioncube package included

Try: yum install --enablerepo=remi,remi-php55 php-ioncube-loader

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: CentOS 7 remi-php55 - seems wrong ioncube package included

No you're right... something missing

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: CentOS 7 remi-php55 - seems wrong ioncube package included

I just upload missing packages
ionCube Loader 4.7.5 for PHP 5.5 and 5.6

Ex: http://rpms.famillecollet.com/enterpris … oader.html

Thanks for the report.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: CentOS 7 remi-php55 - seems wrong ioncube package included

Thank you VERY much !
Now it works like a breeze smile using
yum install php-ioncube-loader
no any problem with dependencies.

Thanks again for your excellent repo !
Have a nice day !
Serge

Re: CentOS 7 remi-php55 - seems wrong ioncube package included

smile

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi