From owner-freebsd-questions@FreeBSD.ORG Sat Aug 2 07:49:53 2003 Return-Path: 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 B7CDF37B401 for ; Sat, 2 Aug 2003 07:49:53 -0700 (PDT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CDA843FA3 for ; Sat, 2 Aug 2003 07:49:53 -0700 (PDT) (envelope-from gnorm@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h72EnqRM009135 for ; Sat, 2 Aug 2003 07:49:52 -0700 (PDT) Received: from localhost (253.cpe.atlantabroadband.com [64.30.173.253] (may be forged)) (authenticated bits=0) by mac.com (Xserve/8.12.9/MantshX 2.0) with ESMTP id h72Enn9e009284 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sat, 2 Aug 2003 07:49:51 -0700 (PDT) Date: Sat, 2 Aug 2003 10:49:28 -0400 Mime-Version: 1.0 (Apple Message framework v482) Content-Type: text/plain; charset=US-ASCII; format=flowed From: Gregory Norman To: freebsd-questions@FreeBSD.org Content-Transfer-Encoding: 7bit Message-Id: <8469A892-C4F8-11D7-976E-003065A51656@mac.com> X-Mailer: Apple Mail (2.482) Subject: Installing PHP4 from ports fail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 14:49:54 -0000 Hello all, I am trying to install mysql323, apache13 and php4 on 4.4 Release. So far I have successfully installed mysql and apache, with php it is a different story. I have two issues. I have a question about apache, and I would like some help getting php installed on my machine. I installed apache13-server. Will this installation allow me to use ssl? When I try to install php the installation fail repeatedly at this point. -Wl,-rpath -Wl,/usr/local/lib ../lib/libbison.a Making all in doc makeinfo --no-split -I . `test -f 'bison.texinfo' || echo './'`bison.texinfo -o bison.info bison.texinfo:37: Unknown command `copying'. bison.texinfo:58: Unmatched `@end'. bison.texinfo:93: Unknown command `insertcopying'. makeinfo: Removing output file `bison.info' due to errors; use --force to preserve. *** Error code 2 Stop in /usr/ports/devel/bison/work/bison-1.75/doc. *** Error code 1 Stop in /usr/ports/devel/bison/work/bison-1.75. *** Error code 1 Stop in /usr/ports/devel/bison/work/bison-1.75. *** Error code 1 Stop in /usr/ports/devel/bison. After the installation failed I did the following: make clean /usr/ports/lang/php4 cd /usr/ports/devel/bison make clean make The bison installation fails repeatedly at the same place and with the same error messages as the php installation. If someone could help me, offer any suggestions or pointers I would appreciate it. Gregory Norman