Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2008 07:05:29 -0600
From:      Doug Poland <doug@polands.org>
To:        patrick <gibblertron@gmail.com>
Cc:        questions@freebsd.org
Subject:   Re: ionCube PHP Encoder / Loader on FreeBSD 6 / 7
Message-ID:  <47BEC899.9030109@polands.org>
In-Reply-To: <b043a4850802212105x46596084h9279e1e0cfe5d51b@mail.gmail.com>
References:  <47BDAD75.50801@polands.org> <b043a4850802212105x46596084h9279e1e0cfe5d51b@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
patrick wrote:
> On Thu, Feb 21, 2008 at 8:57 AM, Doug Poland <doug@polands.org> wrote:
>> Hello,
>>
>>  I'm having problems getting ionCube's PHP loader working on either
>>  6.3-RELEASE or 7.0-RC2 (both i386).  I've followed the install
>>  instructions, edited php.ini, installed compat5x and compat6x libraries,
>>  but just cannot get the loader to work.  Both boxes are running PHP 5.2.5.
>>
>>  Have googled and read the ioncube forums.  I must be missing something
>>  obvious.
>>
>>  Thanks in advance...
>>
 > Hi Doug,
 >
 > You may get more help if you provide some more details like log
 > messages or specifics about what is not working.
 >
 > Patrick
 >
Hi Patrick,

Thank you for the response.  My error was in the details, as you 
suggested.  I was using this statement for the loader:

zend_extension_ts = 
/usr/local/www/OllaCart/includes/ioncube/ioncube_loader_fre_5.2_ts.so

On my boxes, PHP was built without thread support, so I should have said 
this:

zend_extension = 
/usr/local/www/OllaCart/includes/ioncube/ioncube_loader_fre_5.2.so

Note the (_ts).  Now everything is working great.  Attention to detail...

-- 
Regards,
Doug




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47BEC899.9030109>