Nmap Development mailing list archives
Re: Problems building nmap with SSL
From: MadHat <madhat () unspecific com>
Date: Thu, 09 Oct 2003 13:09:26 -0500
http://lists.insecure.org/lists/nmap-dev/2003/Oct-Dec/0010.html Though on my redhat9 systems I just run ./configure && make; sudo make install and it works fine. On Thu, 2003-10-09 at 11:34, Todd wrote:
I'm trying to compile the latest nmap (3.48) with
SSL support on a Red Hat 9 system. I updated OpenSSL
and Kerberso RPMs to the latest and applied the
patch posted by Fyodor on October 6th.
I ran configure like so:
./configure --with-openssl=/usr/include/openssl/
Then I ran make with this result:
##### make output ####
gcc -c -g -O2 -Wall -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.01\" -I../include nsock_connect.c -o
nsock_connect.o
In file included from /usr/include/openssl/ssl.h:179,
from nsock_ssl.h:60,
from nsock_internal.h:69,
from nsock_connect.c:50:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
In file included from /usr/include/openssl/ssl.h:179,
from nsock_ssl.h:60,
from nsock_internal.h:69,
from nsock_connect.c:50:
/usr/include/openssl/kssl.h:134: parse error before "krb5_enctype"
/usr/include/openssl/kssl.h:136: parse error before '*' token
/usr/include/openssl/kssl.h:137: parse error before '}' token
/usr/include/openssl/kssl.h:149: parse error before "kssl_ctx_setstring"
/usr/include/openssl/kssl.h:149: parse error before '*' token
/usr/include/openssl/kssl.h:150: parse error before '*' token
/usr/include/openssl/kssl.h:151: parse error before '*' token
/usr/include/openssl/kssl.h:151: parse error before '*' token
/usr/include/openssl/kssl.h:152: parse error before '*' token
/usr/include/openssl/kssl.h:153: parse error before "kssl_ctx_setprinc"
/usr/include/openssl/kssl.h:153: parse error before '*' token
/usr/include/openssl/kssl.h:155: parse error before "kssl_cget_tkt"
/usr/include/openssl/kssl.h:155: parse error before '*' token
/usr/include/openssl/kssl.h:157: parse error before "kssl_sget_tkt"
/usr/include/openssl/kssl.h:157: parse error before '*' token
/usr/include/openssl/kssl.h:159: parse error before "kssl_ctx_setkey"
/usr/include/openssl/kssl.h:159: parse error before '*' token
/usr/include/openssl/kssl.h:161: parse error before "context"
/usr/include/openssl/kssl.h:162: parse error before "kssl_build_principal_2"
/usr/include/openssl/kssl.h:162: parse error before "context"
/usr/include/openssl/kssl.h:165: parse error before "kssl_validate_times"
/usr/include/openssl/kssl.h:165: parse error before "atime"
/usr/include/openssl/kssl.h:167: parse error before "kssl_check_authent"
/usr/include/openssl/kssl.h:167: parse error before '*' token
/usr/include/openssl/kssl.h:169: parse error before "enctype"
In file included from nsock_ssl.h:60,
from nsock_internal.h:69,
from nsock_connect.c:50:
/usr/include/openssl/ssl.h:909: parse error before "KSSL_CTX"
/usr/include/openssl/ssl.h:931: parse error before '}' token
make[1]: *** [nsock_connect.o] Error 1
make[1]: Leaving directory `/root/nmap-3.48/nsock/src'
make: *** [nsock/src/libnsock.a] Error 2
#### END make output ####
Any ideas how to get over this hump?
Thanks!
-Todd
---------------------------------------------------------------------
For help using this (nmap-dev) mailing list, send a blank email to
nmap-dev-help () insecure org . List run by ezmlm-idx (www.ezmlm.org).
-- MadHat at Unspecific.com `But I don't want to go among mad people,' Alice remarked. `Oh, you can't help that,' said the Cat: `we're all mad here...' -- Lewis Carroll - _Alice's_Adventures_in_Wonderland_ --------------------------------------------------------------------- For help using this (nmap-dev) mailing list, send a blank email to nmap-dev-help () insecure org . List run by ezmlm-idx (www.ezmlm.org).
Current thread:
- Problems building nmap with SSL Todd (Oct 09)
- Re: Problems building nmap with SSL MadHat (Oct 09)
- RE: Problems building nmap with SSL Khurt Williams (Oct 09)
- Re: Problems building nmap with SSL Michael Berg (Oct 09)
- Re: Problems building nmap with SSL MadHat (Oct 09)
