From owner-freebsd-questions@FreeBSD.ORG Wed Jul 16 20:21:48 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 559F337B401 for ; Wed, 16 Jul 2003 20:21:48 -0700 (PDT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BDDA43F75 for ; Wed, 16 Jul 2003 20:21:47 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[66.30.200.37]) by comcast.net (sccrmhc11) with ESMTP id <2003071703214201100jk0d0e>; Thu, 17 Jul 2003 03:21:42 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h6H3LgP0095715; Wed, 16 Jul 2003 23:21:42 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h6H3LbCC095712; Wed, 16 Jul 2003 23:21:37 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: "admin" References: <20030717023808.M25060@enabled.com> <441xwpq2mw.fsf@be-well.ilk.org> <20030717031537.M12543@enabled.com> From: Lowell Gilbert Date: 16 Jul 2003 23:21:37 -0400 In-Reply-To: <20030717031537.M12543@enabled.com> Message-ID: <44wuehon26.fsf@be-well.ilk.org> Lines: 30 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: PHP3 installed and can't find libphp3.so 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: Thu, 17 Jul 2003 03:21:48 -0000 "admin" writes: > On 16 Jul 2003 22:59:51 -0400, Lowell Gilbert wrote > > "admin" writes: > > > > > FreeBSD 4.8 Stable > > > > > > okay well I just installed php3-3.0.18_1 from /usr/ports and I cant seem to > > > find /usr/local/libexec/apache/libphp3.so anywhere on the machine. what am I > > > doing wrong. > > > > > > ===> Installing for php3-3.0.18_1 > > > ===> Generating temporary packing list > > > ===> Checking if lang/php3 already installed > > > cp php /usr/local/bin/php3 > > > ===> Registering installation for php3-3.0.18_1 > > > ===> Cleaning for php3-3.0.18_1 > > > root@hurricane# find / -name libphp3.so > [/usr/ports/lang/php3] > > > root@hurricane# > > > > Try "pkg_info -L php3*". > > > root@hurricane# pkg_info -L php3* [/usr/ports/lang/php3] > zsh: no matches found: php3* I don't use zsh; perhaps you need to quote the wild card? "pkg_info -L 'php3*'"