From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 05:13:34 2005 Return-Path: X-Original-To: questions@freebsd.org 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 A65FD16A41F for ; Thu, 22 Dec 2005 05:13:34 +0000 (GMT) (envelope-from rene.mendoza@syspres.com) Received: from daffy.activeinvitesoftware.com (adsl-71-141-254-235.dsl.snfc21.pacbell.net [71.141.254.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 619FF43D4C for ; Thu, 22 Dec 2005 05:13:33 +0000 (GMT) (envelope-from rene.mendoza@syspres.com) Received: from [192.168.2.140] (unknown [210.213.170.108]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by daffy.activeinvitesoftware.com (Postfix) with ESMTP id F02371106806 for ; Wed, 21 Dec 2005 21:13:51 -0800 (PST) Message-ID: <43AA35EF.5060000@syspres.com> Date: Thu, 22 Dec 2005 13:13:19 +0800 From: "Rene C. Mendoza" User-Agent: Mozilla Thunderbird 1.0.7 (Macintosh/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: php4-4.4.1_3 won't install on 5.4 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: Thu, 22 Dec 2005 05:13:34 -0000 Hello! I've got a problem installing php-4.4.1_3 on my FreeBSD 5.4 machine. Here's what I did: 1. cvsup'ed the ports tree 2. updated all ports 3. tried to install squirrelmail (requires php to install) . . . At this point, I get the following error. As you can see, the php port is compiled without problems. It fails only when it is being installed. ################################## Build complete. (It is safe to ignore warnings about tempnam and tmpnam). ===> Installing for php4-4.4.1_3 ===> php4-4.4.1_3 depends on file: /usr/local/sbin/apxs - found ===> php4-4.4.1_3 depends on file: /usr/local/sbin/apxs - found ===> Generating temporary packing list ===> Checking if lang/php4 already installed Installing PHP SAPI module: apache2handler /usr/local/share/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/share/apache2/build/libtool' libphp4.la /usr/local/libexec/apache2 /usr/local/share/apache2/build/libtool --mode=install cp libphp4.la /usr/local/libexec/apache2/ cp .libs/libphp4.so /usr/local/libexec/apache2/libphp4.so libtool: install: warning: remember to run `libtool --finish /usr/ports/lang/php4/work/php-4.4.1/libs' grep: /usr/local/libexec/apache2/libphp4.la: No such file or directory grep: /usr/local/libexec/apache2/libphp4.la: No such file or directory Warning! dlname not found in /usr/local/libexec/apache2/libphp4.la. Assuming installing a .so rather than a libtool archive. chmod 755 /usr/local/libexec/apache2/libphp4.so Bus error (core dumped) *** Error code 138 Stop in /usr/ports/lang/php4/work/php-4.4.1. *** Error code 1 Stop in /usr/ports/lang/php4. *** Error code 1 Stop in /usr/ports/devel/pear. *** Error code 1 Stop in /usr/ports/databases/pear-DB. *** Error code 1 Stop in /usr/ports/mail/squirrelmail. ########### I also get the following error on /var/log/messages: Dec 21 19:41:18 donald kernel: pid 27250 (perl5.8.7), uid 0: exited on signal 10 (core dumped) Hope this is not a hardware issue. I was thinking of rebuilding world just to see if the problem can be solved but only as last resort. thanks, rene