Fedora Linux Support Community & Resources Center
  #1  
Old 29th May 2006, 11:49 AM
JimL Offline
Registered User
 
Join Date: May 2006
Posts: 8
Unhappy Can't install perl-Crypt-SSLeay.i386

I hope this is the correct forum. I tried to install the perl-Crypt-SSLeay.i386 package with the following:

yum install perl-Crypt-SSLeay.i386

However it continues to tell me <404 not found> on all the mirrors it tries. I don't know exactly how yum works, but I'm assuming it found an entry somewhere for that package but the mirrors don't have it. Some sample output:

http://ftp.iasi.roedu.net/mirrors/fe...51-6.i386.rpm: [Errno 4] IOError: HTTP Error 404: Date: Mon, 29 May 2006 10:45:07 GMT
Server: Apache/2.2.2 (Unix)
Content-Length: 272
Content-Type: text/html; charset=iso-8859-1
Trying other mirror.
http://srl.cs.jhu.edu/YUM/fedora-cor...51-6.i386.rpm: [Errno 4] IOError: HTTP Error 404: Date: Mon, 29 May 2006 10:45:30 GMT
Server: Apache/2.0.54 (Fedora)
Content-Length: 337
Connection: close
Content-Type: text/html; charset=iso-8859-1
Trying other mirror.
http://limestone.uoregon.edu/ftp/fed...51-6.i386.rpm: [Errno 4] IOError: HTTP Error 404: Date: Mon, 29 May 2006 10:45:39 GMT
Server: Apache/2.0.51 (Fedora)
Vary: accept-language,accept-charset
Accept-Ranges: bytes
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
Content-Language: en
Trying other mirror.

Since this is a prelude to an automatic install, I can't just find the rpm and manually install it, yum has to work. Any ideas what's going on and who to contact to get it fixed?

THanks,
Jim.
Reply With Quote
  #2  
Old 29th May 2006, 12:01 PM
ccrvic Offline
Registered User
 
Join Date: Apr 2006
Posts: 1,092
Quote:
Originally Posted by JimL
http://limestone.uoregon.edu/ftp/fed...51-6.i386.rpm: [Errno 4] IOError: HTTP Error 404: Date: Mon, 29 May 2006 10:45:39 GMT
I checked this one - the URL ends ...os/perl-Crypt-SSLeay-0.51-6.i386.rpm. It should be ...os/Fedora/RPMS/perl-Crypt-SSLeay-0.51-6.i386.rpm.

What is in your /etc/yum.repos.d/ or /etc/yum.conf that gives rise to these URLs?

Vic.
Reply With Quote
  #3  
Old 29th May 2006, 12:33 PM
JimL Offline
Registered User
 
Join Date: May 2006
Posts: 8
/etc/yum.conf
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20
obsoletes=1
gpgcheck=1

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d


From files in /etc/yum.repos.d:
----
fedora-devel.repo
[development]
# These packages are untested and still under development. This
# repository is used for updates to test releases, and for
# development of new releases.
#
# This repository can see significant daily turn over and can see major
# functionality changes which cause unexpected problems with other
# development packages. Please use these packages if you want to work
# with the Fedora developers by testing these new development packages.
#
# fedora-test-list@redhat.com is available as a discussion forum for
# testing and troubleshooting for development packages in conjunction
# with new test releases.
#
# fedora-devel-list@redhat.com is available as a discussion forum for
# testing and troubleshooting for development packages in conjunction
# with developing new releases.
#
# Reportable issues should be filed at bugzilla.redhat.com
# Product: Fedora Core
# Version: devel
name=Fedora Core $releasever - Development Tree
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/$basearch/
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-core-rawhide
enabled=0
gpgcheck=0
----
fedora-extras-devel.repo
[extras-development]
name=Fedora Extras $releasever - Development Tree
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/development/$basearch/
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-extras-devel
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras
gpgcheck=0
----
fedora-extras.repo
[extras]
name=Fedora Extras $releasever - $basearch
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/$releasever/$basearch/
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-extras-$releasever
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras
gpgcheck=1
----
fedora.repo
[base]
name=Fedora Core $releasever - $basearch - Base
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os/
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-core-$releasever
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
----
fedora-updates.repo
[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/
mirrorlist=http://fedora.redhat.com/download/mirrors/updates-released-fc$releasever
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
----
fedora-updates-testing.repo
[updates-testing]
name=Fedora Core $releasever - $basearch - Test Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/$releasever/$basearch/
mirrorlist=http://fedora.redhat.com/download/mirrors/updates-testing-fc$releasever
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test
----

Nothing here tells me what the problem is, perhaps it will help you.

THanks,
Jim.
Reply With Quote
  #4  
Old 29th May 2006, 12:34 PM
JimL Offline
Registered User
 
Join Date: May 2006
Posts: 8
BTW, yum has been working fine on this system up until now.
Reply With Quote
Reply

Tags
install, perlcryptssleayi386

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing Net::SSLeay Perl module on x86_64 rh-penguin Using Fedora 4 5th February 2007 02:34 PM
Perl modules install help for Perl n00b notmyrealemail Using Fedora 0 22nd July 2006 12:22 AM
Net::SSLeay Install issues rech Using Fedora 4 3rd January 2006 05:50 PM
Any way to resolve x86_64 Perl issue without yum remove perl.i386? jert Using Fedora 3 24th July 2005 07:31 PM
crypt a dvd cobolus Security and Privacy 3 1st June 2005 02:40 PM


Current GMT-time: 23:53 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat