From owner-freebsd-questions@FreeBSD.ORG Wed May 21 08:26:50 2003 Return-Path: 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 E7D9A37B401 for ; Wed, 21 May 2003 08:26:50 -0700 (PDT) Received: from imhotep.yuckfou.org (cust.89.117.adsl.cistron.nl [195.64.89.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5306843F85 for ; Wed, 21 May 2003 08:26:49 -0700 (PDT) (envelope-from nivo+freebsd-questions@yuckfou.org) Received: by imhotep.yuckfou.org (Postfix, from userid 1000) id 44028A985; Wed, 21 May 2003 17:26:45 +0200 (CEST) Date: Wed, 21 May 2003 17:26:45 +0200 From: Nils Vogels To: freebsd-questions@freebsd.org Message-ID: <20030521152645.GU10795@imhotep.yuckfou.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <20030521070607.M39829@codersluts.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030521070607.M39829@codersluts.net> User-Agent: Mutt/1.4.1i X-PGP-Key: Key 0xAD3A5AAD from pub. servers X-PGP-Fingerprint: 1585 93A2 9595 177B 5D5F 1271 3333 57FD AD3A 5AAD Subject: Re: mysql/php/apache weirdness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2003 15:26:51 -0000 On Wed, May 21, 2003 at 02:16:27AM -0500, sektie (s) wrote: s> s> The mysql console client (ie: 'mysql' at command line) works just fine. s> php/mysql/apache have all been compiled from ports. I have tried everything I s> could possibly think of, including recompiling php. No dice. I've not really heard s> much about anyone else having this problem. I could go back to using 3.23.54 s> and it would all work ok, but I'd really rather figure out what the problem is. The s> webpage that is having the issues (so you can see the problem firsthand) is s> http://perlpimp.codersluts.net/pics.php. Ugh. I hope someone here has an idea of s> what is going on, because I'm lost. I had the same problem with a somehow fscked-up compile of 3.23.54 .. whenever I used a tcp/ip socket, my mysqld would freak out on me and die. Whenever I used a local socket (which is faster anyway :D) it would survive and work just fine. I rebuilt the binary into a static binary, to see if that made any difference (make -DBUILD_STATIC=yes or something) and it solved the problem for me .. HTH & HAND