You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Wheeler, Richard" <Ri...@CINFIN.com> on 2004/10/10 04:44:41 UTC

[users@httpd] Compling httpd-2.0.47/server on AIX 5.1 issue with making export_ vars.h

We have built this previously on AIX 4.3.3 with no problem and have been
running apache for over a year.  The system was recently upgraded to AIX 5.1
now we get an error in the make.  Using GNU make 3.80, GCC 3.3.3
 
The config.nice:
#! /bin/sh
#
# Created by configure
 
"configure" \
"--prefix=/mksDev/local/apache2" \
"--with-mpm=worker" \
"--enable-modules=info" \
"--libdir=/mksDev/local/apache2/lib" \
"--enable-so" \
"--verbose" \
"$@"
 
log file from server make:
 
server/mpm/worker builds ok
server/mpm builds ok
 
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `/mksDev/Tools/Apache/httpd-2.0.47/build/rules.mk' (search
path) (no ~ expansion)...
Reading makefile `/mksDev/Tools/Apache/httpd-2.0.47/build/config_vars.mk'
(search path) (no ~ expansion)...
Reading makefile `/mksDev/Tools/Apache/httpd-2.0.47/server/.deps' (search
path) (no ~ expansion)...
Reading makefile `/mksDev/Tools/Apache/httpd-2.0.47/build/library.mk'
(search path) (no ~ expansion)...
Updating goal targets....
Considering target file `local-all'.
 File `local-all' does not exist.
  Considering target file `delete-exports'.
   File `delete-exports' does not exist.
   Finished prerequisites of target file `delete-exports'.
  Must remake target `delete-exports'.
make[1]: Entering directory `/mksDev/Tools/Apache/httpd-2.0.47/server'
find: 0652-010 The starting directory is not valid.
... a bunch of these find errors....
  No need to remake target `libmain.la'.
  Considering target file `export_vars.h'.
   File `export_vars.h' does not exist.
    Pruning file `export_files'.
   Finished prerequisites of target file `export_vars.h'.
  Must remake target `export_vars.h'.
nawk -f /mksDev/Tools/Apache/httpd-2.0.47/build/make_var_export.awk `cat
export_files` > export_vars.h
awk: 0602-533 Cannot find or open file
/mksDev/local/Apache/httpd-2.0.47/include/ap_compat.h.
 The source line number is 60.
make[1]: *** [export_vars.h] Error 2
make[1]: Leaving directory `/mksDev/Tools/Apache/httpd-2.0.47/server'
make: *** [all-recursive] Error 1

Now the file ap_compat.h does exist so I do not understand why this is
failing.
 
Your help is appreciated.
 
Thanks
rw