ionube

Support/Development for PHP
npavlidis
Forum Regular
Forum Regular
Posts: 122
Joined: Sun Jun 04, 2006 10:03 am

ionube

Unread post by npavlidis »

Hello,

is there an rpm of ioncube enabled php available ? how can i install it ?

System: Centos 4.4-current
PHP:Version: 5.0.4
Release: 13.rhel4.art

thank you
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

no, I dont think the license will let me redistribute it
npavlidis
Forum Regular
Forum Regular
Posts: 122
Joined: Sun Jun 04, 2006 10:03 am

thoughts

Unread post by npavlidis »

php-ioncube-loader-3.0-06101212.i386.rpm this package seems to exist though
(from what I see in release papers) from what i understand this comes with sitebuilder which i did not install

Would it be ok to install on the system now even though i have upgraded to php 5.0.4? do I have to install the whole sitebuilder package or can i just get the rpm from somewhere and just install that?

thanks
agruetz
Forum User
Forum User
Posts: 9
Joined: Sun Feb 04, 2007 8:36 pm

Unread post by agruetz »

It SHOULD work but I make no garuntees. And yes you can install ioncube into any php install and have it work...assuming there are no version issues. But as far as I aware that rpm should work.
Zend Certified PHP Programer
CEO
Helix Development LLC
www.helixdevelopment.com
npavlidis
Forum Regular
Forum Regular
Posts: 122
Joined: Sun Jun 04, 2006 10:03 am

Unread post by npavlidis »

ok downloaded it and here it is:

it has one file: ioncube_loader_lin_5.1.so
which is under /opt/php51/lib/php5 which does not exist under my install(w/out sitebuilder)

should i install sitebuilder properly to get it(properly meaning through the plesk installer) or sitebuilder has its own php compiled?(saying that cause i found in the sitebuilder directory this:php51-5.1.4-20060823.rhas4.i386.rpm)
breun
Long Time Forum Regular
Long Time Forum Regular
Posts: 2813
Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands

Unread post by breun »

I wouldn't try messing with that Sitebuilder ionCube rpm. Getting the .tar.gz from http://www.ioncube.com/loaders.php and running the installer is pretty easy.
Lemonbit Internet Dedicated Server Management
agruetz
Forum User
Forum User
Posts: 9
Joined: Sun Feb 04, 2007 8:36 pm

Unread post by agruetz »

breun is right it will most likely be easy to just install from source. But if i recall correctly site builder requires php 5.1.6 there for it is probally packaged in there with it.
Zend Certified PHP Programer
CEO
Helix Development LLC
www.helixdevelopment.com
npavlidis
Forum Regular
Forum Regular
Posts: 122
Joined: Sun Jun 04, 2006 10:03 am

Unread post by npavlidis »

ok I tried the source solution,
downloaded the x86 tarball
createded a /usr/share/ioncube directory everything in it(.so files an the 2 php ones)
created an ioncube.ini file in /etc/php.d
added a line saying zend_extension = /usr/share/ioncube_loader_lin_5.0.so
reloaded apache
the phpinfo() says that the file IS parsed but still ioncube is not working

do I need to add anything else?

thanks
Post Reply