Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8769503
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T17:21:46+00:00 2026-06-13T17:21:46+00:00

I recently found myself needing to build Mono 3.0 for CentOS 6, with a

  • 0

I recently found myself needing to build Mono 3.0 for CentOS 6, with a request from my infrastructure guy to otherwise keep the system as close to CentOS as possible (i.e. no 3rd-party packages if possible).

Because there are currently no Mono 3.0 RPMs that I could find, I went through the exercise of building it from scratch, on a clean Minimal install of CentOS 6.3.

It is possible to build Mono 3.0 with no external packages on CentOS 6.3.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T17:21:47+00:00Added an answer on June 13, 2026 at 5:21 pm

    Perform a CentOS 6.3 Minimal Install

    ifup eth0
    
    yum -y update
    yum -y install glib2-devel
    yum -y install libpng-devel
    yum -y install libjpeg-devel 
    yum -y install giflib-devel 
    yum -y install libtiff-devel 
    yum -y install libexif-devel 
    yum -y install libX11-devel 
    yum -y install fontconfig-devel 
    yum -y install gettext 
    yum -y install make 
    yum -y install gcc-c++
    

    # amusing hack to fix the mono make file

    export echo=echo
    
    # build libgdiplus
    curl -O http://download.mono-project.com/sources/libgdiplus/libgdiplus-2.10.9.tar.bz2
    bunzip2 libgdiplus-2.10.9.tar.bz2
    tar xvf libgdiplus-2.10.9.tar
    cd libgdiplus-2.10.9
    ./configure --prefix=/usr/local
    make
    make install
    
    # build mono
    curl -O http://download.mono-project.com/sources/mono/mono-3.0.0.tar.bz2
    bunzip2 mono-3.0.0.tar.bz2
    tar xvf mono-3.0.0.tar
    cd mono-3.0.0
    ./configure --prefix=/usr/local
    make
    make install
    
    # tell binfmt how to launch CLR executables
    echo ':CLR:M::MZ::/usr/local/bin/mono:' > /proc/sys/fs/binfmt_misc/register
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I recently had to re-install Glassfish 3.1.2 from scratch and I found myself spending
I've recently found myself needing (yes, needing) to define absurdly long switch statements and
I recently switched from Eclipse to IntelliJ IDEA, and found myself wondering how to
I recently found myself needing to be sure my list wasn't in order. Hibernate
I recently found myself writing a piece of code that executed a Core Data
So I recently found myself writing a loop similar to this one: var headers
I have recently found myself becoming more negative about EF and cannot help wondering
I've recently found myself using the following macro with gcc 4.5 in C++11 mode:
I just recently found myself writing this line of code, which i did not
I've found myself recently using the SemaphoreSlim class to limit the work in progress

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.