From owner-freebsd-questions@FreeBSD.ORG Thu Oct 7 15:36:18 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A7FD106564A for ; Thu, 7 Oct 2010 15:36:18 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm1.ukr.net (fsm1.ukr.net [195.214.192.23]) by mx1.freebsd.org (Postfix) with ESMTP id BC8088FC08 for ; Thu, 7 Oct 2010 15:36:17 +0000 (UTC) Received: from 201-161-179-94.pool.ukrtel.net ([94.179.161.201] helo=localhost) by fsm1.ukr.net with esmtps ID 1P3rfG-000K1O-24 ; Thu, 07 Oct 2010 17:41:46 +0300 Date: Thu, 7 Oct 2010 17:41:44 +0300 From: Ivan Klymenko To: Phan Quoc Hien Message-ID: <20101007174144.6e1be101@ukr.net> In-Reply-To: References: X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Can not install ZendOptimizer 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, 07 Oct 2010 15:36:18 -0000 =D0=92 Thu, 7 Oct 2010 21:24:30 +0700 Phan Quoc Hien =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > Hello, > I'm trying install ZendOptimizer with my php5 and get this error: >=20 > freebsd# make install clean > > =3D=3D=3D> ZendOptimizer-3.3.0.a cannot install: doesn't work with PHP > > version : 5 (Doesn't support PHP 5). > > *** Error code 1 > > > > Stop in /usr/ports/devel/ZendOptimizer. > > > Why error? ZendOptimizer port is older? > Thanks. because it requires version 4.4.x or 5.2.x and port php5 is version 5.3.x you need install/use port lang/php4 or lang/php52