From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1DtfoL-0005sI-K3 for garchives@archives.gentoo.org; Sat, 16 Jul 2005 06:06:06 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6G64pTb002188; Sat, 16 Jul 2005 06:04:51 GMT Received: from bungi.sjc.warped.net (bungi.sjc.warped.net [192.83.249.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6G60rST022353 for ; Sat, 16 Jul 2005 06:00:53 GMT Received: from mail.pbp.net (mail.pbp.net [64.151.65.198]) by bungi.sjc.warped.net (Postfix) with ESMTP id D94FA4B3C0 for ; Fri, 15 Jul 2005 23:01:15 -0700 (PDT) Received: from [127.0.0.1] (c-24-6-91-81.hsd1.ca.comcast.net [24.6.91.81]) by mail.pbp.net (Postfix) with ESMTP id 73D77BAEBF for ; Fri, 15 Jul 2005 23:01:15 -0700 (PDT) Message-ID: <42D8A248.1010602@pbp.net> Date: Fri, 15 Jul 2005 22:59:36 -0700 From: Jonathan Nichols Organization: pbp.net User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] eAccelerator/"Zend outdated" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 90b6dc54-798e-4ce5-9b48-c8d83ea1adaf X-Archives-Hash: 1b92af3131bfa238e5f7fe773581c9c9 Due to the recent GLSA, I updated PHP. :( Now that turck-mmcache is gone and replaced by eaccelerator, I thought that I'd give it a shot. No luck so far. Here's what I get in error_log: [Fri Jul 15 22:48:33 2005] [notice] caught SIGTERM, shutting down Failed loading /usr/lib/php/extensions/no-debug-non-zts-20020429/mmcache.so: /usr/lib/php/extensions/no-debug-non-zts-20020429/mmcache.so: cannot open shared object file: No such file or directory eAccelerator requires Zend Engine API version 20050606. The Zend Engine API version 20021010 which is installed, is outdated. Failed loading /usr/lib/php/extensions/no-debug-non-zts-20020429/mmcache.so: /usr/lib/php/extensions/no-debug-non-zts-20020429/mmcache.so: cannot open shared object file: No such file or directory eAccelerator requires Zend Engine API version 20050606. The Zend Engine API version 20021010 which is installed, is outdated. [Fri Jul 15 22:48:37 2005] [notice] Apache/1.3.33 (Unix) (Gentoo/Linux) PHP/4.3.11 mod_gzip/1.3.26.1a configured -- resuming normal operations php -v gives this: www conf # php -v PHP 4.4.0 (cli) (built: Jul 15 2005 22:33:58) Copyright (c) 1997-2004 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies with eAccelerator v0.9.3, Copyright (c) 2004-2005 eAccelerator, by eAccelerator www conf # It compiles OK. I have "dev-php/eaccelerator-0.9.3-r1" installed (used ~x86 too) It just doesn't create a "mmcache.so" file. It appears that it creates "eaccelerator.so" instead. I just copied that file to mmcache.so and restarted Apache. Upon doing that, I get this error: [Fri Jul 15 22:58:03 2005] [notice] caught SIGTERM, shutting down eAccelerator requires Zend Engine API version 20050606. The Zend Engine API version 20021010 which is installed, is outdated. eAccelerator requires Zend Engine API version 20050606. The Zend Engine API version 20021010 which is installed, is outdated. eAccelerator requires Zend Engine API version 20050606. The Zend Engine API version 20021010 which is installed, is outdated. eAccelerator requires Zend Engine API version 20050606. The Zend Engine API version 20021010 which is installed, is outdated. [Fri Jul 15 22:58:07 2005] [notice] Apache/1.3.33 (Unix) (Gentoo/Linux) PHP/4.3.11 mod_gzip/1.3.26.1a configured -- resuming normal operations I'm going to file a bugzilla report against this. I searched bugzilla and forums and didn't find anything that wasn't related to Apache 2 and PHP 5. (I'm still using Apache 1.3.x and PHP 4.x) So, the main question is "How do I update the Zend Engine API" so eaccelerator is happy? ;) -- gentoo-user@gentoo.org mailing list