From owner-freebsd-ports@FreeBSD.ORG Mon Dec 5 17:30:14 2005 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 650DF16A420 for ; Mon, 5 Dec 2005 17:30:14 +0000 (GMT) (envelope-from jeff.hamann@forestinformatics.com) Received: from stimpy.forestinformatics.com (cvo-cr1-200-239.peak.org [69.59.200.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8BAE43D83 for ; Mon, 5 Dec 2005 17:30:05 +0000 (GMT) (envelope-from jeff.hamann@forestinformatics.com) Received: from mothra (rodan [192.168.0.11]) by stimpy.forestinformatics.com (8.12.9/8.12.9) with SMTP id jB5HTwOo013690 for ; Mon, 5 Dec 2005 09:29:59 -0800 (PST) (envelope-from jeff.hamann@forestinformatics.com) Message-ID: <001c01c5f9c1$86898150$0b00a8c0@mothra> From: "Jeff D. Hamann" To: Date: Mon, 5 Dec 2005 09:29:57 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on stimpy.forestinformatics.com Subject: where did the php5 extensions go? 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: Mon, 05 Dec 2005 17:30:14 -0000 I've just installed the mod_php5 port (successfully) and need to start turning on some of the extensions. I'm working on: FreeBSD qqq.qqq.com 6.0-RELEASE FreeBSD 6.0-RELEASE #2: Sun Nov 27 14:07:55 PST 2005 qwerty@qqq.qqq.com:/usr/obj/usr/src/sys/GENERIC amd64 and can't seem to locate where the extensions are. I see the files to build the extensions are in the ports tree: bobby# pwd /usr/ports/www/mod_php5/work/php-5.0.5/ext bobby# ls -la total 180 drwxr-xr-x 82 root wheel 1536 Dec 6 08:23 . drwxr-xr-x 18 root wheel 2560 Dec 6 08:24 .. drwxr-xr-x 2 root wheel 512 Sep 5 04:15 curl drwxr-xr-x 6 root wheel 1024 Sep 5 04:15 dba drwxr-xr-x 3 root wheel 512 Sep 5 04:15 dbase drwxr-xr-x 3 root wheel 1024 Sep 5 04:15 dbx drwxr-xr-x 3 root wheel 512 Sep 5 04:15 dio ...blah, blah, blah... drwxr-xr-x 3 root wheel 512 Sep 5 04:15 mhash drwxr-xr-x 2 root wheel 512 Sep 5 04:15 mime_magic drwxr-xr-x 3 root wheel 512 Sep 5 04:15 ming bobby# but I don't see where the final *.so files are located and when I add (uncomment) the extension (the php_dbase.so in this case) in the /usr/local/etc/php.ini file, run a small script, I get the standard stuff without any extensions. Is there something I'm missing? Thanks, Jeff.