I get the following error when I run make on libnasl under S9.2:

x -- Compiling
exec.c: In function `execute_nasl_script':
exec.c:1822: warning: assignment discards qualifiers from pointer target
type
nasl_func.c: In function `insert_nasl_func':
nasl_func.c:100: warning: passing arg 4 of `qsort' from incompatible pointer
type
In file included from regex.c:3840:
regex.c: In function `re_match_2':
regex.c:4601: warning: passing arg of `bcmp_translate' discards qualifiers
frompointer target type
regex.c:4601: warning: passing arg of `bcmp_translate' discards qualifiers
frompointer target type
/usr/local/ssl/lib/libcrypto.a(obj_dat.o)(.text+0x8ab): In function
`OBJ_create_objects':
: undefined reference to `__ctype_b'
/usr/local/ssl/lib/libcrypto.a(obj_dat.o)(.text+0x8d4): In function
`OBJ_create_objects':
: undefined reference to `__ctype_b'
/usr/local/ssl/lib/libcrypto.a(obj_dat.o)(.text+0x8f3): In function
`OBJ_create_objects':
: undefined reference to `__ctype_b'
/usr/local/ssl/lib/libcrypto.a(obj_dat.o)(.text+0x917): In function
`OBJ_create_objects':
: undefined reference to `__ctype_b'
/usr/local/ssl/lib/libcrypto.a(obj_dat.o)(.text+0x942): In function
`OBJ_create_objects':
: undefined reference to `__ctype_b'
/usr/local/ssl/lib/libcrypto.a(b_print.o)(.text+0x113): more undefined
references to `__ctype_b' follow
/usr/local/ssl/lib/libcrypto.a(x509_cmp.o)(.text+0x1a8): In function
`nocase_spacenorm_cmp':
: undefined reference to `__ctype_tolower'
/usr/local/ssl/lib/libcrypto.a(x509_cmp.o)(.text+0x1da): In function
`nocase_spacenorm_cmp':
: undefined reference to `__ctype_b'
/usr/local/ssl/lib/libcrypto.a(x509_cmp.o)(.text+0x36f): In function
`X509_NAME_cmp':
: undefined reference to `__ctype_tolower'
/usr/local/ssl/lib/libcrypto.a(v3_conf.o)(.text+0x397): In function
`v3_check_critical':
: undefined reference to `__ctype_b'
/usr/local/ssl/lib/libcrypto.a(v3_conf.o)(.text+0x437): In function
`v3_check_generic':
: undefined reference to `__ctype_b'
/usr/local/ssl/lib/libcrypto.a(v3_utl.o)(.text+0x65c): In function
`string_to_hex':
: undefined reference to `__ctype_b'
/usr/local/ssl/lib/libcrypto.a(v3_utl.o)(.text+0x66a): In function
`string_to_hex':
: undefined reference to `__ctype_tolower'
/usr/local/ssl/lib/libcrypto.a(v3_utl.o)(.text+0x67d): In function
`string_to_hex':
: undefined reference to `__ctype_tolower'
/usr/local/ssl/lib/libcrypto.a(v3_utl.o)(.text+0xc94): In function
`strip_spaces':
: undefined reference to `__ctype_b'
/usr/local/ssl/lib/libcrypto.a(bn_print.o)(.text+0x31e): In function
`BN_hex2bn':
: undefined reference to `__ctype_b'
/usr/local/ssl/lib/libcrypto.a(bn_print.o)(.text+0x4f8): In function
`BN_dec2bn':
: undefined reference to `__ctype_b'
collect2: ld returned 1 exit status
make[1]: *** [nasl] Error 1
make: *** [all] Error 2
**** An error occured :/


I also saw an error about libpcap not compiled under bison and flex...both
are present on this machine.

Anyone know of any special gotchas I need to fix first?

v/r
Jeff
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.13 - Release Date: 1/16/2005

_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to