From owner-freebsd-ports@FreeBSD.ORG Thu Nov 4 22:35:11 2004 Return-Path: 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 1226816A4CE for ; Thu, 4 Nov 2004 22:35:11 +0000 (GMT) Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by mx1.FreeBSD.org (Postfix) with SMTP id DFFEA43D48 for ; Thu, 4 Nov 2004 22:35:10 +0000 (GMT) (envelope-from andrew_xiang@yahoo.com) Received: from unknown (HELO maaxiang) (andrew?xiang@204.176.13.6 with login) by smtp014.mail.yahoo.com with SMTP; 4 Nov 2004 22:35:10 -0000 Message-ID: <015901c4c2be$8af6a050$591a12ac@atitech.com> From: "Andrew Xiang" To: Date: Thu, 4 Nov 2004 17:35:03 -0500 Organization: Andrew Xiang MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@FreeBSD.org Subject: php4-extension problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew Xiang List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 22:35:11 -0000 I installed the port after php4, I see all the .so files in /usr/local/lib/php/20020429 ctype.so ftp.so imap.so mcrypt.so overload.so posix.so = tokenizer.so zlib.so domxml.so gettext.so mcal.so mysql.so pcre.so session.so = xml.so /usr/local/lib/php/20020429 535$ but when I do php -m,=20 php -m [PHP Modules] standard [Zend Modules] only get those, where are others? -Andrew