install mono/clr on centos via console, worry about conflict with virtualmin

It will call

yum –y update

yum -y install gcc gcc-c++ bison pkgconfig glib2-devel gettext make libpng-devel libjpeg-devel libtiff-devel libexif-devel giflib-devel libX11-devel freetype-devel fontconfig-devel cairo-devel

cd /usr/local/src/
wget http://download.mono-project.com/sources/libgdiplus/libgdiplus-2.10.tar.bz2
tar -jxvf libgdiplus-2.10.tar.bz2
cd libgdiplus-2.10
./configure --prefix=/usr
make
make install

cd /usr/local/src/
wget http://download.mono-project.com/sources/mono/mono-2.10.8.tar.bz2
tar -jxvf mono-2.10.8.tar.bz2
cd mono-2.10.8
./configure --prefix=/usr
make
make install

just wonder if it will confict with virtualmin

or there is way I can execute all above via virtualmin

your comment welcome

Howdy,

I don’t know much about Mono, but I don’t believe it’ll conflict with Virtualmin. It should be able to co-exist with Virtualmin, and all the other apps that are installed.

If it’s not available in the CentOS software repository, it wouldn’t be possible to install it from Virtualmin.

-Eric