Operating System - HP-UX
1823750 Members
3934 Online
109664 Solutions
New Discussion юеВ

apache-1.3.31 + mod_ssl compile issue

 

apache-1.3.31 + mod_ssl compile issue

Hi

Please help about the small problem at compiling
mod_ssl.

problem like this ...

> ./configure --with-apache=../apache_1.3.31 --with-ssl=../openssl-0.9.7d --with-mm=../mm-1.3.1
Configuring mod_ssl/2.8.19 for Apache/1.3.31
+ Apache location: ../apache_1.3.31 (Version 1.3.31)
+ OpenSSL location: ../openssl-0.9.7d
+ MM location: ../mm-1.3.1
+ Auxiliary patch tool: ./etc/patch/patch (local)
+ Applying packages to Apache source tree:
o Extended API (EAPI)
o Distribution Documents
o SSL Module Source
o SSL Support
o SSL Configuration Additions
o SSL Module Documentation
o Addons
Done: source extension and patches successfully applied.

Configuring for Apache, Version 1.3.31
+ using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
+ configured for HP-UX 11 platform
+ setting C compiler to gcc
+ setting C pre-processor to gcc -E
+ using "tr [a-z] [A-Z]" to uppercase
+ checking for system header files
+ adding selected modules
o ssl_module uses ConfigStart/End
+ SSL interface: mod_ssl/2.8.19
+ SSL interface build type: OBJ
+ SSL interface compatibility: enabled
+ SSL interface experimental code: disabled
+ SSL interface conservative code: disabled
+ SSL interface vendor extensions: disabled
+ SSL interface plugin: Configured DBM (-ldbm)
+ SSL library path: /var/home/admin/src/tmp/openssl-0.9.7d
+ SSL library version: OpenSSL 0.9.7d 17 Mar 2004
+ SSL library type: source tree only (stand-alone)
+ enabling Extended API (EAPI)
using MM library: ../../mm-1.3.1 (source-tree only)
+ using builtin Expat
+ checking sizeof various data types
+ doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed. The below error output from the compilation
** test will give you an idea what is failing. Note that
** Apache requires an ANSI C Compiler, such as gcc.

======== Error Output for sanity check ========
cd ..; gcc -DHPUX11 -DMOD_SSL=208119 -DUSE_HSREGEX -DEAPI -DEAPI_MM -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` -I./../../mm-1.3.1 -L/var/home/admin/src/tmp/openssl-0.9.7d -L./../../mm-1.3.1/.libs -o helpers/dummy helpers/dummy.c -lm -lpthread -ldbm -lssl -lcrypto -lmm -lm
ld: Can't find library or mismatched ABI for -ldbm
Fatal error.
collect2: ld returned 1 exit status
*** Error exit code 1

Stop.
============= End of Error Report =============

2 REPLIES 2
Ken Penland_1
Trusted Contributor

Re: apache-1.3.31 + mod_ssl compile issue

check out this thread:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=40804

in this case, it looks like it is an issue between 32 bit and 64 bit..
'

Re: apache-1.3.31 + mod_ssl compile issue

Dear Mr.Penland

Thank you for good information.