From owner-freebsd-ports@FreeBSD.ORG Sat Mar 4 19:58:37 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 720B616A420 for ; Sat, 4 Mar 2006 19:58:37 +0000 (GMT) (envelope-from raymond.jacob@navy.mil) Received: from gate15-norfolk.nmci.navy.mil (gate15-norfolk.nmci.navy.mil [138.162.5.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6DD743D4C for ; Sat, 4 Mar 2006 19:58:36 +0000 (GMT) (envelope-from raymond.jacob@navy.mil) Received: from naeanrfkms03.nmci.navy.mil by gate15-norfolk.nmci.navy.mil via smtpd (for mx1.freebsd.org [216.136.204.125]) with ESMTP; Sat, 4 Mar 2006 19:58:36 +0000 Received: (private information removed) Received: from no.name.available by naeanrfkfw14c.nmci.navy.mil via smtpd (for insidesmtp2.nmci.navy.mil [10.16.0.170]) with ESMTP; Sat, 4 Mar 2006 19:58:35 +0000 Received: (private information removed) Received: (private information removed) Received: (private information removed) X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Date: Sat, 4 Mar 2006 14:57:38 -0500 Message-ID: <653C8E7D21FB654997909E77C691053F446AD0@NAEAWNYDEX21VA.nadsusea.nads.navy.mil> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: FreeBSD Port: base-1.2.2 Thread-Index: AcY/xeNCReSYESUbSGakMCyVSYa8CQ== From: "Jacob, Raymond A Jr" To: X-OriginalArrivalTime: 04 Mar 2006 19:57:38.0873 (UTC) FILETIME=[E3BF9A90:01C63FC5] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: base-1.2.2 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: Sat, 04 Mar 2006 19:58:37 -0000 I installed the base port after running cvsup -g -L2 on = standard-supfile and port-supfile files and installing perl.5.8.x and PCRE, apache_modssl, mysql_server from = ports. After the install I found I had to:=20 1. install php4-session and php4-mysql from ports;=20 2. In order to display graphics I used the hint from=20 http://sourceforge.net/mailarchive/message.php?msg_id=3D12390214 that required a modification to the file php.ini. I did a find / -name 'php.ini*'; cd to the directory with the file = php.ini-dist and copied php.ini-dist to php.ini. In the file, php.ini, I found the line include_path=3D".:/php/inludes" and appended ":/usr/local/share/pear" to that line. The line now is include_path=3D".:/php/includes:/usr/local/share/pear" I then restarted httpd with apachect restart. Everything works now. thank you, Raymond Jacob