Error Installing Mysql on FreeBSD 5.1


Error DESCRIPTIONS : GCC compiler compatibality issue

Error Message
configure: error: Your compiler cannot convert a longlong value to a float!

SOLUTIONS : edit “configure” file on mysql source, find the line: “longlong II=1;” and find “close” then change to “fclose”, save it and run the installation steps again.

tested by : agus

Leave a Comment