ssl configure problem on solaris 8
list Daniel Hartwig
Hello ! I have a ssl configure problem on solaris 8 : Checking for OpenSSL ... test-ssl.c:1:30: openssl/opensslv.h: No such file or directory test-ssl.c:2:25: openssl/ssl.h: No such file or directory test-ssl.c:3:26: openssl/rand.h: No such file or directory test-ssl.c:4:25: openssl/err.h: No such file or directory test-ssl.c:5:25: openssl/evp.h: No such file or directory test-ssl.c:8:2: #error SSL-protocol testing requires OpenSSL version 0.9.5 or later test-ssl.c: In function `main': test-ssl.c:13: warning: implicit declaration of function `SSL_library_init' make: *** [test-compile] Error 1 WARNING: OpenSSL include files found in /server/include/openssl, but compile fails. gcc: test-ssl.o: No such file or directory make: *** [test-link] Error 1 WARNING: OpenSSL library files found in /server/lib, but link fails. Continuing with SSL support disabled. The same ssl version works fine with bigbrother. And the files are exsisting (e.g. openssl/opensslv.h , openssl/ssl.h, ...) Could you help me ? Best regards Daniel
list Pkc_mls
▸
user-1b4fc4db2b2e@xymon.invalid a écrit :
Hello ! I have a ssl configure problem on solaris 8 : Checking for OpenSSL ... test-ssl.c:1:30: openssl/opensslv.h: No such file or directory test-ssl.c:2:25: openssl/ssl.h: No such file or directory test-ssl.c:3:26: openssl/rand.h: No such file or directory test-ssl.c:4:25: openssl/err.h: No such file or directory test-ssl.c:5:25: openssl/evp.h: No such file or directory test-ssl.c:8:2: #error SSL-protocol testing requires OpenSSL version 0.9.5 or later test-ssl.c: In function `main': test-ssl.c:13: warning: implicit declaration of function `SSL_library_init' make: *** [test-compile] Error 1 WARNING: OpenSSL include files found in /server/include/openssl, but compile fails. gcc: test-ssl.o: No such file or directory make: *** [test-link] Error 1 WARNING: OpenSSL library files found in /server/lib, but link fails. Continuing with SSL support disabled.
hello, perhaps the include dir is not complete. try to modify the parameters in the configure script and add "-I /usr/local/include" to the -I parameters.
▸
The same ssl version works fine with bigbrother. And the files are exsisting (e.g. openssl/opensslv.h , openssl/ssl.h, ...) Could you help me ? Best regards Daniel
list Josh Luthman
It is looking for the development libraries. Did you install OpenSSL from the source or did you use a binary package?
▸
On 10/18/07, pkc_mls <user-06f34394900f@xymon.invalid> wrote:user-1b4fc4db2b2e@xymon.invalid a écrit :Hello ! I have a ssl configure problem on solaris 8 : Checking for OpenSSL ... test-ssl.c:1:30: openssl/opensslv.h: No such file or directory test-ssl.c:2:25: openssl/ssl.h: No such file or directory test-ssl.c:3:26: openssl/rand.h: No such file or directory test-ssl.c:4:25: openssl/err.h: No such file or directory test-ssl.c:5:25: openssl/evp.h: No such file or directory test-ssl.c:8:2: #error SSL-protocol testing requires OpenSSL version 0.9.5 or later test-ssl.c: In function `main': test-ssl.c:13: warning: implicit declaration of function `SSL_library_init' make: *** [test-compile] Error 1 WARNING: OpenSSL include files found in /server/include/openssl, but compile fails. gcc: test-ssl.o: No such file or directory make: *** [test-link] Error 1 WARNING: OpenSSL library files found in /server/lib, but link fails. Continuing with SSL support disabled.hello, perhaps the include dir is not complete. try to modify the parameters in the configure script and add "-I /usr/local/include" to the -I parameters.The same ssl version works fine with bigbrother. And the files are exsisting (e.g. openssl/opensslv.h , openssl/ssl.h, ...) Could you help me ? Best regards Daniel
--
Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX
Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer
list Daniel Hartwig
Thanks for your help. Now it works... The directory /server/include/openssl was false. /server/include is the correct directory. Now the skript finds the files... "Josh Luthman" <user-4c45a83f15cb@xymon.invalid> 18.10.2007 15:53 Bitte antworten an user-ae9b8668bcde@xymon.invalid An user-ae9b8668bcde@xymon.invalid Kopie Thema Re: [hobbit] ssl configure problem on solaris 8
▸
It is looking for the development libraries. Did you install OpenSSL from
the source or did you use a binary package?
On 10/18/07, pkc_mls < user-06f34394900f@xymon.invalid> wrote:
user-1b4fc4db2b2e@xymon.invalid a écrit :Hello ! I have a ssl configure problem on solaris 8 : Checking for OpenSSL ... test-ssl.c:1:30: openssl/opensslv.h: No such file or directory test-ssl.c:2:25: openssl/ssl.h: No such file or directory test-ssl.c:3:26: openssl/rand.h: No such file or directory test-ssl.c:4:25: openssl/err.h: No such file or directory test-ssl.c:5:25: openssl/evp.h: No such file or directory test-ssl.c:8:2: #error SSL-protocol testing requires OpenSSL version 0.9.5 or later test-ssl.c: In function `main': test-ssl.c:13: warning: implicit declaration of function `SSL_library_init' make: *** [test-compile] Error 1 WARNING: OpenSSL include files found in /server/include/openssl, but compile fails. gcc: test-ssl.o: No such file or directory make: *** [test-link] Error 1 WARNING: OpenSSL library files found in /server/lib, but link fails. Continuing with SSL support disabled.
hello, perhaps the include dir is not complete. try to modify the parameters in the configure script and add "-I /usr/local/include" to the -I parameters.
The same ssl version works fine with bigbrother. And the files are exsisting (e.g. openssl/opensslv.h , openssl/ssl.h, ...) Could you help me ? Best regards Daniel
-- Josh Luthman Office: XXX-XXX-XXXX Direct: XXX-XXX-XXXX XXXX Wayne St Suite XXXX Troy, OH XXXXX Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer