mono - installing Mod_Mono and Xsp4 on CentOS 6.3 -
i've gotten mono 3.0.1 installed, i'm running tons of dependency issues trying install mod_mono , xsp4, has gotten work? if of steps had take? there central location this?
thank much taking time read question , happy coding!
enviroment: centos 6.3 basic install apache/2.2.15
installation steps:
#install required software yum -y install httpd httpd-devel create glib2-devel libpng-devel libjpeg-devel giflib-devel libtiff-devel libx11-devel gcc* fontconfig-devel bison gettext bzip2 libtool automake autoconf wget unzip
directory installing mono in mkdir -p /opt/mono cd /tmp
download & extract source wget http://download.mono-project.com/sources/mono/mono-2.10.2.tar.bz2 wget http://download.mono-project.com/sources/xsp/xsp-2.10.2.tar.bz2 wget http://download.mono-project.com/sources/mod_mono/mod_mono-2.10.tar.bz2 wget http://download.mono-project.com/sources/libgdiplus/libgdiplus-2.10.tar.bz2 tar -xjf mono-2.10.2.tar.bz2 tar -xjf xsp-2.10.2.tar.bz2 tar -xjf mod_mono-2.10.tar.bz2 tar -xjf libgdiplus-2.10.tar.bz2
compile , install libgdiplus cd libgdiplus-2.10 ./configure --prefix=/opt/mono create ; create install
compile , install mono cd ../mono-2.10.2 ./configure --prefix=/opt/mono --with-libgdiplus=/opt/mono create ; create install
set enviroment vars(make sure modify ~/.bash_profile) export path=$path:/opt/mono/bin export pkg_config_path=/opt/mono/lib/pkgconfig
compile , install xsp cd ../xsp-2.10.2 ./configure --prefix=/opt/mono create ; create install
compile , install mod_mono cd ../mod_mono-2.10 ./configure --prefix=/opt/mono --with-mono-prefix=/opt/mono create ; create install mv /etc/httpd/conf/mod_mono.conf /etc/httpd/conf.d/
mono centos mod-mono xsp
No comments:
Post a Comment