Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error message during compiler APACHE

Status
Not open for further replies.

22227788

MIS
May 4, 2003
1
TW
Hi there,

After finished openssl compiler on AIX 5.1.0, I went to compiler mod_ssl with apache, however, I've got the following error message:


bash-2.05a# cd mod_ssl-2.8.14-1.3.27/
bash-2.05a# ./configure > --with-apache=../apache_1.3.27 > --with-ssl=../openssl-0.9.6j > --prefix=/usr/local/src/apache_1.3.27
Configuring mod_ssl/2.8.14 for Apache/1.3.27
+ Apache location: ../apache_1.3.27 (Version 1.3.27)
+ OpenSSL location: ../openssl-0.9.6j
+ 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.27
+ using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
+ configured for IBM AIX 5.1 platform
+ setting C compiler to gcc
+ setting C pre-processor to gcc -E
+ checking for system header files
+ adding selected modules
o ssl_module uses ConfigStart/End
+ SSL interface: mod_ssl/2.8.14
+ 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: /usr/local/src/openssl-0.9.6j
+ SSL library version: OpenSSL 0.9.6j 10 Apr 2003
+ SSL library type: source tree only (stand-alone)
+ enabling Extended API (EAPI)
+ 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 -DAIX=51 -DUSE_PTHREAD_SERIALIZED_ACCEPT -U__STR__ -DAIX_BIND_PROCESSOR -DMOD_SSL=208114 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` -lm -lpthread -L/usr/local/src/openssl-0.9.6j -o helpers/dummy helpers/dummy.c -ldbm -lssl -lcrypto
collect2: Library libm not found
make: The error code from the last command is 1.


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

Aborting!
./configure:Error: APACI failed

Can anyone help me to solve this? Any help will be appricate... Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top