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 ______________________________________________ ?Con Mascota por primera vez? S? un mejor Amigo. Entra en Yahoo! Respuestas http://es.answers.yahoo.com/info/welcome -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080226/5595fcdf/attachment.html>
On Tue, Feb 26, 2008 at 9:29 AM, Roilan Cardoso S?nchez <neptuno_000 at yahoo.es> 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 RoilanIf you cannot install using yum from the CentOS repository, then go to: http://mirror.centos.org/centos/5/extras/ All mono-related rpms are in there. Akemi
I do it, but when i try to install gdiplus it thow and depes error with libgif.so.4 and i cant find it in centos extras ----- Mensaje original ---- De: Akemi Yagi <amyagi at gmail.com> Para: CentOS mailing list <centos at centos.org> Enviado: martes, 26 de febrero, 2008 13:19:18 Asunto: Re: [CentOS] Mono installation On Tue, Feb 26, 2008 at 9:29 AM, Roilan Cardoso S?nchez <neptuno_000 at yahoo.es> 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 RoilanIf you cannot install using yum from the CentOS repository, then go to: http://mirror.centos.org/centos/5/extras/ All mono-related rpms are in there. Akemi _______________________________________________ CentOS mailing list CentOS at centos.org http://lists.centos.org/mailman/listinfo/centos ______________________________________________ ?Con Mascota por primera vez? S? un mejor Amigo. Entra en Yahoo! Respuestas http://es.answers.yahoo.com/info/welcome -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080226/d44561d2/attachment.html>
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 Roilangiflib-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>
I could finally install Mono completely, but when i try to run a winform bin it throw teh following error: An exception was thrown by the typw initializer for System.Windows.Forms.XplatUI ---> System.TypeInitializationExceptio: Sistem.Drawing.GDIPlus ----- Original Message ----- From: "Johnny Hughes" <johnny at centos.org> To: "CentOS mailing list" <centos at centos.org> Sent: Tuesday, February 26, 2008 1:37 PM Subject: Re: [CentOS] Mono installation> _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >-------------------------------------------------------------------------------- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.21.1/1299 - Release Date: 2/26/2008 9:08 AM ______________________________________________ LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y m?viles desde 1 c?ntimo por minuto. http://es.voice.yahoo.com