I downloaded the 990520 snapshot along with
the open-ssl-0.9.3.0 package.

I think there are something that is missing in the
snapshot tar though...

At compiletime of the apache server I got the following error:
../../apaci` -DSSL_COMPAT
-I/export2/home/leli/apache-server/openssl-0.9.3.0/include
-DMOD_SSL_VERSION=\"2.3.0\" ssl_util_sdbm.c
rm -f libssl.a
ar cr libssl.a mod_ssl.o ssl_engine_config.o ssl_engine_compat.o ssl_engine_ds.o
 ssl_engine_dh.o ssl_engine_init.o ssl_engine_kernel.o ssl_engine_rand.o
ssl_engine_io.o ssl_engine_log.o ssl_engine_mutex.o ssl_engine_pphrase.o
ssl_engine_scache.o ssl_engine_vars.o ssl_engine_ext.o ssl_expr.o
ssl_expr_scan.o ssl_expr_parse.o ssl_expr_eval.o ssl_util.o ssl_util_ssl.o
ssl_util_sdbm.o
ar: cannot open ssl_engine_dh.o
        No such file or directory
ar: ssl_engine_dh.o not found
*** Error code 1

I made a test to remove the reference to ssl_engine_dh.o from the Makefile
(didn't feel too good though..) but got just another problem with the linker
instead...

      -o httpd buildmark.o modules.o  modules/ssl/libssl.a
modules/standard/libstandard.a  main/libmain.a  ./os/unix/libos.a  ap/libap.a
-lsocket -lnsl  -lssl -lcrypto
modules/ssl/libssl.a(ssl_engine_init.o): In function `ssl_init_Module':
ssl_engine_init.o(.text+0x4dc): undefined reference to `ssl_dh_GetTmpParam'
ssl_engine_init.o(.text+0x524): undefined reference to `ssl_dh_GetTmpParam'
collect2: ld returned 1 exit status


/Lena


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to