1 of 1 found this page helpful

Mono 2.4 Source Install on CentOS 5

    Table of contents
    No headers

    Here are the steps to install the latest mono 2.4 from source on CentOS 5.

    yum install bison make gcc gettext glib2 glib2-devel
    
    wget http://ftp.novell.com/pub/mono/sources/mono/mono-2.4.3.tar.bz2
    tar xvjf mono-2.4.3.tar.bz2
    cd mono-2.4.3
    ./configure --prefix=/opt/mono-2.4
    make
    make install
    cd /usr/bin
    mv mono mono.old
    mv gmcs gmcs.old
    ln -s /opt/mono-2.4/bin/mono /usr/bin/mono
    ln -s /opt/mono-2.4/bin/gmcs  /usr/bin/gmcs
    

    Verify versions

    dekiwiki:~# mono --version
    Mono JIT compiler version 2.4.3
    Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
           TLS:           __thread
           GC:            Included Boehm (with typed GC)
           SIGSEGV:       altstack
           Notifications: epoll
           Architecture:  x86
           Disabled:      none
    
    dekiwiki:~# gmcs --version
    Mono C# compiler version 2.4.3 
    
    Was this page helpful?
    Tag page
    Viewing 3 of 3 comments: view all
    Should the page title not be version specific? It now appears to be out of date?
    Posted 13:22, 19 Jul 2010
    @craigsivils better?
    Posted 17:10, 19 Jul 2010
    2.6.7 packages available at http://ftp.novell.com/pub/mono/download-stable/RHEL_5/
    Posted 01:34, 4 Feb 2011
    Viewing 3 of 3 comments: view all
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by