|
Posted by Moe Trin on April 29, 2005, 3:06 pm
If you were Registered and logged in, you could reply and use other advanced thread options
>When installing Snort in the '/root/snort' directory using the
>'rpm -ivh snort-2.3.3-0.fdr.1.i386.rpm' command I get the following
>error:
>
>error: Failed dependencies:
> libpcap.so.0.8.3 is needed by snort-2.3.3-0.fdr.1
rpm -q libpcap
returns what? The message above says that rpm can't find libpcap .so.0.8.3
in it's database of installed packages, so that means you either don't have
the libpcap package installed, or you have an earlier version. Assuming
you are running Fedora (which looks to be what that package was created for),
grab the libpcap-0.8.3 package, and install that first.
>Please Help
'man rpm' would also provide some interesting help.
Old guy
|