Re: I'm having a hell of a time with mysql/apache/php

2003-12-10 Thread Kevin D. Kinsey, DaleCo, S.P.
[EMAIL PROTECTED] 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
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



 

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

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: I'm having a hell of a time with mysql/apache/php

2003-12-10 Thread Kevin D. Kinsey, DaleCo, S.P.
[EMAIL PROTECTED] 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

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"