Hi,

> > Mixing rpms from different suppliers gives this sort of problem.

> what I have to do with that spec file . where I have to place that one? As i
> am getting the  same error?

Are you talking about the same problem (you have installed the main mono
package from somewhere other than the fedora repos) or have you another
issue?

If it's down to having different packages from different repos, you'll
need to do this

su
rpm -e --nodeps mono-* ibm-* byte* libgdiplus-*
rpm -qa mono-* mono*

if the second rpm comes up with anything from mono, rpm -e --nodeps
<packagename>, rinse and repeat.

This will remove all of the mono packages you have on your box
completely (irrespective of which vendor you obtained them from)

Next

yum -y install mono-* libgdiplus-* ibm-* byte-*

This will install mono from whichever fedora repo you have set up.
Rawhide has 2.0.1, f9 has 1.9.1 (soon to move to 2.0.1). I wouldn't use
f8 as it's almost at end-of-life.

If your bug is related to something else, please start a new thread or
report it into the fedora bugzilla.

TTFN

Paul
Fedora Mono Packager
-- 
Sie können mich aufreizen und wirklich heiß machen!

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to