1826498 Members
1612 Online
109692 Solutions
New Discussion

Apache compilation error

 
John McDen
Regular Advisor

Apache compilation error

OS 11.0
Apache Ver 1.3.24

Do somebody have an idea what am I doing wrong.. I copied the mod_so.c file in the current dir I am installing, also tried to give the full path but I get the same error....

Getting error (./configure[858]: shared_mod_so.c=yes: not found.) when trying to compile Apache 1.3.24 with Dynamic Shared Object Support

#/icetmp/apache_1.3.24> ./configure --prefix=/opt/Apache/Apache1324 -enable-shared=mod_so.c
Configuring for Apache, Version 1.3.24
+ using installation path layout: Apache (config.layout)
./configure[858]: shared_mod_so.c=yes: not found.
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
+ checking for system header files
+ adding selected modules
+ using builtin Expat
+ checking sizeof various data types
+ doing sanity check on compiler and options
Creating Makefile in src/support
Creating Makefile in src/regex
Creating Makefile in src/os/unix
Creating Makefile in src/ap
Creating Makefile in src/main
Creating Makefile in src/lib/expat-lite
Creating Makefile in src/modules/standard
#/tmp/apache_1.3.24>

Thanks in advanc
New to HP
1 REPLY 1
John McDen
Regular Advisor

Re: Apache compilation error

I found the solutions...

./configure --prefix=/opt/Apache/Apache --enable-module=so

New to HP