Particulars:
Red Hat Enterprise Linux Client release 5.6 (Tikanga)
'pup' indicates that an updated "libtiff" package is available. But
when I try to install it I get the following errors:
------------------------------ Delimiter BEGIN --------------------------------
Missing Dependency: libtiff = 3.8.2-7.el5_5.5 is needed by package libtiff-devel-3.8.2-7.el5_5.5.i386 (installed)
Missing Dependency: libtiff = 3.8.2-7.el5_5.5 is needed by package libtiff-devel-3.8.2-7.el5_5.5.x86_64 (installed)
------------------------------- Delimiter END ---------------------------------
I tried the following, but it didn't make a difference:
% rm -rf /var/cache/yum/*
% yum clean all
And lastly, it appears to me as if the missing dependency isn't really
missing (see below). Although, I may not be interpreting the
aforementioned errors correctly.
% yum list installed | grep libtiff
*Note* Red Hat Network repositories are not listed below. You must run this command as root to access RHN repositories.
libtiff.i386 3.8.2-7.el5_5.5 installed
libtiff.x86_64 3.8.2-7.el5_5.5 installed
libtiff-devel.i386 3.8.2-7.el5_5.5 installed
libtiff-devel.x86_64 3.8.2-7.el5_5.5 installed
Any assistance would be appreciated.
Regards,
--
Mun
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
03-11-2011, 04:41 AM
邓卫华
"libtiff" dependency issue all of the sudden
you can try this command,you can remove the pack then re-install
it.
yum remove (install )libtiff-devel.x86_64
On Thu, 10 Mar 2011
11:40:32 -0800, Mun wrote:
> Hi,
>
> Particulars:
> Red Hat
Enterprise Linux Client release 5.6 (Tikanga)
>
> 'pup' indicates that
an updated "libtiff" package is available. But
> when I try to install
it I get the following errors:
>
> ------------------------------
Delimiter BEGIN --------------------------------
> Missing Dependency:
libtiff = 3.8.2-7.el5_5.5 is needed by package
libtiff-devel-3.8.2-7.el5_5.5.i386 (installed)
> Missing Dependency:
libtiff = 3.8.2-7.el5_5.5 is needed by package
libtiff-devel-3.8.2-7.el5_5.5.x86_64 (installed)
>
------------------------------- Delimiter END
---------------------------------
>
> I tried the following, but it
didn't make a difference:
> % rm -rf /var/cache/yum/*
> % yum clean
all
>
> And lastly, it appears to me as if the missing dependency isn't
really
> missing (see below). Although, I may not be interpreting the
>
aforementioned errors correctly.
>
> % yum list installed | grep
libtiff
> *Note* Red Hat Network repositories are not listed below. You
must run this command as root to access RHN repositories.
> libtiff.i386
3.8.2-7.el5_5.5 installed
> libtiff.x86_64 3.8.2-7.el5_5.5 installed
>
libtiff-devel.i386 3.8.2-7.el5_5.5 installed
> libtiff-devel.x86_64
3.8.2-7.el5_5.5 installed
>
> Any assistance would be appreciated.
>
>
Regards,
>
> --
> Mun
--
Best Cheer (XiaMen) Stone Works
CO.,LTP.
Phone: 0592-7221600
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
03-11-2011, 05:00 AM
Mun
"libtiff" dependency issue all of the sudden
Hi,
On Thu, Mar 10, 2011 at 09:41 PM PST, ??? wrote:
>
>
> you can try this command,you can remove the pack then re-install
> it.
>
> yum remove (install )libtiff-devel.x86_64
I actually tried that but when yum reported it was going to remove 93
packages due to dependencies, I chickened out. I wasn't sure if
those additional packages would of actually been removed or not; but I
wasn't willing to take the chance.
I guess I'll ask: Would yum actually remove all 93 packages, or only the
one entered on the command line?
Regards,
--
Mun
> On Thu, 10 Mar 2011
> 11:40:32 -0800, Mun wrote:
>
> > Hi,
> >
> > Particulars:
> > Red Hat
> Enterprise Linux Client release 5.6 (Tikanga)
> >
> > 'pup' indicates that
> an updated "libtiff" package is available. But
> > when I try to install
> it I get the following errors:
> >
> > ------------------------------
> Delimiter BEGIN --------------------------------
> > Missing Dependency:
> libtiff = 3.8.2-7.el5_5.5 is needed by package
> libtiff-devel-3.8.2-7.el5_5.5.i386 (installed)
> > Missing Dependency:
> libtiff = 3.8.2-7.el5_5.5 is needed by package
> libtiff-devel-3.8.2-7.el5_5.5.x86_64 (installed)
> >
> ------------------------------- Delimiter END
> ---------------------------------
> >
> > I tried the following, but it
> didn't make a difference:
> > % rm -rf /var/cache/yum/*
> > % yum clean
> all
> >
> > And lastly, it appears to me as if the missing dependency isn't
> really
> > missing (see below). Although, I may not be interpreting the
> >
> aforementioned errors correctly.
> >
> > % yum list installed | grep
> libtiff
> > *Note* Red Hat Network repositories are not listed below. You
> must run this command as root to access RHN repositories.
> > libtiff.i386
> 3.8.2-7.el5_5.5 installed
> > libtiff.x86_64 3.8.2-7.el5_5.5 installed
> >
> libtiff-devel.i386 3.8.2-7.el5_5.5 installed
> > libtiff-devel.x86_64
> 3.8.2-7.el5_5.5 installed
> >
> > Any assistance would be appreciated.
> >
> >
> Regards,
> >
> > --
> > Mun
>
> --
> Best Cheer (XiaMen) Stone Works
> CO.,LTP.
> Phone: 0592-7221600
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
03-11-2011, 05:30 AM
邓卫华
"libtiff" dependency issue all of the sudden
NO, Please run this command carefully. did you reinstall that pack?
yum reinstall pack
On Thu, 10 Mar 2011 22:00:41 -0800, Mun wrote:
> Hi,
>
> On Thu, Mar 10, 2011 at 09:41 PM PST, ??? wrote:
>> you
can try this command,you can remove the pack then re-install it. yum
remove (install )libtiff-devel.x86_64
> I actually tried that but when
yum reported it was going to remove 93 packages due to dependencies, I
chickened out. I wasn't sure if those additional packages would of
actually been removed or not; but I wasn't willing to take the chance. I
guess I'll ask: Would yum actually remove all 93 packages, or only the
one entered on the command line? Regards, -- Mun
>
>> On Thu, 10 Mar
2011 11:40:32 -0800, Mun wrote:
>>
>>> Hi, Particulars: Red Hat
>>
Enterprise Linux Client release 5.6 (Tikanga)
>>
>>> 'pup' indicates
that
>> an updated "libtiff" package is available. But whe
>>
>>> 5px;
border-left:#1010f
>> margin-left:5px; width:100%">
------------------------------ Delimiter BEGIN
-------------------------------- cy: libtiff = 3.8.2-
>> needed by
package libtiff-devel-3.8.2-7.el5_5.5.i386 (installed) ork repositories
are not listed below. Y
>> ote>must run this command as root to access
RHN repositories. libtiff.x86_64 3.8.2-7.el5_5.5 installed libtiff
>>
>>> px solid; margin-left:5px; width:100%">libtiff-devel.x86_64
>>
.2-7.el5_5.5 installed Any assistance would be appreciated. width:100%">
-- Mun
>> class="sig">-- Best Cheer (XiaMen) Stone Works CO.,LTP. Phone:
0592-7221600
>>
>>>
>>
>>>
>>
>>>
>>
>>>
>>
>>>
>>
>>>
--
Best Cheer (XiaMen) Stone Works CO.,LTP.
Phone: 0592-7221600
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
03-11-2011, 05:28 PM
Mun
"libtiff" dependency issue all of the sudden
Hi,
Thanks for your reply.
On Thu, Mar 10, 2011 at 10:30 PM PST, ??? wrote:
>
>
> NO, Please run this command carefully. did you reinstall that pack?
>
>
> yum reinstall pack
My apologies; I was not familiar with the "reinstall" option.
Okay, I reinstalled the pack 'pup' was complaining about and I still get
the same errors for resolving dependencies. If fact, I now have a
couple of other packs that need updating that give me similar errors.
That is, the pack they say is required is in fact already
installed--just like the libtiff issue I am having.
Regards,
--
Mun
> On Thu, 10 Mar 2011 22:00:41 -0800, Mun wrote:
>
>
> > Hi,
> >
> > On Thu, Mar 10, 2011 at 09:41 PM PST, ??? wrote:
> >> you
> can try this command,you can remove the pack then re-install it. yum
> remove (install )libtiff-devel.x86_64
> > I actually tried that but when
> yum reported it was going to remove 93 packages due to dependencies, I
> chickened out. I wasn't sure if those additional packages would of
> actually been removed or not; but I wasn't willing to take the chance. I
> guess I'll ask: Would yum actually remove all 93 packages, or only the
> one entered on the command line? Regards, -- Mun
> >
> >> On Thu, 10 Mar
> 2011 11:40:32 -0800, Mun wrote:
> >>
> >>> Hi, Particulars: Red Hat
> >>
> Enterprise Linux Client release 5.6 (Tikanga)
> >>
> >>> 'pup' indicates
> that
> >> an updated "libtiff" package is available. But whe
> >>
> >>> 5px;
> border-left:#1010f
> >> margin-left:5px; width:100%">
> ------------------------------ Delimiter BEGIN
> -------------------------------- cy: libtiff = 3.8.2-
> >> needed by
> package libtiff-devel-3.8.2-7.el5_5.5.i386 (installed) ork repositories
> are not listed below. Y
> >> ote>must run this command as root to access
> RHN repositories. libtiff.x86_64 3.8.2-7.el5_5.5 installed libtiff
> >>
>
> >>> px solid; margin-left:5px; width:100%">libtiff-devel.x86_64
> >>
> .2-7.el5_5.5 installed Any assistance would be appreciated. width:100%">
> -- Mun
> >> class="sig">-- Best Cheer (XiaMen) Stone Works CO.,LTP. Phone:
> 0592-7221600
> >>
> >>>
> >>
> >>>
> >>
> >>>
> >>
> >>>
> >>
> >>>
> >>
> >>>
>
> --
>
> Best Cheer (XiaMen) Stone Works CO.,LTP.
> Phone: 0592-7221600
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
03-16-2011, 06:57 PM
Mun
"libtiff" dependency issue all of the sudden
Hi,
For completeness, I thought I'd post the resolution to my issue.
I recently updated my subscription to the RHN, and my "Channel
Subscriptions" were apparently modified during the process. Once I
updated them, everything worked fine.
Here's the article that saved my bacon:
https://access.redhat.com/kb/docs/DOC-43434
Regards,
--
Mun
On Thu, Mar 10, 2011 at 11:40 AM PST, Mun wrote:
M> Hi,
M>
M> Particulars:
M> Red Hat Enterprise Linux Client release 5.6 (Tikanga)
M>
M> 'pup' indicates that an updated "libtiff" package is available. But
M> when I try to install it I get the following errors:
M>
M> ------------------------------ Delimiter BEGIN --------------------------------
M> Missing Dependency: libtiff = 3.8.2-7.el5_5.5 is needed by package libtiff-devel-3.8.2-7.el5_5.5.i386 (installed)
M> Missing Dependency: libtiff = 3.8.2-7.el5_5.5 is needed by package libtiff-devel-3.8.2-7.el5_5.5.x86_64 (installed)
M> ------------------------------- Delimiter END ---------------------------------
M>
M> I tried the following, but it didn't make a difference:
M> % rm -rf /var/cache/yum/*
M> % yum clean all
M>
M> And lastly, it appears to me as if the missing dependency isn't really
M> missing (see below). Although, I may not be interpreting the
M> aforementioned errors correctly.
M>
M> % yum list installed | grep libtiff
M> *Note* Red Hat Network repositories are not listed below. You must run this command as root to access RHN repositories.
M> libtiff.i386 3.8.2-7.el5_5.5 installed
M> libtiff.x86_64 3.8.2-7.el5_5.5 installed
M> libtiff-devel.i386 3.8.2-7.el5_5.5 installed
M> libtiff-devel.x86_64 3.8.2-7.el5_5.5 installed
M>
M>
M> Any assistance would be appreciated.
M>
M> Regards,
M>
M> --
M> Mun
M>
M> --
M> redhat-list mailing list
M> unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
M> https://www.redhat.com/mailman/listinfo/redhat-list
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list