tags:

views:

623

answers:

1

Hi, All

I'm new to Linux but have to port a asp.net app to Linux platform. (CentOS 5.2)

I downloaded the mono source files and manually build them on my dev box, because there's no aviable Binary package for CentOS 5.2 (almost the same as RedHat), the app works well on the dev box.

The next step is to setup the production server, which has minimal libraries installed. My question is... how to make the Mono binary files into a install package so I don't need to download and build them in the production server. (My dev box is the same configuration as the production one)

I have tried to copy all mono related files into the server, but with no luck... May I missed some files or some settings...

A: 

EDIT:

Recently, Mono announced support for RHEL/CentOS. You can get packages from them here.

Nate