Burton, thanks for Your discussions thread. I downloaded the source from http://www.openssl.org and just did a complete build from scratch.
To be near the defaults of openssl I said ./Configure hpux-gcc Burton, You said: my == Falk's ./configure line of $ ./configure --with-ossl-root=/usr/local/ssl --no-create --no-recursion and expected the files in /usr/local/ssl/openssl/ssl.h (without include ) But: After my user built with defaults, the .h files are in /usr/local/ssl/include/openssl That means -in dependency of options- openssl places the files on different platforms in different places. possible Remedy: 1.) You have to add more places to search ---> a more global solution 2.) You define the openssl build options in a clear fashion, so the user built matches Your expectations. ---> may prohibit the usage of some prebuilt packages. Regards, F. -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ Bitte l�cheln! Fotogalerie online mit GMX ohne eigene Homepage! _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
