Opteron + ioncube/zend decoder?

Hello WHT,

I am new to your community and would like to briefly introduce myself. My name is Rick and I recently started my own web services company. I have 10 years Linux/BSD administration experience at the ISP level and consider myself well schooled in most of the common services.

I have recently run into a problem that I would like some advice on. I have several dual 265 opterons running RH over at the planet and I just cant seem to get either ioncube or zend decoders to work properly.

I have verified via CLI that I do have each technologies installed correctly;

Code:
Details: 
PHP 4.4.1 (cli) (built: Apr 21 2006 16:53:38) 
Copyright (c) 1997-2004 The PHP Group 
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies 
with the ionCube PHP Loader v3.1.15, Copyright (c) 2002-2006, by ionCube Ltd., and 
with Zend Extension Manager v1.0.9, Copyright (c) 2003-2006, by Zend Technologies 
with Zend Optimizer v2.6.2, Copyright (c) 1998-2006, by Zend Technologies 
root@opteron4 [~]#
I have done several successful installations of Modernbill and other encoded PHP applications and have never encountered such a problem. However, this is also my first experience with a 64-Bit system. I have searched the Internet and have not come up with anything very relevant to this situation.

In a nutshell, I am returned the exact same error received when you dont have the loaders installed correctly on a 32 bit machine, something about not having encoder installed. As you can see from the output above, the loaders are clearly installed correctly.

The only thing I have stumbled upon in my search for an answer to this question is that somehow --enable-versioning in the PHP config may be causing problems. I have given this some thought and I just cant wrap myself around the idea that I have to disable versioning in PHP to get the loaders working correctly.

I would be very appreciative if anyone has any insight as to what problem versioning in PHP may be causing with the encoded Modernbill installation (FYI - The ioncube and zend test BOTH fail). As mentioned, the only real difference between this installation and a lot of others I have done is the 32-Bit vs 64-Bit architecture.

Kindly,

 

 

 

 

Top