I am trying to compile apache_1.3.17 on HP-UX 10.20 and I am getting
the following problem when running make, can anyone give me an idea
what is the problem here:
My configure command looks like this (I have tried it without the
CFLAGS line as well):
SSL_BASE=../openssl-0.9.6 \
EAPI=../mm-1.1.3 \
CFLAGS='-fPIC' \
./configure \
--prefix=/opt/perl5/apache \
--target=apache_1.3.17 \
--enable-module=ssl \
--enable-shared=ssl \
--disable-rule=SSL_COMPAT \
--activate-module=src/modules/perl/libperl.a \
--enable-module=perl \
--enable-module=proxy \
--enable-module=so \
--disable-module=actions \
--disable-module=asis \
--disable-module=imap \
--disable-module=include \
--disable-module=negotiation
[ snip ]
===> src/modules/ssl
rm -f libssl.so
ld -L/opt/apache/src/openssl-0.9.6 -b -o libssl.so mod_ssl.lo
ssl_engine_config.lo ssl_engine_compat.lo ssl_engine_ds.lo
ssl_engine_dh.lo ssl_engine_init.lo ssl_engine_kernel.lo
ssl_engine_rand.lo ssl_engine_io.lo ssl_engine_log.lo
ssl_engine_mutex.lo ssl_engine_pphrase.lo ssl_engine_vars.lo
ssl_engine_ext.lo ssl_scache.lo ssl_scache_dbm.lo ssl_scache_shmht.lo
ssl_scache_shmcb.lo ssl_expr.lo ssl_expr_scan.lo ssl_expr_parse.lo
ssl_expr_eval.lo ssl_util.lo ssl_util_ssl.lo ssl_util_sdbm.lo
ssl_util_table.lo -ldbm -lssl -lcrypto
-L/var/iefadmn/gnu/usr/lib/gcc-lib/hppa1.0-hp-hpux10.20/2.8.1 -lgcc
ld: Data Linkage Table (+z) overflow in file ssl_engine_config.lo -
use +Z option to recompile
Reference from: ssl_engine_config.lo(0x24)
[ snip ]
ld: Data Linkage Table (+z) overflow in file ssl_engine_dh.lo - use
+Z option to recompile
Reference from: ssl_engine_dh.lo(0x40)
[ snip ]
ld: Data Linkage Table (+z) overflow in file ssl_engine_init.lo - use
+Z option to recompile
Reference from: ssl_engine_init.lo(0x28)
[ snip ]
ld: Data Linkage Table (+z) overflow in file ssl_engine_init.lo - use
+Z option to recompile
Reference from: ssl_engine_init.lo(0x70)
ld: Data Linkage Table (+z) overflow in file ssl_engine_kernel.lo -
use +Z option to recompile
Reference from: ssl_engine_kernel.lo(0x40)
[ snip ]
ld: Data Linkage Table (+z) overflow in file ssl_engine_rand.lo - use
+Z option to recompile
Reference from: ssl_engine_rand.lo(0x2c)
[ snip ]
ld: Data Linkage Table (+z) overflow in file ssl_engine_io.lo - use
+Z option to recompile
Reference from: ssl_engine_io.lo(0x98)
[ snip ]
ld: Data Linkage Table (+z) overflow in file ssl_engine_mutex.lo -
use +Z option to recompile
Reference from: ssl_engine_mutex.lo(0x24)
[ snip ]
ld: Data Linkage Table (+z) overflow in file ssl_engine_pphrase.lo -
use +Z option to recompile
Reference from: ssl_engine_pphrase.lo(0x38)
[ snip ]
ld: Data Linkage Table (+z) overflow in file ssl_engine_vars.lo - use
+Z option to recompile
Reference from: ssl_engine_vars.lo(0x2c)
ld: Data Linkage Table (+z) overflow in file ssl_engine_ext.lo - use
+Z option to recompile
Reference from: ssl_engine_ext.lo(0x30)
ld: Data Linkage Table (+z) overflow in file ssl_scache.lo - use +Z
option to recompile
Reference from: ssl_scache.lo(0x24)
[ snip ]
ld: Data Linkage Table (+z) overflow in file ssl_scache_dbm.lo - use
+Z option to recompile
Reference from: ssl_scache_dbm.lo(0x24)
[ snip ]
ld: Data Linkage Table (+z) overflow in file ssl_scache_shmht.lo -
use +Z option to recompile
Reference from: ssl_scache_shmht.lo(0x20)
[ snip ]
ld: Data Linkage Table (+z) overflow in file ssl_expr.lo - use +Z
option to recompile
Reference from: ssl_expr.lo(0x28)
[ snip ]
ld: Data Linkage Table (+z) overflow in file ssl_expr_scan.lo - use
+Z option to recompile
Reference from: ssl_expr_scan.lo(0x64)
[ snip ]
ld: Data Linkage Table (+z) overflow in file ssl_expr_parse.lo - use
+Z option to recompile
Reference from: ssl_expr_parse.lo(0x14)
[ snip ]
ld: Data Linkage Table (+z) overflow in file ssl_expr_eval.lo - use
+Z option to recompile
Reference from: ssl_expr_eval.lo(0x1a4)
[ snip ]
ld: Data Linkage Table (+z) overflow in file ssl_util.lo - use +Z
option to recompile
Reference from: ssl_util.lo(0x58)
ld: Invalid fixups exist
make[4]: *** [libssl.so] Error 1
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/opt/apache/src/apache_1.3.17/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/opt/apache/src/apache_1.3.17'
make: *** [build] Error 2
Kees Vonk
Internet Programmer
7249 27705
______________________________________________________________________
The views expressed in this email are not necessarily the views of
Transco plc, and the company, its directors, officers or employees
make no representation or accept any liability for its accuracy or
completeness unless expressly stated to the contrary.
This e-mail, and any attachments are strictly confidential and
intended for the addressee(s) only. The content may also contain
legal, professional or other privileged information. If you are not
the intended recipient, could you please notify the sender
immediately and then delete the e-mail and any attachments, you
should not disclose, copy or take any action in reliance of this
transmission. Unless expressly stated to the contrary, no contracts
may be concluded on behalf of Transco plc by means of e-mail
communication.
You may report the matter by calling us on +44 (0)1455 230999.
You should not copy, forward or otherwise disclose the contents of
this e-mail or any of its attachments without express consent.
Please ensure you have adequate virus protection before you open or
detach any documents from this transmission. Transco plc does not
accept any liability for viruses.
Transco plc is part of Lattice Group
Transco plc is registered in England: Company number: 2006000
Registered Office: 130 Jermyn Street, London, SW1Y 4UR
http://www.transco.uk.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]