Error building ICE

in Help Center
When building ICE on Linux got the following error:
SharedDbEnv.cpp:308: error: `DB_LOG_AUTOREMOVE' undeclared (first use this function)
Where does this symbol come from?
Second question:
Will ICE work on Linux kernel v2.4 ?
SharedDbEnv.cpp:308: error: `DB_LOG_AUTOREMOVE' undeclared (first use this function)
Where does this symbol come from?
Second question:
Will ICE work on Linux kernel v2.4 ?
0
Comments
Regarding the kernel version we officially support RHEL 4 and Novell SuSE Linux Enterprise Server 10 which both run 2.6 based kernels. This means that 2.4 is untested. However, it will likely work -- I suggest that you try it.
For example, you can edit src/Ice/Makefile and add -DICE_NO_EPOLL at the end of the "CPPFLAGS := ... " line.
Best regards,
Bernard