From owner-freebsd-ports@FreeBSD.ORG Fri Sep 15 01:31:17 2006 Return-Path: X-Original-To: freebsd-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 10F0916A416; Fri, 15 Sep 2006 01:31:17 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EA8D43D46; Fri, 15 Sep 2006 01:31:16 +0000 (GMT) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 401B1EB2FAC; Fri, 15 Sep 2006 09:31:14 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id dSH3H5l7j-Ob; Fri, 15 Sep 2006 09:31:09 +0800 (CST) Received: from [10.217.12.201] (sina152-194.staff.sina.com.cn [61.135.152.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 4141AEB2F78; Fri, 15 Sep 2006 09:31:07 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:x-enigmail-version:content-type; b=o+oWy1XRStly7H31bGbDVWMu00mPQMP4KuxpAZdNiYGl1YMgiLL89vKJVSEKnrZSP +CZaBL2o4BOnIDrz8eJIg== Message-ID: <450A0258.7090705@delphij.net> Date: Fri, 15 Sep 2006 09:31:04 +0800 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: rfaria@fclar.unesp.br References: <51676.200.206.133.103.1158255772.squirrel@webmail.fclar.unesp.br> In-Reply-To: <51676.200.206.133.103.1158255772.squirrel@webmail.fclar.unesp.br> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig51F49381E7BF17A8E8CBFA54" Cc: freebsd-ports@freebsd.org, ale@FreeBSD.org Subject: Re: 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: Fri, 15 Sep 2006 01:31:17 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig51F49381E7BF17A8E8CBFA54 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable rfaria@fclar.unesp.br wrote: > Hi. >=20 > I'm having some problems with php5 port. >=20 > I have two machines with standard php5-extensions (from ports) install.= =2E. > And I'm unable to install Zend Platform in both. >=20 > I have asked about it in ZP forum. > http://www.zend.com/forums/index.php? > t=3Dmsg&th=3D1874&start=3D0&S=3Dfa23716a1b184ffc12ffb9875428bdca >=20 > And I got this answer: "You have "--enable-versioning" in your PHP setu= p. > This flag is not compatible with Zend extensions. You need to recompile= > without this flag - and then try again." >=20 > I have tried to remove --enable-versioning from MakeFile in > ports/lang/php5 and recompile it. >=20 > # Step 1: > cd /usr/ports/lang/php5 > make deinstall > make clean > make fetch >=20 > # Step 2: > edit MakeFile > (removed "--enable-versioning") >=20 > # Step 3: > make > ... stopped here ... >=20 > But it doesn't work: >=20 > =3D=3D=3D> Building for php5-5.1.6 > /bin/sh /usr/ports/lang/php5/work/php-5.1.6/libtool --silent --preserve= - > dup-deps --mode=3Dcompile 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/p= hp- > 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/p= hp- > 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 >=20 > Stop in /usr/ports/lang/php5/work/php-5.1.6. > *** Error code 1 >=20 > Stop in /usr/ports/lang/php5. >=20 > ----------------------------------------- > In fact, I have Zend Optimizer instaled and working fine in one of thes= es > machine. Only Zend Platform does not work. >=20 > Do you have some patch, or a way to install Zend Platform in php5 port?= Or > a way to remove --enable-versioning from configure? This looks strange. What did "dmesg" say? Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enig51F49381E7BF17A8E8CBFA54 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFCgJYOfuToMruuMARAy+rAJ9zCohAarCTk4c82uGO+1YUvhJWzgCghQc/ Ux5DYxOT5TTaMuh60UT8yhI= =96sK -----END PGP SIGNATURE----- --------------enig51F49381E7BF17A8E8CBFA54--