PDA

View Full Version : Bug in 3.8.1, mysql won't compile



daveg
05-04-2005, 03:10 PM
All

There is a bug in the file /usr/include/asm/system.h

on line 247. This causes mysql 4.1.11 to fail to compile.

change new (which appears to be a reserved word) to new1...this has to be done through the function that starts on line 246 (3 changes I think)

Dave
PS only do this if you understand the possible consequences of messing with system files.