Full_Name: Gabriel Hung
Version: 2.8.4-1.3.20
OS: Solaris 7
Submission from: (NULL) (128.107.248.220)
After fixed alloc.c file not found by renaming it to ap_alloc.c, it seems to
compile fine 'til it hit by another error as following:
ranlib libssl.a
<=== src/modules/ssl
<=== src/modules
gcc -c -I./os/unix -I./include -DSOLARIS2=270 -DMOD_SSL=208104 -DEAPI
-DUSE_E
XPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` modules.c
gcc -c -I./os/unix -I./include -DSOLARIS2=270 -DMOD_SSL=208104 -DEAPI
-DUSE_E
XPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` buildmark.c
gcc -DSOLARIS2=270 -DMOD_SSL=208104 -DEAPI -DUSE_EXPAT -I./lib/expat-lite
-DNO_
DL_NEEDED `./apaci` -L/user/applications/build_install/openssl-0.9.6a \
-o httpd buildmark.o modules.o modules/ssl/libssl.a
modules/standard/lib
standard.a main/libmain.a ./os/unix/libos.a ap/libap.a
lib/expat-lite/libexp
at.a -lsocket -lnsl -lssl -lcrypto
Undefined first referenced
symbol in file
ERR_load_RSAREF_strings
/user/applications/build_install/openssl-0.9
.6a/libcrypto.a(err_all.o)
RSA_PKCS1_RSAref
/user/applications/build_install/openssl-0.9
.6a/libcrypto.a(rsa_lib.o)
ld: fatal: Symbol referencing errors. No output written to httpd
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `target_static'
Current working directory /user/applications/build_install/apache_1.3.20/src
*** Error code 1
make: Fatal error: Command failed for target `build-std'
Current working directory /user/applications/build_install/apache_1.3.20
*** Error code 1
make: Fatal error: Command failed for target `build'
I looked at the code. ERR_load_RSAREF_strings and RSA_PKCS1_RSAref is defined
in rsar_err.c and rsaref.c/rsaref.h respectively under openssl-0.9.6a/rsaref/
directory. I wonder why.
Thank you very much,
Gabriel
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]