I am trying to compile Apache v1.3.22 (w/ mod_ssl, PHP4 and mod_auth_krb5) on a DEC True64 v5.0 system, and most of the compile goes along smoothly, but when it gets to src/modules, it bombs...
-=- <=== src/modules [...] gcc -DOSF1 -DMOD_SSL=208105 -I/home/plosher/httpd/php-4.1.0 -I/home/pl/httpd/php-4.1.0/main -I/home/pl/httpd/php-4.1.0/main -I/home/pl/httpd/php-4.1.0/Zend -I/home/pl/httpd/php-4.1.0/Zend -I/home/pl/httpd/php-4.1.0/TSRM -I/home/pl/httpd/php-4.1.0/TSRM -I/home/pl/httpd/php-4.1.0 -DEAPI -DUSE_EXPAT -I./lib/expat-lite -DKRB5 -DKRB_DEF_REALM=\"DEFAULT\" `./apaci` -L/usr/local/lib -o httpd buildmark.o modules.o modules/ssl/libssl.a modules/extra/libextra.a modules/php4/libphp4.a modules/standard/libstandard.a main/libmain.a ./os/unix/libos.a ap/libap.a lib/expat-lite/libexpat.a -L/usr/local/krb5/lib -lkrb5 /usr/local/krb5/lib/libk5crypto.a -lcom_err -Wl,-rpath,/usr/local/pgsql/lib -L/usr/local/pgsql/lib -Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4 -lpq -lresolv -lm -lresolv -lm -ldbm -lssl -lcrypto -lm /usr/bin/ld: /usr/local/lib/libssl.a(ssl_sess.o): SSL_SESSION_get_time: multiply defined /usr/local/lib/libssl.a(ssl_sess.o): SSL_SESSION_set_timeout: multiply defined /usr/local/lib/libssl.a(ssl_sess.o): SSL_SESSION_free: multiply defined /usr/local/lib/libssl.a(ssl_sess.o): SSL_get_session: multiply defined /usr/local/lib/libssl.a(ssl_lib.o): SSL_CTX_set_cipher_list: multiply defined /usr/local/lib/libssl.a(ssl_lib.o): SSL_CTX_new: multiply defined /usr/local/lib/libssl.a(ssl_lib.o): SSL_CTX_free: multiply defined /usr/local/lib/libssl.a(ssl_lib.o): SSL_CTX_get_cert_store: multiply defined /usr/local/lib/libssl.a(ssl_lib.o): SSL_clear: multiply defined /usr/local/lib/libssl.a(ssl_lib.o): SSL_get_current_cipher: multiply defined [...] collect2: ld returned 1 exit status *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop. -=- Has anyone encountered these 'multiply defined' errors, and figured out a way around them? Thanks - Peter Losher -- [EMAIL PROTECTED] - Internet Software Consortium - http://www.isc.org/ ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
