From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 03:12:58 2005 Return-Path: X-Original-To: freebsd-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 9BDC116A41F for ; Thu, 27 Oct 2005 03:12:58 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C39843D45 for ; Thu, 27 Oct 2005 03:12:58 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so201152nzk for ; Wed, 26 Oct 2005 20:12:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=EhKeBlPoQQabEOmlyvVVKS6F32ip8VVF6BIwlT+K9JiQ9f8/ed7cdPmqrV9wSlL847vkEVoztbyITMcUB3roCDyLl7/Ml4RTD24OUhPf7zJQDGpoCG7y0X5wHJ0qXujzM4y7nwiV3HcLlBcQODylQwIFaHo+8qUnb1JceCuEc2c= Received: by 10.37.22.10 with SMTP id z10mr1695576nzi; Wed, 26 Oct 2005 20:12:57 -0700 (PDT) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id m1sm1047121nzf.2005.10.26.20.12.51; Wed, 26 Oct 2005 20:12:57 -0700 (PDT) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Wed, 26 Oct 2005 20:14:20 -0700 User-Agent: KMail/1.8.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510262014.21022.ringworm01@gmail.com> Cc: RdBSD Subject: Re: Error installing php5.0.4 in freebsd 5.4 Stable 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, 27 Oct 2005 03:12:58 -0000 On Wednesday 26 October 2005 18:57, RdBSD wrote: > Dear All, > I Have a Problem when installing php5.0.4 from source or from ports. > Here's the detail of errors : > www:>make > gcc -Iext/libxml/ > -I/data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4/ext/libxml/ > -DPHP_ATOM_INC > -I/data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4/include > -I/data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4/main > -I/data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4-I/usr/local/incl >ude/libxml2 -I/usr/local/include > -I/usr/local/include/freetype2 -I/usr/local/mysql/include > -I/data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4/TSRM > -I/data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4/Zend -g -O2 -c > /data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4/ext/libxml/libxml. >c -o ext/libxml/libxml.o && echo > ext/libxml/libxml.lo > In file included from /usr/local/include/libxml2/libxml/parser.h:781, > from /data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4 > /ext/libxml/libxml.c:38: > /usr/local/include/libxml2/libxml/encoding.h:136: error: syntax error > before "iconv_t" > *** Error code 1 > > Stop in /data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4. > > Can anybody help me ? > > My System : > > FreeBSD 5.4 Stable > > Apache 1.3.1 > > PHP 5.0.4 > > Mysql 5 > > And other modules for Apache > > Thanks. The current version seems to be php5-5.0.5_1, is your ports tree up to date? -Mike