Question

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...

Was it helpful?

Solution

EDIT:

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

OTHER TIPS

You can still get binary RPMS here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top