On Tue, Jul 20, 1999, randyk wrote:
> New to the list. Patched Apache 1.3.6 using RedHat Linux 6.0, openssl
> 0.9.3a, mod_ssl-2.3.5-1.3.6 and this happens:
>
> gcc -c -I./os/unix -I./include -DLINUX=2 -DMOD_SSL=203105 -DUSE_HSREGEX -DEAPI
>`./apaci` modules.c
> gcc -c -I./os/unix -I./include -DLINUX=2 -DMOD_SSL=203105 -DUSE_HSREGEX -DEAPI
>`./apaci` buildmark.c
> gcc -DLINUX=2 -DMOD_SSL=203105 -DUSE_HSREGEX -DEAPI `./apaci` -L/usr/local/ssl/lib
> \
> -o httpd buildmark.o modules.o modules/standard/libstandard.a
>modules/ssl/libssl.a modules/extra/libextra.a main/libmain.a ./os/unix/libos.a
>ap/libap.a regex/libregex.a -lm -lcrypt -lndbm -lssl -lcrypto
> /usr/local/ssl/lib/libcrypto.a(rsa_lib.o): In function `RSA_new_method':
> rsa_lib.o(.text+0x10): undefined reference to `RSA_PKCS1_RSAref'
> /usr/local/ssl/lib/libcrypto.a(err_all.o): In function `ERR_load_crypto_strings':
> err_all.o(.text+0x2d): undefined reference to `ERR_load_RSAREF_strings'
> collect2: ld returned 1 exit status
> make[2]: *** [target_static] Error 1
> make[2]: Leaving directory `/usr/src/apache_1.3.6/src'
> make[1]: *** [build-std] Error 2
> make[1]: Leaving directory `/usr/src/apache_1.3.6'
> make: *** [build] Error 2
>
> Can anyone suggest how/what I need to do to fix it?
libRSAglue.a is not linked in, but it's needed AFAIK.
Is this an OpenSSL bug?
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]