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
On Tue, Feb 26, 2008 at 9:29 AM, Roilan Cardoso Sánchez neptuno_000@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 Roilan
If 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
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@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)
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@centos.org To: "CentOS mailing list" centos@centos.org Sent: Tuesday, February 26, 2008 1:37 PM Subject: Re: [CentOS] Mono installation
CentOS mailing list CentOS@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
Roilan Cardoso Sánchez wrote:
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
.NET its a moving target.
i'd suggest taking this up with a MONO support list.