[CentOS] Mono installation

Johnny Hughes johnny at centos.org
Tue Feb 26 18:37:58 UTC 2008


Roilan Cardoso Sánchez wrote:
> Hello everybody
> 
> I´m trying to install mono and when i try to install the package  libgdiplus throw the following error dependencies with libexif.so.9 and libungif.so.4.
> Im using local packages, i downloaded it from the redhat mono repository, I try with the bin installer in others distro mono repo and It throw the deps error with packages libgailutil.so.17 and libglitz.so.1
> Finally I try with the centos extra respository and when i try to install libgdiplus it throw a dependecy error with lifgif.so.4
> 
> plaese can any body help me
> 
> note: i need to install it from local rpms, not online 
> 
> regards Roilan

giflib-4.1.3-7.1.el5.1 ... that provides libgif.so.4 ... maybe a typo on 
your part?

Here is what you can do to figure out what you need to install for a 
package:

yum --deplist libgdiplus | grep provider | sort | uniq

That should give you a fairly good list of packages you would need ... 
if you get multiple arches (as an example i386 and i686 for the same 
package), you only need the best match (i686 and not i386).

Also ... if more than one package is listed, you only need the newest 
one .. here the result of the above command:

[root at myth ~]# yum deplist libgdiplus | grep provider | sort | uniq
    provider: fontconfig.i386 2.4.1-6.el5
    provider: fontconfig.i386 2.4.1-7.el5
    provider: freetype.i386 2.2.1-19.el5
    provider: giflib.i386 4.1.3-7.1.el5.1
    provider: glib2.i386 2.12.3-2.fc6
    provider: glibc.i386 2.5-18
    provider: glibc.i386 2.5-18.el5_1.1
    provider: glibc.i686 2.5-18
    provider: glibc.i686 2.5-18.el5_1.1
    provider: libgdiplus.i386 1.1.17-1.el5.kb
    provider: libICE.i386 1.0.1-2.1
    provider: libjpeg.i386 6b-37
    provider: libpng.i386 2:1.2.10-7.0.2
    provider: libpng.i386 2:1.2.10-7.1.el5_0.1
    provider: libSM.i386 1.0.1-3.1
    provider: libtiff.i386 3.8.2-7.el5
    provider: libX11.i386 1.0.3-8.0.1.el5
    provider: libXrender.i386 0.9.1-3.1

(you only need the newest fontconfig, libpng and the newest glibc.i686)



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
URL: <http://lists.centos.org/pipermail/centos/attachments/20080226/6ce63496/attachment.sig>


More information about the CentOS mailing list