From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 21:02:20 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 EC73416A41F for ; Thu, 22 Dec 2005 21:02:20 +0000 (GMT) (envelope-from ldrada@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69A8D43D90 for ; Thu, 22 Dec 2005 21:01:51 +0000 (GMT) (envelope-from ldrada@gmail.com) Received: by nproxy.gmail.com with SMTP id l37so174180nfc for ; Thu, 22 Dec 2005 13:01:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UVUsgmOu/MkuHPZq3HpnGExPSJ7uD69t4iplfA0J1LjatFJEtU07nK8fSR87QTSJn+tIRLtQZ4eMmr2Wpd2OeNN4C9oOjWSE9OnEz2hGvLewdSD4w7/8nJW2USetAVlYsmMdgDKM27iWnb/VjZ57Xtq86Dh8+aib2058oIdchDc= Received: by 10.48.254.2 with SMTP id b2mr111928nfi; Thu, 22 Dec 2005 13:01:50 -0800 (PST) Received: by 10.48.108.12 with HTTP; Thu, 22 Dec 2005 13:01:50 -0800 (PST) Message-ID: <5ceb5d550512221301s1162b324o1fa4eb0f8fbff6d5@mail.gmail.com> Date: Thu, 22 Dec 2005 22:01:50 +0100 From: "Daniel A." To: freebsd-questions@freebsd.org In-Reply-To: <5ceb5d550512201705y62ac497ah9410a0d168e6ac4e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <5ceb5d550512201705y62ac497ah9410a0d168e6ac4e@mail.gmail.com> Subject: Re: New host and apache? 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: Thu, 22 Dec 2005 21:02:21 -0000 Funny, I fixed the problem. The problem was not what I thought it was. The problem was related to (At least) the mysql and mysqli extensions of PH= P5. Although, I did recompile these extensions a few times, it only worked the very last time I recompiled them. On 12/21/05, Daniel A. wrote: > Just yesterday, I decided that I would move over my domain to use it > with my home server. > So I did all the DNS-related stuff, and it worked fine. > But, to change the host on the server was not so easy. > > After doing this: > hostname shizlit.info > edit /etc/hosts to reflect changes > --snip etc/hosts-- > ::1 localhost.shizlit.info localhost > 127.0.0.1 localhost.shizlit.info localhost > 192.168.0.2 mooh.shizlit.info mooh > 192.168.0.2 mooh.shizlit.info. > ---snip end /etc/hosts-- > > Whenever I try to run the httpd (Apache 1.3.34), it exits with the > following error: > httpd in free(): error: junk pointer, too high to make sense > > However, if I comment the lines "AddModule mod_php5.c" and "LoadModule > php5_module libexec/apache/libphp5.so" in httpd.conf, the > server starts just fine. > I've tried rebuilding php5 and it's extensions from ports. > > Could anyone tell me how to do this right? >