rpm dependency reported when installing Nessus

This is a discussion on rpm dependency reported when installing Nessus within the Linux Administration forums, part of the Linux Forums category; I'm trying to install Nessus no Fedora Core 3. When I run the rpm for Nessus, I get the ...


Go Back   Usenet Forums > Linux Forums > Linux Administration

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-03-2006
Jim Anderson
 
Posts: n/a
Default rpm dependency reported when installing Nessus


I'm trying to install Nessus no Fedora Core 3. When I run
the rpm for Nessus, I get the following:

rpm -i Nessus-3.0.1-fc4.i386.rpm
error: Failed dependencies:
libcrypto.so.5 is needed by Nessus-3.0.1-fc4.i386
libdb-4.3.so is needed by Nessus-3.0.1-fc4.i386
libssl.so.5 is needed by Nessus-3.0.1-fc4.i386

I tried installing on my FC4 machine and got the same
error. I did some searhing on the web and it looks like
I need a later release of openssl.

Do I get openssl and then install it with 'rpm -i ...'
and then install Nessus? I tried this but it did not work.

Does anyone have any guidance for me?

Thanks in advance.

Jim Anderson

Reply With Quote
  #2 (permalink)  
Old 02-05-2006
Moe Trin
 
Posts: n/a
Default Re: rpm dependency reported when installing Nessus

On Fri, 03 Feb 2006, in the Usenet newsgroup comp.os.linux.admin, in article
<xjPEf.2725$ZS3.1885@trndny05>, Jim Anderson wrote:

>I'm trying to install Nessus no Fedora Core 3. When I run
>the rpm for Nessus, I get the following:
>
>rpm -i Nessus-3.0.1-fc4.i386.rpm


First problem - that's the wrong version of Fedora. Second, where did
you get this version?

>error: Failed dependencies:
> libcrypto.so.5 is needed by Nessus-3.0.1-fc4.i386
> libdb-4.3.so is needed by Nessus-3.0.1-fc4.i386
> libssl.so.5 is needed by Nessus-3.0.1-fc4.i386
>
>I tried installing on my FC4 machine and got the same
>error.


Try 'rpm -qa' to see what all you have got installed, and compare that
to 'rpm -R Nessus-3.0.1-fc4.i386.rpm'.

>I did some searhing on the web and it looks like
>I need a later release of openssl.


Not impossible - but 'libdb-4.3' is part of the stock db4-4.3.27-3 that
came with FC4... no, it wasn't errataed up, so that shouldn't be a
problem. I suspect you have a package that wasn't as carefully set up
as it should have been.

>Do I get openssl and then install it with 'rpm -i ...'
>and then install Nessus? I tried this but it did not work.


did not work... what happened, did the computer catch on fire or something?
Normally, installing the dependencies first is the cure, but sometimes you
run into a cross dependency thing, where "A" requires "B" which requires "C"
which requires "A". In that particular case, the solution is to install all
at once, and let 'rpm' hash out the dependencies.

>Does anyone have any guidance for me?


Reason I'm questioning the package is that I don't see it on the list I
have for "official" packages. Trying to install packages from others may
cause difficulties.

Old guy
Reply With Quote
  #3 (permalink)  
Old 02-06-2006
Jim Anderson
 
Posts: n/a
Default Re: rpm dependency reported when installing Nessus

Moe Trin wrote:
> On Fri, 03 Feb 2006, in the Usenet newsgroup comp.os.linux.admin, in article
> <xjPEf.2725$ZS3.1885@trndny05>, Jim Anderson wrote:
>
>
>>I'm trying to install Nessus no Fedora Core 3. When I run
>>the rpm for Nessus, I get the following:
>>
>>rpm -i Nessus-3.0.1-fc4.i386.rpm

>
>
> First problem - that's the wrong version of Fedora. Second, where did
> you get this version?


I'm going to install FC 4 on my machine and then try again.
I got the nessus download from http://www.nessus.com/download


>
>
>>error: Failed dependencies:
>> libcrypto.so.5 is needed by Nessus-3.0.1-fc4.i386
>> libdb-4.3.so is needed by Nessus-3.0.1-fc4.i386
>> libssl.so.5 is needed by Nessus-3.0.1-fc4.i386
>>
>>I tried installing on my FC4 machine and got the same
>>error.

>
>
> Try 'rpm -qa' to see what all you have got installed, and compare that
> to 'rpm -R Nessus-3.0.1-fc4.i386.rpm'.
>
>
>>I did some searhing on the web and it looks like
>>I need a later release of openssl.

>
>
> Not impossible - but 'libdb-4.3' is part of the stock db4-4.3.27-3 that
> came with FC4... no, it wasn't errataed up, so that shouldn't be a
> problem. I suspect you have a package that wasn't as carefully set up
> as it should have been.
>
>
>>Do I get openssl and then install it with 'rpm -i ...'
>>and then install Nessus? I tried this but it did not work.

>
>
> did not work... what happened, did the computer catch on fire or something?
> Normally, installing the dependencies first is the cure, but sometimes you
> run into a cross dependency thing, where "A" requires "B" which requires "C"
> which requires "A". In that particular case, the solution is to install all
> at once, and let 'rpm' hash out the dependencies.
>
>
>>Does anyone have any guidance for me?

>
>
> Reason I'm questioning the package is that I don't see it on the list I
> have for "official" packages. Trying to install packages from others may
> cause difficulties.
>
> Old guy

Reply With Quote
  #4 (permalink)  
Old 02-06-2006
Jim Anderson
 
Posts: n/a
Default Re: rpm dependency reported when installing Nessus

Moe Trin wrote:
> On Fri, 03 Feb 2006, in the Usenet newsgroup comp.os.linux.admin, in article
> <xjPEf.2725$ZS3.1885@trndny05>, Jim Anderson wrote:
>
>
>>I'm trying to install Nessus no Fedora Core 3. When I run
>>the rpm for Nessus, I get the following:
>>
>>rpm -i Nessus-3.0.1-fc4.i386.rpm

>
>
> First problem - that's the wrong version of Fedora. Second, where did
> you get this version?


I'm going to install FC 4 on my machine and then try again.
I got the nessus download from http://www.nessus.com/download


>
>
>>error: Failed dependencies:
>> libcrypto.so.5 is needed by Nessus-3.0.1-fc4.i386
>> libdb-4.3.so is needed by Nessus-3.0.1-fc4.i386
>> libssl.so.5 is needed by Nessus-3.0.1-fc4.i386
>>
>>I tried installing on my FC4 machine and got the same
>>error.

>
>
> Try 'rpm -qa' to see what all you have got installed, and compare that
> to 'rpm -R Nessus-3.0.1-fc4.i386.rpm'.
>
>
>>I did some searhing on the web and it looks like
>>I need a later release of openssl.

>
>
> Not impossible - but 'libdb-4.3' is part of the stock db4-4.3.27-3 that
> came with FC4... no, it wasn't errataed up, so that shouldn't be a
> problem. I suspect you have a package that wasn't as carefully set up
> as it should have been.
>
>
>>Do I get openssl and then install it with 'rpm -i ...'
>>and then install Nessus? I tried this but it did not work.

>
>
> did not work... what happened, did the computer catch on fire or something?
> Normally, installing the dependencies first is the cure, but sometimes you
> run into a cross dependency thing, where "A" requires "B" which requires "C"
> which requires "A". In that particular case, the solution is to install all
> at once, and let 'rpm' hash out the dependencies.
>
>
>>Does anyone have any guidance for me?

>
>
> Reason I'm questioning the package is that I don't see it on the list I
> have for "official" packages. Trying to install packages from others may
> cause difficulties.
>
> Old guy

Reply With Quote
  #5 (permalink)  
Old 02-06-2006
Jim Anderson
 
Posts: n/a
Default Re: rpm dependency reported when installing Nessus

Moe Trin wrote:
> On Fri, 03 Feb 2006, in the Usenet newsgroup comp.os.linux.admin, in article
> <xjPEf.2725$ZS3.1885@trndny05>, Jim Anderson wrote:
>
>
>>I'm trying to install Nessus no Fedora Core 3. When I run
>>the rpm for Nessus, I get the following:
>>
>>rpm -i Nessus-3.0.1-fc4.i386.rpm

>
>
> First problem - that's the wrong version of Fedora. Second, where did
> you get this version?


I'm going to install FC 4 on my machine and then try again.
I got the nessus download from http://www.nessus.com/download


>
>
>>error: Failed dependencies:
>> libcrypto.so.5 is needed by Nessus-3.0.1-fc4.i386
>> libdb-4.3.so is needed by Nessus-3.0.1-fc4.i386
>> libssl.so.5 is needed by Nessus-3.0.1-fc4.i386
>>
>>I tried installing on my FC4 machine and got the same
>>error.

>
>
> Try 'rpm -qa' to see what all you have got installed, and compare that
> to 'rpm -R Nessus-3.0.1-fc4.i386.rpm'.
>
>
>>I did some searhing on the web and it looks like
>>I need a later release of openssl.

>
>
> Not impossible - but 'libdb-4.3' is part of the stock db4-4.3.27-3 that
> came with FC4... no, it wasn't errataed up, so that shouldn't be a
> problem. I suspect you have a package that wasn't as carefully set up
> as it should have been.
>
>
>>Do I get openssl and then install it with 'rpm -i ...'
>>and then install Nessus? I tried this but it did not work.

>
>
> did not work... what happened, did the computer catch on fire or something?
> Normally, installing the dependencies first is the cure, but sometimes you
> run into a cross dependency thing, where "A" requires "B" which requires "C"
> which requires "A". In that particular case, the solution is to install all
> at once, and let 'rpm' hash out the dependencies.
>
>
>>Does anyone have any guidance for me?

>
>
> Reason I'm questioning the package is that I don't see it on the list I
> have for "official" packages. Trying to install packages from others may
> cause difficulties.
>
> Old guy

Reply With Quote
Reply


Thread Tools
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

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 02:16 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0