Let's talk again on the mailinglist, maybe some other people might find this
useful ...
Paul Pianta wrote:
> On Tue, 2005-02-08 at 17:29 +0100, Sebastian M=?ISO-8859-1?B?/A==?=sch
> wrote:
>> Hi,
>>
>> Try to install openssl with development-libraries before compiling, then the
>> funtions like "ssl_connect_timeout" may be available and not "undeclared"
>> ;-)
>
> openssl is installed and I installed openssl-devel and re-tried the
> build - same error :(
>
> Sorry I forgot to mention that this on a Fedora Core 1 machine ...
So OpenSSL is installed, but ...
>>> gcc -Wall -I. -I/root/nessus/source/nessus-core/include -
>>> I/usr/local/include/nessus -I/usr/local/include/nessus "-
>>> DNESSUSD_CONFDIR=\"/usr/local/etc\"" "-DNESSUSD_STATEDIR=
>>> \"/usr/local/var/nessus\"" "-DNESSUSD_DATADIR=\"/usr/local/etc/nessus\""
>>> "-DNESSUSD_LIBDIR=\"/usr/local/lib/nessus\"" "-DNESSUSD_PLUGINS=
>>> \"/usr/local/lib/nessus/plugins\"" "-DNESSUSD_REPORTS=
>>> \"/usr/local/lib/nessus/reports\"" -DNESSUSD_SHAREDSTATEDIR=
>>> \"/usr/local/com/nessus\" -DNESSUSD_LOGDIR=\"/usr/local/var/nessus/logs
>>> \" -I. -I/root/nessus/source/nessus-core/include -DHAVE_CONFIG_H
>>> -c nessus-fetch.c
... therer's missing the include like "-DNESSUS_ON_SSL -DHAVE_SSL
-I/usr/include/openssl". Seems like configure didn't find openssl, where's
openssl installed on your disc. If you found your include files and
libraries you should set the COMPILER-Flags with a command like ...
setenv CFLAGS "-DNESSUS_ON_SSL -DHAVE_SSL -I/path/to/ssl/includes"
setenv LDFLAGS "-L/path/to/ssl-libs"
.. i think that should do the trick. Maybe somebody should add a
configure-option for this to the script.
cu
Sebastian
--
.:'
_ :'_
.`_`-'_`. Sebastian M�sch
:__|\ /|__: [EMAIL PROTECTED]
:__| S |__:
:__| |__: iTunes ist aus :-(
`._.-._.'
_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus