![]() |
|
Problem with mono-3.0.1 - Printable Version +- LCKB (https://lckb.dev/forum) +-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109) +--- Forum: Guides & Help Section (https://lckb.dev/forum/forumdisplay.php?fid=193) +---- Forum: Help & Support (https://lckb.dev/forum/forumdisplay.php?fid=157) +----- Forum: Ep2 Support (https://lckb.dev/forum/forumdisplay.php?fid=166) +------ Forum: Solved Topics (https://lckb.dev/forum/forumdisplay.php?fid=144) +------ Thread: Problem with mono-3.0.1 (/showthread.php?tid=3129) |
- NoName - 01-02-2014 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 - SibaN - 01-02-2014 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/mono/mono-3.0.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 - Wrong - 01-03-2014 or here you have another that works perfectly 2 - NoName - 01-04-2014 Thank you very much for helping me Siban skype on my server works impeccably ![]() Thank you for your help also wrong, Siban to solve the problem : - SibaN - 01-04-2014 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 |