Burton Strauss a �crit :

> Read config.log - in fact, cut and past from it.  Both the success lines for the 
> others (it's only 1 or 2 per .h) and the whole of the failure for ssh.h.
>
> It could be that it FINDS ssh.h, but the test program won't compile due to some 
> other .h missing.  I agree it's odd, but until we see the real error message(s) from 
> config.log, it's only guesses...

Yeah, that's it.

Here is what fails :

In file included from /usr/include/openssl/ssl.h:179,
                 from configure:14800:
/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 configure:14800:

(and a bunch of parse errors, probably related to it).

krb5 is indeed present in /usr/kerberos/include, and in ssl.h we read #include 
<krb5.h>. Changing it to the correct path solves the problem. More a "bad 
openssl-devel (or kerberos-devel) package
version" issue than an Ntop problem I think.

At least I've learned something about configure today...

Thanks a lot Burton.

Lo�c



_______________________________________________
Ntop-dev mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev

Reply via email to