From owner-freebsd-questions@FreeBSD.ORG Sun Feb 4 21:12:05 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 6802916A400 for ; Sun, 4 Feb 2007 21:12:05 +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 4210B13C474 for ; Sun, 4 Feb 2007 21:12:05 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9] (may be forged)) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l14LC4QU019260 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 4 Feb 2007 13:12:04 -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 l14LC4t6003090 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 4 Feb 2007 13:12:04 -0800 Message-ID: <45C64C23.2010909@u.washington.edu> Date: Sun, 04 Feb 2007 13:12:03 -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> <45C55DE3.5050400@tandon.net> <20070204042613.GA54832@thought.org> <20070204045232.GC37689@dan.emsphone.com> <20070204064531.GA46879@thought.org> <45C5932B.8030704@u.washington.edu> <20070204090134.GB35601@thought.org> In-Reply-To: <20070204090134.GB35601@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.125933 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 21:12:05 -0000 Gary Kline wrote: > On Sun, Feb 04, 2007 at 12:02:51AM -0800, Garrett Cooper wrote: >> Gary Kline wrote: >>> On Sat, Feb 03, 2007 at 10:52:33PM -0600, Dan Nelson wrote: >>>> In the last episode (Feb 03), Gary Kline said: >>>>> On Sat, Feb 03, 2007 at 11:15:31PM -0500, Sahil Tandon wrote: >>>>>> Gary Kline wrote: >>>>>> >>>>>>> What utility will find the shared lib: libphp4.so? >>>>>> man find >>>>>> >>>>> Yeah, obv'ly, but no joy. I used locate and same results. >>>>> Isb't one of the pkg_ utilities supposed to give the cntents of >>>>> every pacake or port? >>>> Are you asking where libphp4.so is currently installed on your system >>>> (find or locate will tell you), or which port installs libphp4.so (I'd >>>> start looking at the php ports and their pkg-plist files)? >>>> >>> This is getting sranger and strangr. (BTW, I'll check the >>> pkg-plist files; I forgot that; thanks.) >>> >>> On my ThinkPad, I have cloned my web files and php works. >>> There is a different apache/httpd.conf file on my laptop, >>> but only slightly: it lacks my many vitural websites. >>> zen.thought.org has the same php4.* ports as on my real >>> webserver. Fewer, in fact. On zen, the libphp4.so was >>> (by default, obviously) commented. On my webserver, I had >>> uncommented it. This is the only diffrence I can think of >>> that makes any sense. On zen, my php pages display. Here >>> (ns1.thought.org) I get the "Firefox does not know" etc, >>> and asks if it should save the page. >>> >>> I'm utterly, completely stumped. Ideas? >>> >>> >>>> -- >>>> Dan Nelson >>>> dnelson@allantgroup.com >> Check your lib directories (/usr/local/lib*)? That's the only thing I >> can think of, considering that that's the most likely place where the >> libraries would be kept. You may also want to look for executables that >> dynamically load php under /usr/local. >> >> Finally, you may want to rebuild apache. > > > I rebuild everything, including apache13--- and nojoy. Another > screwup is that on my thinkpad I rebuilt php4, and now it, too, > fails to display anything PHP. > > Will you do me a favor and point firefox at > http://jottings.thought.org ? Everything on that v-site has php > stuff. See if the browser says it can't display and asks > what-to-do. > > I'm in the process of doing a ports-tree update on this server > (tao) and going to try here. My newest platform is under > construction. > > I'd say something like "Aaaaaaaarrrrrrrrggghhh!!!" but I don't have > the energy :-| > > gary > > >> -Garrett Wait, now I'm confused because everything shows up on the screen for me. Are you having the problem server side or did you mess around with something client side by chance that mucked up your system? Could you: 1. Clear out your browser cache. 2. Clear out your history. 3. Take a screenshot of your error and post the link. Thanks, -Garrett