mirror of
https://github.com/nmap/nmap.git
synced 2025-12-28 18:39:03 +00:00
the package name now seems to be openss-devel rather than libopenssl-devel
This commit is contained in:
@@ -416,7 +416,7 @@ I would run <command>./configure --prefix=<replaceable>/home/fyodor</replaceable
|
||||
<para>The version detection system and Nmap Scripting Engine are able to probe SSL-encrypted services using the free OpenSSL libraries. Normally the Nmap build system looks for these libraries on your system and include this capability if they are found. If they are in a location your compiler does not search for by default, but you still want them to be used, specify <option>--with-openssl=<replaceable>directoryname</replaceable></option>. Nmap then looks in <replaceable>directoryname</replaceable>/libs for the OpenSSL libraries themselves and <replaceable>directoryname</replaceable>/include for the necessary header files. Specify <option>--without-openssl</option> to disable SSL entirely.</para>
|
||||
|
||||
<indexterm><primary>OpenSSL</primary><secondary>packages required for</secondary></indexterm>
|
||||
<para>Some distributions ship with user OpenSSL libraries that allow running programs, but not the developer files needed to compile them. Without these developer packages, Nmap will not have OpenSSL support. On Debian-based systems<indexterm><primary>Debian</primary></indexterm>, install the <literal>libssl-dev</literal> package.<indexterm><primary><literal>libssl-dev</literal> package</primary></indexterm> On Red Hat–based systems,<indexterm><primary>Red Hat</primary></indexterm> install <literal>libopenssl-devel</literal>.<indexterm><primary><literal>libopenssl-devel</literal></primary></indexterm>
|
||||
<para>Some distributions ship with user OpenSSL libraries that allow running programs, but not the developer files needed to compile them. Without these developer packages, Nmap will not have OpenSSL support. On Debian-based systems<indexterm><primary>Debian</primary></indexterm>, install the <literal>libssl-dev</literal> package.<indexterm><primary><literal>libssl-dev</literal> package</primary></indexterm> On Red Hat–based systems,<indexterm><primary>Red Hat</primary></indexterm> install <literal>openssl-devel</literal>.<indexterm><primary><literal>openssl-devel</literal></primary></indexterm>
|
||||
</para>
|
||||
</listitem></varlistentry>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user