Keeping Up To Date 'Yum Update'

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
matt3830
Forum User
Forum User
Posts: 25
Joined: Sun Jan 22, 2006 1:13 am

Unread post by matt3830 »

This seems to be the consistent error:

Code: Select all

PHP Fatal error:  [ionCube Loader] The Loader must appear in the php.ini file before other extensions in Unknown on line 0
Failed loading /usr/lib/php4/ioncube_loader_lin_4.4.so:  /usr/lib/php4/ioncube_loader_lin_4.4.so: cannot open shared object file: No such file or directory
matt3830
Forum User
Forum User
Posts: 25
Joined: Sun Jan 22, 2006 1:13 am

Unread post by matt3830 »

OK, I think I have it figured out now. I commented out the the fields in both

ioncube-loader.ini
and
ioncube.ini

The zend seems to work fine now. I just got it working through trial and error. Why was this causing the problem?
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 »

I know ioncube is not compatible with PHP 4.4.2. I'll be moving PHP 5.0 into the [atomic] channel soon because of it.
rajivm
New Forum User
New Forum User
Posts: 3
Joined: Tue Nov 08, 2005 3:01 am

Unread post by rajivm »

I use Ioncube w/ PHP 4.4.2 and it works fine. When I installed the Plesk 8 updates I had an issue similar to yours but I just needed to adjust the order the extensions were loaded in.


zend_extension=/usr/lib/php4/php_ioncube_loader_lin_4.4.so
;PHP Accelerator extension
zend_extension = /usr/lib/php_accelerator_1.3.3r2.so
Post Reply