hello,
i am getting this error when i am trying to update my system.
yum update Gathering header information file(s) from server(s) Server: CentOS-3 - Addons Server: CentOS-3 - Base Server: Dag RPM Repository for Red Hat Enterprise Linux Server: CentOS-3 - Extras Server: CentOS-3 - Updates Finding updated packages Downloading needed headers Resolving dependencies ....Unable to satisfy dependencies Package perl-Authen-SASL needs perl(GSSAPI), this is not available.
i am running CentOS release 3.6 (Final)
i did a little googling and was even more confused about this. what packages should i have to make the update work?
thanks
Steven
"On the side of the software box, in the 'System Requirements' section, it said 'Requires Windows or better'. So I installed Linux."
Package perl-Authen-SASL needs perl(GSSAPI), this is not available.
This would seem to indicate that you're attempting to upgrade perl-Authen-SASL and cannot because a require dependency is not found. You need to figure out which repository that package is coming from. It may be that the repository providing that package is not providing the dependency.
i am running CentOS release 3.6 (Final)
i did a little googling and was even more confused about this. what packages should i have to make the update work?
you might want to try yum --enablerepo=centosplus perl-GSSAPI, or search yum for the correct extention name:
yum --enablerepo=centosplus search GSSAPI
If neither of those get you anywhere then I would install the package below and try yum update again.
http://fedoraproject.org/extras/4/i386/perl-GSSAPI-0.22-1.fc4.i386.rpm
On 7/16/06, Jim Perrin jperrin@gmail.com wrote:
Package perl-Authen-SASL needs perl(GSSAPI), this is not available.
This would seem to indicate that you're attempting to upgrade perl-Authen-SASL and cannot because a require dependency is not found. You need to figure out which repository that package is coming from. It may be that the repository providing that package is not providing the dependency.
i am running CentOS release 3.6 (Final)
i did a little googling and was even more confused about this. what packages should i have to make the update work?
-- During times of universal deceit, telling the truth becomes a revolutionary act. George Orwell _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Sun, Jul 16, 2006 at 04:34:51PM -0700, Steven Vishoot wrote:
yum update Gathering header information file(s) from server(s) Server: CentOS-3 - Addons Server: CentOS-3 - Base Server: Dag RPM Repository for Red Hat Enterprise Linux Server: CentOS-3 - Extras Server: CentOS-3 - Updates Finding updated packages Downloading needed headers Resolving dependencies ....Unable to satisfy dependencies Package perl-Authen-SASL needs perl(GSSAPI), this is not available.
I think it's a dependency bug in the RPMforge repo (Dag) and it's there for months. I posted the RPMforge list about it two weeks ago. No reactions.
I've added a "exclude=perl-Net-LDAP perl-Authen-SASL" line to yum.conf
Cheers,
--- Henk van Lingen henkvl@cs.uu.nl wrote:
On Sun, Jul 16, 2006 at 04:34:51PM -0700, Steven Vishoot wrote:
yum update Gathering header information file(s) from
server(s)
Server: CentOS-3 - Addons Server: CentOS-3 - Base Server: Dag RPM Repository for Red Hat
Enterprise
Linux Server: CentOS-3 - Extras Server: CentOS-3 - Updates Finding updated packages Downloading needed headers Resolving dependencies ....Unable to satisfy dependencies Package perl-Authen-SASL needs perl(GSSAPI),
this is
not available.
I think it's a dependency bug in the RPMforge repo (Dag) and it's there for months. I posted the RPMforge list about it two weeks ago. No reactions.
I've added a "exclude=perl-Net-LDAP perl-Authen-SASL" line to yum.conf
Cheers,
-- Henk van Lingen, Systems & Network Administrator (o- -+ Dept. of Computer Science, Utrecht University. /\ | phone: +31-30-2535278 v_/_ http://henk.vanlingen.net/ http://www.tuxtown.net/netiquette/ _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Thanks Jim & Henk,
Thank you so much, it was DAGS depository that was giving me the troubles. I disabled it for now and it is running now and finished with no problems...
<sarcasim> sir_funzone glares a DAG while walking back to his corner.... :-) </sarcasim>
Steven
"On the side of the software box, in the 'System Requirements' section, it said 'Requires Windows or better'. So I installed Linux."
On Mon, 17 Jul 2006, Henk van Lingen wrote:
On Sun, Jul 16, 2006 at 04:34:51PM -0700, Steven Vishoot wrote:
yum update Gathering header information file(s) from server(s) Server: CentOS-3 - Addons Server: CentOS-3 - Base Server: Dag RPM Repository for Red Hat Enterprise Linux Server: CentOS-3 - Extras Server: CentOS-3 - Updates Finding updated packages Downloading needed headers Resolving dependencies ....Unable to satisfy dependencies Package perl-Authen-SASL needs perl(GSSAPI), this is not available.
I think it's a dependency bug in the RPMforge repo (Dag) and it's there for months. I posted the RPMforge list about it two weeks ago. No reactions.
I've added a "exclude=perl-Net-LDAP perl-Authen-SASL" line to yum.conf
It is actually a bug in Yum. It should not bail out on a dependency problem.
Kind regards, -- dag wieers, dag@wieers.com, http://dag.wieers.com/ -- [all I want is a warm bed and a kind word and unlimited power]
Dag Wieers wrote:
On Mon, 17 Jul 2006, Henk van Lingen wrote:
I think it's a dependency bug in the RPMforge repo (Dag) and it's there for months. I posted the RPMforge list about it two weeks ago. No reactions.
I've added a "exclude=perl-Net-LDAP perl-Authen-SASL" line to yum.conf
It is actually a bug in Yum. It should not bail out on a dependency problem.
The yum maintainer would disagree with you. (:
-- Rex