Missing Dependency: libexif.so.9

Issues related to software problems.
joaster
Posts: 3
Joined: 2008/02/10 18:24:29

Re: Missing Dependency: libexif.so.9

Post by joaster » 2008/02/10 19:26:37

Weird though, I just see in toracats post that his libgdiplus package comes from the extras repo.

This is the output I get from yum:
[quote]Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
mono-core x86_64 1.2.4-2.el5.centos extras 11 M
Installing for dependencies:
libgdiplus x86_64 1.2.5-1.el5.centos centosplus 375 k

Transaction Summary
=============================================================================
Install 2 Package(s)
Update 0 Package(s)
Remove 0 Package(s) [/quote]

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Re: Missing Dependency: libexif.so.9

Post by AlanBartlett » 2008/02/10 20:06:58

Not wishing to cause confusion but I feel I should make some observations. :-)

[b]Chaki[/b], [b]toracat[/b] and [b]joaster[/b] are running 64-bit systems and should be identical. :-?
We do not know [b]monkey's[/b] architecture.
My architecture is 32-bit and this is the result of executing [b]yum install mono-core[/b] on my system:

[b]Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
mono-core i386 1.2.4-2.el5.centos extras 11 M
Installing for dependencies:
giflib i386 4.1.3-7.1.el5.1 base 39 k
libgdiplus i386 1.2.5-1.el5.centos centosplus 387 k

Transaction Summary
=============================================================================
Install 3 Package(s)
Update 0 Package(s)
Remove 0 Package(s) [/b]

Without access to a 64-bit system I can't be absolutely sure . . .

[b]joaster[/b], perhaps you should compare you [i][b]CentOS-Base.repo[/b][/i] with [b]toracat's[/b].

Alan.

User avatar
toracat
Site Admin
Posts: 7518
Joined: 2006/09/03 16:37:24
Location: California, US
Contact:

Re: Missing Dependency: libexif.so.9

Post by toracat » 2008/02/10 20:15:00

I ran the same command today and found that libgdiplus is now from centosplus.

Also, if you wish to get the whole mono package, you can do a:

yum groupinstall Mono

[code]
Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
mono-core x86_64 1.2.4-2.el5.centos extras 11 M
mono-extras x86_64 1.2.4-2.el5.centos extras 254 k
mono-jscript x86_64 1.2.4-2.el5.centos extras 494 k
mono-locale-extras x86_64 1.2.4-2.el5.centos extras 813 k
mono-nunit x86_64 1.2.4-2.el5.centos extras 119 k
mono-web x86_64 1.2.4-2.el5.centos extras 2.6 M
mono-winforms x86_64 1.2.4-2.el5.centos extras 3.3 M
Installing for dependencies:
libgdiplus x86_64 1.2.5-1.el5.centos centosplus 375 k
mono-data x86_64 1.2.4-2.el5.centos extras 1.7 M

Transaction Summary
=============================================================================
Install 9 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 21 M
[/code]

monkey
Posts: 2
Joined: 2008/02/10 17:47:45

Re: Missing Dependency: libexif.so.9

Post by monkey » 2008/02/10 20:56:06

After making the changes to etc/yum.repos.d/CentOS-Base.repo that Joaster indicated, deleting a link to the Mono website mono.repo, and using yum groupinstall Mono that toracat suggested, I was able to install the 1.2.4 version of mono on my 32-bit system.

Thanks all,

monkey

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Re: Missing Dependency: libexif.so.9

Post by AlanBartlett » 2008/02/11 12:47:19

And thank you for letting us know that you've managed a successfull install, [b]monkey[/b].

Alan.

Post Reply