Problem with mono-3.0.1
#1

Hello,
 
when the online server, I wanted to install the cash server.
 
Everything is perfectly place until I decided to start with the command:
 

cd /home/CashServer/ mono CashServer.exe
mono CashServer.exe

 

And I got the error message (see the picture) --> 2

 
Here are the commands that I perform to install mono-3.0.1
 

1:
yum install gcc bison pkgconfig glib2 glib2-devel gettext make gcc-g++ screen freetype fontconfig libpng libpng-devel
libgdi* libexif glibc-devel urw-fonts java unzip gcc gcc-c++ automake autoconf libtool make bzip2 wget
 
2:
cd /home/mono-3.0.2
 
3:
./configure
 
4:
make install
 
5:
yum install gcc-c++
 
6:
mono -v
 

 

I do exactly the same manipulation on the virtual machine and AC works fine, but on the server it does not work ...

 

Waiting for an answer, receive my best wishes.

 

Sorry for my bad english, im use google translation

#2

you need to install it on /usr/src not in home

 

here is worked mono and i tested it

 

 

Head over to /usr/src as root

su
cd /usr/srcEnsure GCC and friends are installed (to build the Mono source code)

yum install gcc gcc-c++ libtool bison autoconf automake

 yum install bison gettext glib2 freetype fontconfig libpng libpng-devel libX11 libX11-devel glib2-devel libgdi* libexif glibc-devel urw-fonts java unzip gcc gcc-c++ automake autoconf libtool make bzip2 wget 
 

Grab and unpack the Mono source code

wget http://download.mono-project.com/sources....7.tar.bz2
tar -xvjf mono-3.0.7.tar.bz2

Build and install Mono

cd mono-3.0.7
./configure --prefix=/usr
make && make install

#3

or here you have another that works perfectly

 

2

#4

Thank you very much for helping me Siban skype on my server works impeccably Smile

 

Thank you for your help also wrong, Siban to solve the problem :

#5

Hi.

As you got your answer, and your problem is solved, I am gonna move that topic to Solved section and mark it as solved.

 

Thanks,

 

-LCKB Staff



Forum Jump:


Users browsing this thread: 1 Guest(s)