From owner-freebsd-questions@FreeBSD.ORG Fri Feb 22 13:05:31 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9B4316A401 for ; Fri, 22 Feb 2008 13:05:31 +0000 (UTC) (envelope-from doug@polands.org) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.123]) by mx1.freebsd.org (Postfix) with ESMTP id A743213C4DD for ; Fri, 22 Feb 2008 13:05:31 +0000 (UTC) (envelope-from doug@polands.org) Received: from corinth.polands.org ([75.87.219.217]) by hrndva-omta04.mail.rr.com with ESMTP id <20080222130530.LYVP19547.hrndva-omta04.mail.rr.com@corinth.polands.org>; Fri, 22 Feb 2008 13:05:30 +0000 Received: from omnihp.polands.org (ammon.polands.org [172.16.1.7]) by corinth.polands.org (8.13.8/8.13.8) with ESMTP id m1MD5Txq097996; Fri, 22 Feb 2008 07:05:30 -0600 (CST) (envelope-from doug@polands.org) Message-ID: <47BEC899.9030109@polands.org> Date: Fri, 22 Feb 2008 07:05:29 -0600 From: Doug Poland User-Agent: Thunderbird 2.0.0.9 (X11/20080206) MIME-Version: 1.0 To: patrick References: <47BDAD75.50801@polands.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/5934/Fri Feb 22 05:34:29 2008 on corinth.polands.org X-Virus-Status: Clean Cc: questions@freebsd.org Subject: Re: ionCube PHP Encoder / Loader on FreeBSD 6 / 7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 13:05:31 -0000 patrick wrote: > On Thu, Feb 21, 2008 at 8:57 AM, Doug Poland 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