From owner-freebsd-questions@FreeBSD.ORG Sun Nov 20 20:09:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9AF3E16A420 for ; Sun, 20 Nov 2005 20:09:55 +0000 (GMT) (envelope-from matt.singerman@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 976FE43D4C for ; Sun, 20 Nov 2005 20:09:54 +0000 (GMT) (envelope-from matt.singerman@gmail.com) Received: by wproxy.gmail.com with SMTP id i5so683717wra for ; Sun, 20 Nov 2005 12:09:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=odIkuFSUA/Ucr7FQCMKydjWYkVPifRA2JVCjsTAfpGyva70NsSW9gJYEnl7p/sxlCz1dC0T/x0nt08vYlD5Z4hXHcrUpLAdq0LOvDn+JfINP6yfFE6f8beHB20wvXdmlaeoHRRpzhYXl0TO0VaLlJxyD8Y6MF139VnuPzn9S5HY= Received: by 10.54.133.12 with SMTP id g12mr658578wrd; Sun, 20 Nov 2005 12:09:53 -0800 (PST) Received: by 10.54.91.7 with HTTP; Sun, 20 Nov 2005 12:09:53 -0800 (PST) Message-ID: <54682af50511201209p54f78f38l12eee2258bede5c2@mail.gmail.com> Date: Sun, 20 Nov 2005 15:09:53 -0500 From: Matt Singerman To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: PHP stopped working :( 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, 20 Nov 2005 20:09:55 -0000 Hi all, I have a FreeBSD 6.0 system which had PHP4 running perfectly fine on it. However, I wanted to install Horde (www.horde) with IMP, which requires IMA= P support, so I decided to try and recompile PHP using /usr/ports/lang/php4-extensions, first running make deinstall in php4-extensions and php4. At first, this did not work. I checked, and sure enough, the old data for the compilation was in /var/db/ports, so I deleted it out. Anyway, I ran make and make install in /usr/ports/lang/php4-extensions without any problems, then I ran make and make install in /usr/ports/lang/php4. This is where I first noticed things looked a bit weird. It didn't seem like php4 was completely recompiling it; that is, it didn't seem to take long enough. But it claimed to have worked correctly, so I restarted Apache. Lo and behold, my problems started. First off, and this is weird, my test file - a simple file containing only a callto phpInfo() - will work in IE, but not in Firefox. Check it out: http://list.mchgroup.org/test.php Second, SquirrelMail won't load at all: http://list.mchgroup.org/squirrelmail/src/login.php I have tried deinstalling and reinstalling PHP countless times now, with no results. I checked my httpd.conf file, and all seems okay. Any ideas what this could be? I'm very trustrated at this point, and am considering blowin= g away Apache and starting it from scratch :( Thanks, Matt