From owner-freebsd-questions@FreeBSD.ORG Mon Feb 5 00:15:32 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC72116A400 for ; Mon, 5 Feb 2007 00:15:32 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.freebsd.org (Postfix) with ESMTP id 8866C13C471 for ; Mon, 5 Feb 2007 00:15:32 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l150FW40012719 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 4 Feb 2007 16:15:32 -0800 X-Auth-Received: from [192.168.10.41] (c-67-187-172-183.hsd1.ca.comcast.net [67.187.172.183]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l150FVfH019802 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 4 Feb 2007 16:15:31 -0800 Message-ID: <45C67722.3090807@u.washington.edu> Date: Sun, 04 Feb 2007 16:15:30 -0800 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.9 (X11/20070122) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20070204040314.GA51444@thought.org> <45C5AA95.1000403@infracaninophile.co.uk> <20070205001252.GA26932@thought.org> In-Reply-To: <20070205001252.GA26932@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.0.289146, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.2.4.155933 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: how do i find libphp4.so?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2007 00:15:33 -0000 Gary Kline wrote: > On Sun, Feb 04, 2007 at 09:42:45AM +0000, Matthew Seaman wrote: >> Gary Kline wrote: >>> What utility will find the shared lib: libphp4.so? >>> In the apache httpd.conf from a couple weeks ago, the file was >>> in /usr/local/libexec/apache/ and it just might be that if I >>> rebuild the library, PHP files will suddenly work. >>> >>> ...Hope springs eternal..... >> Did you recompile the php4 port recently? If you: >> >> cd /usr/ports/lang/php4 >> make config >> >> Is the box for 'Build Apache Module' checked? If not, >> check it now, and reinstall the land/php4 port. That >> should regenerate the libphp4.so module in >> /usr/local/libexec/apache >> > > > So it's the make config that pops up the Options frame. > I learnsomething every day. (I was going into work/php4 > and running the ./configure script by hand.) It's building > now. > > There was a libtool fault yesterday; fingers crossed. > > gary > > > >> Cheers, >> >> Matthew >> >> -- >> Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard >> Flat 3 >> PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate >> Kent, CT11 9PW You shouldn't be installing and configuring sources by hand in FreeBSD though if they're in ports =\.. -Garrett