From owner-freebsd-questions@FreeBSD.ORG Wed Dec 10 08:01: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 4142E16A4CF for ; Wed, 10 Dec 2003 08:01:50 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id B676E43D09 for ; Wed, 10 Dec 2003 08:01:48 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 10 Dec 2003 10:04:50 -0600 Message-ID: <3FD74343.3060704@daleco.biz> Date: Wed, 10 Dec 2003 10:01:07 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: chip.wiegand@simrad.com References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Dec 2003 16:04:51.0421 (UTC) FILETIME=[57D550D0:01C3BF37] cc: FreeBSD Questions Subject: Re: I'm having a hell of a time with mysql/apache/php 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, 10 Dec 2003 16:01:50 -0000 chip.wiegand@simrad.com wrote: >I installed 5.1 and need to install apache2/mysql/php. I did this a month >ago and it worked great. Now I cannot get any of them to install. (I'm >using the same cd, on a computer that is the same as the previous one). >The errors keep coming back to the compiler. It says > >Checking if conversion of longlong to float works... segmentation fault >(core dumped) >no >configure: error: your compiler cannot convert a longlong value to a >float. If you are using gcc 2.8.# you should upgrade to egcs 1.0.3 or >newer and try again > >I have tried to upgrade to egcs 1.0.3 but it fails also - it's marked as >broken "bad c++ code". >Any suggestions on what to do now? >-- >Chip > > There is a call to close(2) in one of the mysql files that must be changed to fclose(3). I had the same problem. Refer to http://lists.freebsd.org/pipermail/freebsd-current/2003-June/004462.html I'll take a quick look at see if I can figure out which file it is .... KDK