i'm trying to build Apache 1.3.29 with mod_ssl 2.8.16 as 64-bit application on HP-UX 11.00 using HP C/ANSI C compiler. the build fails during configuration phase. here's what happens:

gtar zxf ../apache_1.3.29.tar.gz
gtar zxf ../mod_ssl-2.8.16-1.3.29.tar.gz
cd mod_ssl-2.8.16-1.3.29
CC=cc CFLAGS="+DA2.0W +DS2.0" ./configure \
  --with-apache=../apache_1.3.29 --with-ssl=/opt/openssl/kb20dr2

======== Error Output for sanity check ========
cd ..; cc -DHPUX11 -Aa -Ae -D_HPUX_SOURCE -DMOD_SSL=208116 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED +DA2.0W +DS2.0 `./apaci` -L/opt/openssl/kb20dr2/lib -o helpers/dummy helpers/dummy.c -lm -lpthread -ldbm -lssl -lcrypto -lm
ld: Can't find library or mismatched ABI for -ldbm
Fatal error.
*** Error exit code 1

Stop.

after removing the '-ldbm' flag from CFLAGS (see attached patch) the compilation goes fine.

best regards,
--
                aspa

Attachment: modsslhpux64conf.patch
Description: Binary data



Reply via email to