[Mono-list] What Is Most Reliable Mono Install for Fedora Core
2
Jonathan Pryor
jonpryor@vt.edu
Fri, 06 Aug 2004 14:00:15 -0400
On Mon, 2004-07-26 at 13:55, Weiqi Gao wrote:
> Antonio Santana wrote:
>
> > I am running Fedora Core 2 and was wondering what might be the easiest
> > or most reliable method for installing Mono on this Linux
> > Distribution. I added the Mono URL to my yum.conf. I have installed
> > some packages, but it doens't seem like I have all the dependencies
> > required for apps like monodevelop. Thanks in advance for the help.
>
> I installed Mono 1.0 on Fedora Core 2 using the Yum repository. I don't
> have any dependency problems. (I had problems with the betas, but Ducan
> Mak fixed them all.)
>
> What kind of dependencies are you running into?
I had dependency problems. Running:
sudo yum install monodoc
would install monodoc, but it wouldn't install (IIRC) mono-remoting,
mono-drawing, mono-web-forms, etc., so running monodoc after
installation would result in numerous error messages.
I installed it earlier this week, so 1.0.0 hasn't been fixed. (Also,
this was a few days ago, so I may be forgetting the packages I had to
manually install.) I imagine this is partially due to the shear
quantity of assemblies and packages needed for apps (mono-remoting,
mono-web-forms, mono-core, gtk-sharp, gtkhtml-sharp, etc., etc.), so
it's not surprising that some dependencies are missed.
Simple solution: install the mono-complete package. This will pull in
all other packages, which should permit most apps to run.
- Jon