From owner-freebsd-ports@FreeBSD.ORG Thu Sep 14 17:43:08 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3906716A407; Thu, 14 Sep 2006 17:43:08 +0000 (UTC) (envelope-from rfaria@fclar.unesp.br) Received: from pop.fclar.unesp.br (aristoteles.fclar.unesp.br [200.145.78.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7689743D45; Thu, 14 Sep 2006 17:43:06 +0000 (GMT) (envelope-from rfaria@fclar.unesp.br) Received: from localhost (aristoteles [127.0.0.1]) by pop.fclar.unesp.br (Postfix) with ESMTP id ED9B72BEE7; Thu, 14 Sep 2006 14:42:53 -0300 (BRT) Received: from fclar.unesp.br (aristoteles [127.0.0.1]) by pop.fclar.unesp.br (Postfix) with SMTP id 057932BED8; Thu, 14 Sep 2006 14:42:51 -0300 (BRT) Received: from 200.206.133.103 (SquirrelMail authenticated user rfaria) by webmail.fclar.unesp.br with HTTP; Thu, 14 Sep 2006 14:42:52 -0300 (BRT) Message-ID: <51676.200.206.133.103.1158255772.squirrel@webmail.fclar.unesp.br> Date: Thu, 14 Sep 2006 14:42:52 -0300 (BRT) From: To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.4) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by AMaViS snapshot-20020300 X-Mailman-Approved-At: Thu, 14 Sep 2006 21:01:22 +0000 Cc: Subject: FreeBSD Port: php5-5.1.6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Sep 2006 17:43:08 -0000 Hi. I'm having some problems with php5 port. I have two machines with standard php5-extensions (from ports) install... And I'm unable to install Zend Platform in both. I have asked about it in ZP forum. http://www.zend.com/forums/index.php? t=msg&th=1874&start=0&S=fa23716a1b184ffc12ffb9875428bdca And I got this answer: "You have "--enable-versioning" in your PHP setup. This flag is not compatible with Zend extensions. You need to recompile without this flag - and then try again." I have tried to remove --enable-versioning from MakeFile in ports/lang/php5 and recompile it. # Step 1: cd /usr/ports/lang/php5 make deinstall make clean make fetch # Step 2: edit MakeFile (removed "--enable-versioning") # Step 3: make ... stopped here ... But it doesn't work: ===> Building for php5-5.1.6 /bin/sh /usr/ports/lang/php5/work/php-5.1.6/libtool --silent --preserve- dup-deps --mode=compile cc -Iext/date/lib -Iext/date/ - I/usr/ports/lang/php5/work/php-5.1.6/ext/date/ -DPHP_ATOM_INC - I/usr/ports/lang/php5/work/php-5.1.6/include - I/usr/ports/lang/php5/work/php-5.1.6/main -I/usr/ports/lang/php5/work/php- 5.1.6 -I/usr/local/include/libxml2 -I/usr/local/include - I/usr/ports/lang/php5/work/php-5.1.6/ext/date/lib - I/usr/ports/lang/php5/work/php-5.1.6/TSRM -I/usr/ports/lang/php5/work/php- 5.1.6/Zend -O2 -fno-strict-aliasing -pipe -prefer-non-pic - c /usr/ports/lang/php5/work/php-5.1.6/ext/date/lib/parse_date.c -o ext/date/lib/parse_date.lo cc: Internal error: Killed: 9 (program cc1) Please submit a full bug report. See for instructions. *** Error code 1 Stop in /usr/ports/lang/php5/work/php-5.1.6. *** Error code 1 Stop in /usr/ports/lang/php5. ----------------------------------------- In fact, I have Zend Optimizer instaled and working fine in one of theses machine. Only Zend Platform does not work. Do you have some patch, or a way to install Zend Platform in php5 port? Or a way to remove --enable-versioning from configure? I'm waiting for a solution... Thank's Rafael Henrique Faria University of São Paulo - Brazil