Grokbase
x

Mono installation

View TopicPrint | Flat  Thread  Threaded
1) Roilan Cardoso Sánchez Hello everybody I´m trying to install mono and when i try to install the package libgdiplus throw...
| +1 vote (Anchor)
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
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

_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
2) Akemi Yagi iplus I ps If you cannot install using yum from the CentOS repository, then go to:...
| +1 vote (Anchor)
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
On Tue, Feb 26, 2008 at 9:29 AM, Roilan Cardoso S=E1nchez
<neptuno_000@yahoo.es> wrote:
>
> Hello everybody
>
> I=B4m trying to install mono and when i try to install the package libgd=
iplus
> 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 de=
ps
> 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
_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
3) Roilan Cardoso Sánchez I do it, but when i try to install gdiplus it thow and depes error with libgif.so.4 and i cant find...
| +1 vote (Anchor)
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
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@gmail.com>
Para: CentOS mailing list <centos@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@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
_______________________________________________
CentOS mailing list
[email protected: C...@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

_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
4) Johnny Hughes This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --==============02271749=Content-Type:...
| +1 vote (Anchor)
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--==============02271749=Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature";
boundary="------------enig67E0D100FC10BEB1B59404CF"

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig67E0D100FC10BEB1B59404CF
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable

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:

[[email protected: r...@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)




--------------enig67E0D100FC10BEB1B59404CF
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHxFyGTKkMgmrBY7MRAtqaAJ9gOmozebwJvT4N5oCkYIh1mBPPAQCbBO2W
CF/BfFLL6Rl8a8WsT6iSzhE/hh
-----END PGP SIGNATURE-----

--------------enig67E0D100FC10BEB1B59404CF--

--==============02271749=Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos

--==============02271749==--
5) Roilan Cardoso Sánchez I could finally install Mono completely, but when i try to run a winform bin it throw teh following...
| +1 vote (Anchor)
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
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
> [email protected: C...@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

_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
6) John R Pierce .NET its a moving target. i'd suggest taking this up with a MONO support list.
| +1 vote (Anchor)
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
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.

_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
spacer
View TopicPrint | Flat  Thread  Threaded
Home > Groups > CentOS > Mono installation (6 posts)