Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Where do I find these rpms??

 
   Soft32 Home -> Linux -> Partner Relationship Management RSS
Next:  RH9 how to make sure the src rmp files are compil..  
Author Message
Pascal Schmidt-Volkmar

External


Since: Oct 04, 2003
Posts: 7



(Msg. 1) Posted: Sat Oct 04, 2003 3:24 pm
Post subject: Where do I find these rpms??
Archived from groups: linux>redhat>rpm (more info?)

Hi there,

I do need the following rpms:

libcrypto.so.0.9.6
libssl.so.0.9.6

Where do I found these files for RedHat 7.1??

Pascal
Back to top
Login to vote
all mail refused

External


Since: Oct 06, 2003
Posts: 9



(Msg. 2) Posted: Sat Oct 04, 2003 3:24 pm
Post subject: Re: Where do I find these rpms?? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <bln38r$o2g$04$1@news.t-online.com>, Pascal Schmidt-Volkmar wrote:

>I do need the following rpms:
>
>libcrypto.so.0.9.6
>libssl.so.0.9.6

The usual way I answer this for unknown files (in this case I happen to
know it's openssl) is

script /tmp/TY
cd /mnt/cdrom/RedHat/RPMS
for i in *.rpm
do
echo ::: $i
rpm -qlp $i | egrep 'libcrypto.so.|libssl.so.'
done
exit

Now loads of output should have appeared in /tmp/TY and if you search in
your text editor for the terms 'libcrypto.so.' and 'libssl.so.' in that
file the preceding line with ':::' names the RPM on the CD that contains
the file. Then you probably want to check whether any packages you find
have been updated since your CD was made (in this case there has been a
recent update).

--
I was less than impressed when one of my staff last year suggested
tunneling ftp through ssh. -- Evpuneq Erivf
Back to top
Login to vote
J.O. Aho

External


Since: Jul 15, 2007
Posts: 246



(Msg. 3) Posted: Sat Oct 04, 2003 4:08 pm
Post subject: Re: Where do I find these rpms?? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Pascal Schmidt-Volkmar wrote:
> Hi there,
>
> I do need the following rpms:
>
> libcrypto.so.0.9.6
> libssl.so.0.9.6

openssl-0.9.6-19.i386.rpm which you will find at RedHat ftp and mirrors of it,
check the update directory.


//Aho
Back to top
Login to vote
Robert Heller

External


Since: Sep 13, 2006
Posts: 62



(Msg. 4) Posted: Sat Oct 04, 2003 7:17 pm
Post subject: Re: Where do I find these rpms?? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Pascal Schmidt-Volkmar" <surf.DeleteThis@schmidt-volkmar.com>,
In a message on Sat, 4 Oct 2003 20:24:42 +0200, wrote :

"S> Hi there,
"S>
"S> I do need the following rpms:
"S>
"S> libcrypto.so.0.9.6
"S> libssl.so.0.9.6
"S>
"S> Where do I found these files for RedHat 7.1??

Goto http://rpmfind.net/

Then enter

openssl

in the search box. On the next screen, enter redhat-7.1 in the 'system'
box and search again. Look for openssl-0.9.6-<mumble>.i386.rpm -- this
is the RPM you want. Get the highest revision available. You want the
all of the latest security patches.



"S>
"S> Pascal
"S>
"S>
"S>

\/
Robert Heller ||InterNet: heller.DeleteThis@cs.umass.edu
http://vis-www.cs.umass.edu/~heller || heller.DeleteThis@deepsoft.com
http://www.deepsoft.com /\FidoNet: 1:321/153
Back to top
Login to vote
aggiebill

External


Since: Oct 05, 2003
Posts: 1



(Msg. 5) Posted: Sat Oct 04, 2003 9:22 pm
Post subject: Re: Where do I find these rpms?? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Is this where I can go when my "demo" privileges run out to get updates for
9.0?
"Robert Heller" <heller.RemoveThis@deepsoft.com> wrote in message
news:94e61$3f7f632c$d0c7e1fd$14633@nf2.news-service.com...
> "Pascal Schmidt-Volkmar" <surf.RemoveThis@schmidt-volkmar.com>,
> In a message on Sat, 4 Oct 2003 20:24:42 +0200, wrote :
>
> "S> Hi there,
> "S>
> "S> I do need the following rpms:
> "S>
> "S> libcrypto.so.0.9.6
> "S> libssl.so.0.9.6
> "S>
> "S> Where do I found these files for RedHat 7.1??
>
> Goto http://rpmfind.net/
>
> Then enter
>
> openssl
>
> in the search box. On the next screen, enter redhat-7.1 in the 'system'
> box and search again. Look for openssl-0.9.6-<mumble>.i386.rpm -- this
> is the RPM you want. Get the highest revision available. You want the
> all of the latest security patches.
>
>
>
> "S>
> "S> Pascal
> "S>
> "S>
> "S>
>
> \/
> Robert Heller ||InterNet: heller.RemoveThis@cs.umass.edu
> http://vis-www.cs.umass.edu/~heller || heller.RemoveThis@deepsoft.com
> http://www.deepsoft.com /\FidoNet: 1:321/153
>
>
>
>
>
>
>
Back to top
Login to vote
Pascal Schmidt-Volkmar

External


Since: Oct 04, 2003
Posts: 7



(Msg. 6) Posted: Sun Oct 05, 2003 4:10 am
Post subject: Re: Where do I find these rpms?? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you all for your help!!!

Actually, I was able to find the file at RedHat in the Errata-section!!

Greetings,

Pascal
Back to top
Login to vote
Robert Heller

External


Since: Sep 13, 2006
Posts: 62



(Msg. 7) Posted: Sun Oct 05, 2003 8:02 am
Post subject: Re: Where do I find these rpms?? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"aggiebill" <aggiebill.DeleteThis@verizon.net>,
In a message on Sun, 05 Oct 2003 02:22:56 GMT, wrote :

"> Is this where I can go when my "demo" privileges run out to get updates for
"> 9.0?

You can always get updates (even from RedHat), with or without "demo"
privileges. rpmfind.net is a good place to find RPMs for random (obscure)
packages.

"> "Robert Heller" <heller.DeleteThis@deepsoft.com> wrote in message
"> news:94e61$3f7f632c$d0c7e1fd$14633@nf2.news-service.com...
"> > "Pascal Schmidt-Volkmar" <surf.DeleteThis@schmidt-volkmar.com>,
"> > In a message on Sat, 4 Oct 2003 20:24:42 +0200, wrote :
"> >
"> > "S> Hi there,
"> > "S>
"> > "S> I do need the following rpms:
"> > "S>
"> > "S> libcrypto.so.0.9.6
"> > "S> libssl.so.0.9.6
"> > "S>
"> > "S> Where do I found these files for RedHat 7.1??
"> >
"> > Goto http://rpmfind.net/
"> >
"> > Then enter
"> >
"> > openssl
"> >
"> > in the search box. On the next screen, enter redhat-7.1 in the 'system'
"> > box and search again. Look for openssl-0.9.6-<mumble>.i386.rpm -- this
"> > is the RPM you want. Get the highest revision available. You want the
"> > all of the latest security patches.
"> >
"> >
"> >
"> > "S>
"> > "S> Pascal
"> > "S>
"> > "S>
"> > "S>
"> >
"> > \/
"> > Robert Heller ||InterNet: heller.DeleteThis@cs.umass.edu
"> > http://vis-www.cs.umass.edu/~heller || heller.DeleteThis@deepsoft.com
"> > http://www.deepsoft.com /\FidoNet: 1:321/153
"> >
"> >
"> >
"> >
"> >
"> >
"> >
">
">
">

\/
Robert Heller ||InterNet: heller.DeleteThis@cs.umass.edu
http://vis-www.cs.umass.edu/~heller || heller.DeleteThis@deepsoft.com
http://www.deepsoft.com /\FidoNet: 1:321/153
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Update RPMs from Red Hat overwrite higher-versioned virtua.. - I had uninstalled the Red Hat provided perl-CGI RPM on my RH9 system and installed CGI.pm 3.00 from source. To satisfy...

rpms - hi i am very new to RedHat, i am familiar with FreeBSD, but i wanted to learn red hat(and use the PVR software called..

debuginfo rpms - Hello, I would like to know how to use the debuginfo RPMS that show up under /usr/src/redhat/RPMS when rpmbuild is run...

rpms & viruses - Hi, my boss has asked me a question about installing RPM's. We have a test mandrake 10.0 installation and it requires....

patching RPMs - Hello, I have an RPM that consists of already compiled binaries ( about 100 megs worth) and I now have 3 files to patch...

trouble installing rpms - Hi there, I tried to install the following rpms but encoutered several problems: openldap12-1.2.11-4 bc-1.06-2 I..
       Soft32 Home -> Linux -> Partner Relationship Management All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]