From owner-freebsd-questions@FreeBSD.ORG Sun Feb 4 22:19:27 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 E6E2616A401 for ; Sun, 4 Feb 2007 22:19:27 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu [140.142.32.135]) by mx1.freebsd.org (Postfix) with ESMTP id C2FA713C494 for ; Sun, 4 Feb 2007 22:19:27 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout5.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l14MJRIv019663 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 4 Feb 2007 14:19:27 -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 l14MJQfB012876 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 4 Feb 2007 14:19:27 -0800 Message-ID: <45C65BEE.5040002@u.washington.edu> Date: Sun, 04 Feb 2007 14:19:26 -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> <20070204213321.GA73315@thought.org> In-Reply-To: <20070204213321.GA73315@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.140433 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: Sun, 04 Feb 2007 22:19:28 -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 >> > > Some questions for you, Matthew; hopefully not too uninformed... . > One, how to I bring up that DOS-ish '3-D' (Or whatever) check > winfow? and how to reset if I make a mistake? I've checked > everywhere I can think of, or nearly. > > Of note is that overnight--from 03.00 until I finally unglued my > eyes--I installed php5 on zen. The php files display; the > counter and other php code may work; and for totally unknown > reasons, on tao php works without my having any php port > installed. --It may just display as html displays. The code > can't exec (barring ghosts in closets). How does php work > elsewhere as it does on my laptop, zen, while I'm having such > troubles on ns1?? I have moved the *new* httpd.conf into > /usr/local/etc/apache, restarted apache. Zip. I am about to > rebuild php4 on ns1 using portupgrade. > > FWIW, I did a wholesale upgrade on my primary server toward the > end of January, and on the 31st noticed trouble with PHP. I > figured it was because I was messing with the javascript > extensions/addons on firefox. Nope. I severely shot off both > feet. Any help or insights much appreciated! ...Yes, I googled > around for this problem. Nothing worked. > > merci d'advanc, > > gary > > > > >> Cheers, >> >> Matthew >> >> -- >> Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard >> Flat 3 >> PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Just try running php on the command line with the php file. The only thing that won't be set is the variables that are setup from apache (HTML related environment variables). If anything fails, it will there with a lot more info. -Garrett