04-29-2013, 01:42 PM
For the first your mono is too old.
For find the newest mono Version:
2
Commands for install momo:
yum install gcc-c++
yum install gcc libtool bison pkg-config libglib2.0-dev gettext make bzip2 g++
cd /home
wget origin-download.mono-project.com/sources/mono/mono-3.0.10.tar.bz2
tar xvjf mono-3.0.10.tar.bz2
cd mono-3.0.10
./configure --prefix=/opt/mono-3.0.10
make
make install
ln -s /opt/mono-3.0.10/bin/mono /usr/bin/mono
ln -s /opt/mono-3.0.10/bin/gmcs /usr/bin/gmcs
mono -V

