From owner-freebsd-questions@FreeBSD.ORG Thu Apr 17 12:56:18 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B49B737B401 for ; Thu, 17 Apr 2003 12:56:18 -0700 (PDT) Received: from galilee.polands.org (CPE-24-208-57-240.new.rr.com [24.208.57.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67D6F43FDD for ; Thu, 17 Apr 2003 12:56:16 -0700 (PDT) (envelope-from doug@polands.org) Received: from email.polands.org (samaria.polands.org [172.16.1.17]) by galilee.polands.org (8.12.9/8.12.9) with SMTP id h3HJuUrd023492 for ; Thu, 17 Apr 2003 14:56:30 -0500 (CDT) (envelope-from doug@polands.org) Received: from 63.104.35.130 (proxying for 164.5.45.79) (SquirrelMail authenticated user djp) by email.polands.org with HTTP; Thu, 17 Apr 2003 14:56:15 -0500 (CDT) Message-ID: <34972.63.104.35.130.1050609375.squirrel@email.polands.org> Date: Thu, 17 Apr 2003 14:56:15 -0500 (CDT) From: "Doug Poland" To: questions@freebsd.org User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal Subject: php accelerator prob X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2003 19:56:19 -0000 Hi. I'm running Apache 1.3.27 w/ PHP 4.2.3 on a 4.8-STABLE box. I've downloaded the FreeBSD binar of ionCube PHP Accelerator v 1.3.3r3 and have followed the instructions in INSTALL but am having a problem. I edited my php.ini and added: ; PHP Accelerator extension zend_extension=/usr/local/lib/php/php_accelerator_1.3.3r2.so and I put the .so file in above location and restarted apache. In my httpd-error.log log I see... Failed loading /usr/local/lib/php/php_accelerator_1.3.3r2.so: /usr/local/lib/php/php_accelerator_1.3.3r2.so: Undefined symbol "_ecalloc" Does anyone know what I'm doing wrong here? Thanks in advance! -- Regards, Doug