From owner-freebsd-hackers@FreeBSD.ORG Mon Mar 31 15:50:45 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F39052F2 for ; Mon, 31 Mar 2014 15:50:44 +0000 (UTC) Received: from udns.ultimateDNS.NET (ultimatedns.net [209.180.214.225]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF3F7F6D for ; Mon, 31 Mar 2014 15:50:44 +0000 (UTC) Received: from udns.ultimateDNS.NET (localhost [127.0.0.1]) by udns.ultimateDNS.NET (8.14.5/8.14.5) with ESMTP id s2VFrS3e000406; Mon, 31 Mar 2014 08:53:34 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) Received: (from www@localhost) by udns.ultimateDNS.NET (8.14.5/8.14.5/Submit) id s2VFrNP7000402; Mon, 31 Mar 2014 08:53:23 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) Received: from unavailable02.ultimatedns.net ([209.180.214.228]) (UDNSMS authenticated user chrish) by ultimatedns.net with HTTP; Mon, 31 Mar 2014 08:53:23 -0700 (PDT) Message-ID: <8b74e1be5e620292f9fc005e137dae8b.authenticated@ultimatedns.net> In-Reply-To: References: Date: Mon, 31 Mar 2014 08:53:23 -0700 (PDT) Subject: Re: despairing with apache httpd + php From: "Chris H" To: "Aled Morris" User-Agent: UDNSMS/2.0.3 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 15:50:45 -0000 Greetings. > I'm tearing my hair out trying to get a simple Apache HTTPD and mod_php > install for running mediawiki (mysql) under FreeBSD-10.0-RELEASE > > I can't get a working system whichever way I try. Either mod_php.so > doesn't seem to get built or I'm getting XML problems (Class 'DOMDocument' > not found) > > I've tried installing packages with the new "pkg" tool > > I've tried compiling from ports. > > I've tried downloading Apache and PHP source and building those. > > Has anyone done this? I didn't think I was trying anything exotic here but > I've wasted two days now! No offense. But there's nothing here that indicates anything, but that you've built/installed www/apache-*, and lang/php* several times, and in several different ways. There is absolutely no indication that any of the build/installs failed their intended purposes. What makes you believe there was any problem with the build/installs? Is there any output from phpinfo();? If you get the standard table output, you can be assured that the build/install was successful. In other words; you haven't given us anything to work with here. (Class 'DOMDocument' not found) is of little, to no value. :) --Chris > > Aled > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >