Ubuntu 6.10
From Kolab wiki
These are the steps I took to compile Kolab-2.1beta3 on Edgy.
Install GCC 3.4 (explained here: Notes on Ubuntu 6.06)
# sudo apt-get install bison flex make shtool g++ g++-3.4 # rm /usr/bin/gcc # rm /usr/bin/g++ # ln -s /usr/bin/gcc-3.4 /usr/bin/gcc # ln -s /usr/bin/g++-3.4 /usr/bin/g++
/bin/sh is linked to dash, which appears to have a broken echo. The broken echo causes apache to fail it's configure.
# rm /bin/sh # ln -s /bin/bash /bin/sh
Follow the procedure outlined in 1st.README.
