Jan,

Have you used exactly this inaccurate spelling:
"--with-openssl-prpefix" to configure?

1) If yes, then this defaults to the first openssl
executable fount at path:
"$PATH:/sbin:/usr/sbin:/usr/local/ssl/bin"
Do you have openssl executable there and
which version it has?
(You may want to echo $PATH from "configure"
script to find out)

2) If not, please give details about your system,
compiler, and exact options used at pre-configure
stage of OpenCA.
Something ahead of errors from your compile log may
help too.

Also, what value for --with-openssl-prefix to you use?
E.g. if you want /usr/local/bin/openssl executable
you need to say "--with-openssl-prefix=/usr/local".

Asking because your error messages look unrelated to
those which accompany correct attempts to compile OCSPd with
OpenSSL-0.9.8.

Sergei

Rösner, Jan wrote:
Good morning listusers,

today I tried to compile OpenCA-OCSPD-1.0.5. Basis in my case is a OpenCA 0.9.2.4 and OpenSSL-0.9.8. The last one compiled from source. In ocspd README I found <trying to remember on> ... you will need OpenSSL 0.9.7 (best 0.9.7d) to be able to compile the ocspd ....
<trying to remember off>

Issuing --with-openssl-prpefix=/my/ssl/localtion did not work and I get errormessages like that.
/usr/lib/libssl.a(ssl_ciph.o)(.text+0x16f): In function `ssl_cipher_get_evp':
: undefined reference to `EVP_enc_null'
/usr/lib/libssl.a(ssl_ciph.o)(.text+0xe5d): In function 
`load_builtin_compressions':
: undefined reference to `COMP_zlib'
/usr/lib/libssl.a(ssl_lib.o)(.text+0x1d1c): In function `ssl_clear_cipher_ctx':
: undefined reference to `COMP_CTX_free'
/usr/lib/libssl.a(ssl_lib.o)(.text+0x1d34): In function `ssl_clear_cipher_ctx':
: undefined reference to `COMP_CTX_free'
/usr/lib/libssl.a(ssl_lib.o)(.text+0x38cc): In function 
`SSL_CTX_set_default_verify_paths':
: undefined reference to `X509_STORE_set_default_paths'
/usr/lib/libssl.a(ssl_lib.o)(.text+0x38dc): In function 
`SSL_CTX_load_verify_locations':
: undefined reference to `X509_STORE_load_locations'
/usr/lib/libssl.a(ssl_cert.o)(.text+0x79c): In function 
`SSL_add_dir_cert_subjects_to_stack':
: undefined reference to `OPENSSL_DIR_read'
/usr/lib/libssl.a(ssl_cert.o)(.text+0x850): In function 
`SSL_add_dir_cert_subjects_to_stack':
: undefined reference to `OPENSSL_DIR_end'
collect2: ld returned 1 exit status
make[2]: *** [ocspd] Error 1
make[2]: Leaving directory `/root/ocspd/OpenCA-OCSPD-1.0.5/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/ocspd/OpenCA-OCSPD-1.0.5/src'
make: *** [all-recursive] Error 1


So, is there any possibility to compile the OCSPD against OpenSSL-0.9.8 ? Any hints welcome.
Greets
Jan Roesner
[EMAIL PROTECTED]



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users





-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to