From owner-freebsd-questions@FreeBSD.ORG Wed Dec 10 08:04:04 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 A5BA516A4CE for ; Wed, 10 Dec 2003 08:04:04 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77E4143D2B for ; Wed, 10 Dec 2003 08:04:03 -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:07:06 -0600 Message-ID: <3FD743CA.8040001@daleco.biz> Date: Wed, 10 Dec 2003 10:03:22 -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, questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Dec 2003 16:07:06.0609 (UTC) FILETIME=[A8695E10:01C3BF37] 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:04:04 -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 >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > > The file is the "configure" script for the mysql323-client. /usr/ports/databases/mysql323-client/work/somedir????/configure (I cleaned after the last build, so don't have the exact path, sorry.) KDK