You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Al Banard <te...@hotmail.com> on 2002/06/04 12:00:21 UTC

Proxy compile problems RH7.2 apache2.0.36

Hi All,

I'm trying to set up apache 2.0.36 as a proxy. I've used the 
--enable-module=proxy command while configuring and have uncommented the 
relevant sections in the conf file. Pointed my browser to the port specified 
in conf and even allowed all to access the proxy. Nothing seems to work. All 
I get is the local Apache docs page or an "object not found 404 error". 
After reading through a few posts I checked my config.log file and it seems 
that the proxy module never got compiled in.i.e.

configure:6483: checking whether to enable mod_cache
configure:6521: result: no

I'm a newbie. Can anyone please offer any advise?

Al



Below is the config.log file that was generated. I've cut most of it out 
because it was so long, hopefully the most useful parts are still here.


---------------------------




This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.53.  Invocation command line was

  $ ./configure --prefix=/usr/local/apache2_36_proxy --enable-module=proxy

## --------- ##
## Platform. ##
## --------- ##

hostname = dip
uname -m = i686
uname -r = 2.4.7-10
uname -s = Linux
uname -v = #1 Thu Sep 6 17:27:27 EDT 2001

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/java/j2sdk1.4.0/bin
PATH: /root/bin


## ----------- ##
## Core tests. ##
## ----------- ##

...

configure:6432: result: no
configure:6483: checking whether to enable mod_cache
configure:6521: result: no
configure:6569: checking whether to enable mod_disk_cache
configure:6607: result: no
configure:6655: checking whether to enable mod_mem_cache
configure:6693: result: no
configure:6741: checking whether to enable mod_example
configure:6779: result: no
configure:6827: checking whether to enable mod_ext_filter
configure:6865: result: no
configure:6913: checking whether to enable mod_case_filter
configure:6951: result: no
configure:6999: checking whether to enable mod_case_filter_in
configure:7037: result: no
configure:7086: checking whether to enable mod_deflate

...

configure:10733: $? = 0
configure:10736: test -s conftest
configure:10739: $? = 0
configure:10749: result: yes
configure:10760: checking which MPM to use
configure:10776: result: prefork
configure:11415: checking whether to enable mod_http
configure:11453: result: yes
configure:11501: checking whether to enable mod_mime
configure:11539: result: yes (default)
configure:11601: checking for extra modules
configure:11646: result: no extra modules
configure:11670: checking whether to enable mod_dav
configure:11708: result: no
configure:11809: checking whether to enable mod_status
configure:11847: result: yes (default)
configure:11895: checking whether to enable mod_autoindex
configure:11933: result: yes (default)
configure:11981: checking whether to enable mod_asis
configure:12019: result: yes (default)
configure:12067: checking whether to enable mod_info
configure:12105: result: no
configure:12153: checking whether to enable mod_suexec
configure:12205: result: no
configure:12455: checking whether to enable mod_cgi
configure:12493: result: yes (default)
configure:12541: checking whether to enable mod_cgid
configure:12579: result: no
configure:13016: checking whether to enable mod_dav_fs
configure:13054: result: no
configure:13128: checking whether to enable mod_vhost_alias
configure:13166: result: no
configure:13214: checking whether to enable mod_negotiation
configure:13252: result: yes (default)
configure:13300: checking whether to enable mod_dir
configure:13338: result: yes (default)
configure:13386: checking whether to enable mod_imap
configure:13424: result: yes (default)
configure:13472: checking whether to enable mod_actions
configure:13510: result: yes (default)
configure:13558: checking whether to enable mod_speling
configure:13596: result: no
configure:13644: checking whether to enable mod_userdir
configure:13682: result: yes (default)
configure:13730: checking whether to enable mod_alias
configure:13768: result: yes (default)
configure:13817: checking whether to enable mod_rewrite
configure:13890: result: no
configure:13971: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT 
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE 
-I/root/downloads2/httpd-2.0.36/srclib/apr/include 
-I/root/downloads2/httpd-2.0.36/srclib/apr/include conftest.c >&5
configure:13974: $? = 0
configure:13977: test -s conftest.o
configure:13980: $? = 0
configure:14005: checking whether to enable mod_so
configure:14043: result: yes
configure:14399: checking whether byte ordering is bigendian
configure:14429: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT 
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
configure:14432: $? = 0
configure:14435: test -s conftest.o
configure:14438: $? = 0
configure:14465: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT 
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
configure: In function `main':
configure:14455: `not' undeclared (first use in this function)
configure:14455: (Each undeclared identifier is reported only once
configure:14455: for each function it appears in.)
configure:14455: parse error before `big'
configure:14468: $? = 1
configure: failed program was:
#line 14441 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
#if BYTE_ORDER != BIG_ENDIAN
not big endian
#endif

  ;
  return 0;
}
configure:14582: result: no
configure:15187: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.53.  Invocation command line was

  CONFIG_FILES    =
  CONFIG_HEADERS  =
  CONFIG_LINKS    =
  CONFIG_COMMANDS =
  $ ./config.status

on dip

config.status:715: creating docs/conf/httpd-std.conf
config.status:715: creating include/ap_config_layout.h
config.status:715: creating support/apxs
config.status:715: creating support/apachectl
config.status:715: creating support/dbmmanage
config.status:715: creating support/envvars-std
config.status:715: creating support/log_server_status
config.status:715: creating support/logresolve.pl
config.status:715: creating support/phf_abuse_log.cgi
config.status:715: creating support/split-logfile
config.status:715: creating build/rules.mk
config.status:819: creating include/ap_config_auto.h
config.status:1099: executing default commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_bindprocessor=no
ac_cv_func_getgrnam=yes
ac_cv_func_getpwnam=yes
ac_cv_func_initgroups=yes
ac_cv_func_killpg=yes
ac_cv_func_setsid=yes
ac_cv_func_syslog=yes
ac_cv_func_timegm=yes
ac_cv_func_times=yes
ac_cv_header_bstring_h=no
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_pwd_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_processor_h=no
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_sem_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_mkdir_p=yes
ac_cv_objext=o
ac_cv_path_RM=/bin/rm
ac_cv_path_install=$'/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP=$'gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_search_strerror=$'none required'
ac_cv_struct_tm_gmtoff=yes
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
ac_cv_type_rlim_t=yes
apache_cv_mpm=prefork

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define STDC_HEADERS 1
#define HAVE_STRING_H 1
#define HAVE_LIMITS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_PWD_H 1
#define HAVE_GRP_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_SEM_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_GETPWNAM 1
#define HAVE_GETGRNAM 1
#define HAVE_INITGROUPS 1
#define HAVE_TIMEGM 1
#define HAVE_GMTOFF 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SEM_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SETSID 1
#define HAVE_KILLPG 1
#define HAVE_UNISTD_H 1
#define HAVE_SYSLOG 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_TIMES 1
#define AP_USING_AUTOCONF 1
#define SINGLE_LISTEN_UNSERIALIZED_ACCEPT 1
#define AP_SIG_GRACEFUL SIGUSR1
#define AP_SIG_GRACEFUL_STRING "SIGUSR1"
#define AP_SIG_GRACEFUL_SHORT USR1
#define HTTPD_ROOT "/usr/local/apache2_36_proxy"
#define SERVER_CONFIG_FILE "conf/httpd.conf"
#define APACHE_MPM_DIR "server/mpm/prefork"

configure: exit 0





_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: Proxy compile problems RH7.2 apache2.0.36

Posted by Andy Cutright <ac...@borland.com>.
hi al,

we use the --enable-module=most --enable-shared=max switches when running
configure prior to building and are able to build mod_proxy and mod_cache as
DSOs no problem with 2.0.35. hth,

cheers,
andy

Al Banard wrote:

> Hi All,
>
> I'm trying to set up apache 2.0.36 as a proxy. I've used the
> --enable-module=proxy command while configuring and have uncommented the
> relevant sections in the conf file. Pointed my browser to the port specified
> in conf and even allowed all to access the proxy. Nothing seems to work. All
> I get is the local Apache docs page or an "object not found 404 error".
> After reading through a few posts I checked my config.log file and it seems
> that the proxy module never got compiled in.i.e.
>
> configure:6483: checking whether to enable mod_cache
> configure:6521: result: no
>
> I'm a newbie. Can anyone please offer any advise?
>
> Al
>
> Below is the config.log file that was generated. I've cut most of it out
> because it was so long, hopefully the most useful parts are still here.
>
> ---------------------------
>
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> It was created by configure, which was
> generated by GNU Autoconf 2.53.  Invocation command line was
>
>   $ ./configure --prefix=/usr/local/apache2_36_proxy --enable-module=proxy
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = dip
> uname -m = i686
> uname -r = 2.4.7-10
> uname -s = Linux
> uname -v = #1 Thu Sep 6 17:27:27 EDT 2001
>
> /usr/bin/uname -p = unknown
> /bin/uname -X     = unknown
>
> /bin/arch              = i686
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> hostinfo               = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
>
> PATH: /usr/kerberos/sbin
> PATH: /usr/kerberos/bin
> PATH: /usr/local/sbin
> PATH: /sbin
> PATH: /usr/sbin
> PATH: /bin
> PATH: /usr/bin
> PATH: /usr/X11R6/bin
> PATH: /usr/local/bin
> PATH: /usr/java/j2sdk1.4.0/bin
> PATH: /root/bin
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> ...
>
> configure:6432: result: no
> configure:6483: checking whether to enable mod_cache
> configure:6521: result: no
> configure:6569: checking whether to enable mod_disk_cache
> configure:6607: result: no
> configure:6655: checking whether to enable mod_mem_cache
> configure:6693: result: no
> configure:6741: checking whether to enable mod_example
> configure:6779: result: no
> configure:6827: checking whether to enable mod_ext_filter
> configure:6865: result: no
> configure:6913: checking whether to enable mod_case_filter
> configure:6951: result: no
> configure:6999: checking whether to enable mod_case_filter_in
> configure:7037: result: no
> configure:7086: checking whether to enable mod_deflate
>
> ...
>
> configure:10733: $? = 0
> configure:10736: test -s conftest
> configure:10739: $? = 0
> configure:10749: result: yes
> configure:10760: checking which MPM to use
> configure:10776: result: prefork
> configure:11415: checking whether to enable mod_http
> configure:11453: result: yes
> configure:11501: checking whether to enable mod_mime
> configure:11539: result: yes (default)
> configure:11601: checking for extra modules
> configure:11646: result: no extra modules
> configure:11670: checking whether to enable mod_dav
> configure:11708: result: no
> configure:11809: checking whether to enable mod_status
> configure:11847: result: yes (default)
> configure:11895: checking whether to enable mod_autoindex
> configure:11933: result: yes (default)
> configure:11981: checking whether to enable mod_asis
> configure:12019: result: yes (default)
> configure:12067: checking whether to enable mod_info
> configure:12105: result: no
> configure:12153: checking whether to enable mod_suexec
> configure:12205: result: no
> configure:12455: checking whether to enable mod_cgi
> configure:12493: result: yes (default)
> configure:12541: checking whether to enable mod_cgid
> configure:12579: result: no
> configure:13016: checking whether to enable mod_dav_fs
> configure:13054: result: no
> configure:13128: checking whether to enable mod_vhost_alias
> configure:13166: result: no
> configure:13214: checking whether to enable mod_negotiation
> configure:13252: result: yes (default)
> configure:13300: checking whether to enable mod_dir
> configure:13338: result: yes (default)
> configure:13386: checking whether to enable mod_imap
> configure:13424: result: yes (default)
> configure:13472: checking whether to enable mod_actions
> configure:13510: result: yes (default)
> configure:13558: checking whether to enable mod_speling
> configure:13596: result: no
> configure:13644: checking whether to enable mod_userdir
> configure:13682: result: yes (default)
> configure:13730: checking whether to enable mod_alias
> configure:13768: result: yes (default)
> configure:13817: checking whether to enable mod_rewrite
> configure:13890: result: no
> configure:13971: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
> -I/root/downloads2/httpd-2.0.36/srclib/apr/include
> -I/root/downloads2/httpd-2.0.36/srclib/apr/include conftest.c >&5
> configure:13974: $? = 0
> configure:13977: test -s conftest.o
> configure:13980: $? = 0
> configure:14005: checking whether to enable mod_so
> configure:14043: result: yes
> configure:14399: checking whether byte ordering is bigendian
> configure:14429: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
> configure:14432: $? = 0
> configure:14435: test -s conftest.o
> configure:14438: $? = 0
> configure:14465: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
> configure: In function `main':
> configure:14455: `not' undeclared (first use in this function)
> configure:14455: (Each undeclared identifier is reported only once
> configure:14455: for each function it appears in.)
> configure:14455: parse error before `big'
> configure:14468: $? = 1
> configure: failed program was:
> #line 14441 "configure"
> #include "confdefs.h"
> #include <sys/types.h>
> #include <sys/param.h>
>
> #ifdef F77_DUMMY_MAIN
> #  ifdef __cplusplus
>      extern "C"
> #  endif
>    int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> #if BYTE_ORDER != BIG_ENDIAN
> not big endian
> #endif
>
>   ;
>   return 0;
> }
> configure:14582: result: no
> configure:15187: creating ./config.status
>
> ## ---------------------- ##
> ## Running config.status. ##
> ## ---------------------- ##
>
> This file was extended by config.status, which was
> generated by GNU Autoconf 2.53.  Invocation command line was
>
>   CONFIG_FILES    =
>   CONFIG_HEADERS  =
>   CONFIG_LINKS    =
>   CONFIG_COMMANDS =
>   $ ./config.status
>
> on dip
>
> config.status:715: creating docs/conf/httpd-std.conf
> config.status:715: creating include/ap_config_layout.h
> config.status:715: creating support/apxs
> config.status:715: creating support/apachectl
> config.status:715: creating support/dbmmanage
> config.status:715: creating support/envvars-std
> config.status:715: creating support/log_server_status
> config.status:715: creating support/logresolve.pl
> config.status:715: creating support/phf_abuse_log.cgi
> config.status:715: creating support/split-logfile
> config.status:715: creating build/rules.mk
> config.status:819: creating include/ap_config_auto.h
> config.status:1099: executing default commands
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_build=i686-pc-linux-gnu
> ac_cv_build_alias=i686-pc-linux-gnu
> ac_cv_c_bigendian=no
> ac_cv_c_compiler_gnu=yes
> ac_cv_c_const=yes
> ac_cv_env_CC_set=
> ac_cv_env_CC_value=
> ac_cv_env_CFLAGS_set=
> ac_cv_env_CFLAGS_value=
> ac_cv_env_CPPFLAGS_set=
> ac_cv_env_CPPFLAGS_value=
> ac_cv_env_CPP_set=
> ac_cv_env_CPP_value=
> ac_cv_env_LDFLAGS_set=
> ac_cv_env_LDFLAGS_value=
> ac_cv_env_build_alias_set=
> ac_cv_env_build_alias_value=
> ac_cv_env_host_alias_set=
> ac_cv_env_host_alias_value=
> ac_cv_env_target_alias_set=
> ac_cv_env_target_alias_value=
> ac_cv_exeext=
> ac_cv_func_bindprocessor=no
> ac_cv_func_getgrnam=yes
> ac_cv_func_getpwnam=yes
> ac_cv_func_initgroups=yes
> ac_cv_func_killpg=yes
> ac_cv_func_setsid=yes
> ac_cv_func_syslog=yes
> ac_cv_func_timegm=yes
> ac_cv_func_times=yes
> ac_cv_header_bstring_h=no
> ac_cv_header_grp_h=yes
> ac_cv_header_inttypes_h=yes
> ac_cv_header_limits_h=yes
> ac_cv_header_memory_h=yes
> ac_cv_header_minix_config_h=no
> ac_cv_header_pwd_h=yes
> ac_cv_header_stdc=yes
> ac_cv_header_stdint_h=yes
> ac_cv_header_stdlib_h=yes
> ac_cv_header_string_h=yes
> ac_cv_header_strings_h=yes
> ac_cv_header_sys_ipc_h=yes
> ac_cv_header_sys_processor_h=no
> ac_cv_header_sys_resource_h=yes
> ac_cv_header_sys_sem_h=yes
> ac_cv_header_sys_socket_h=yes
> ac_cv_header_sys_stat_h=yes
> ac_cv_header_sys_time_h=yes
> ac_cv_header_sys_times_h=yes
> ac_cv_header_sys_types_h=yes
> ac_cv_header_sys_wait_h=yes
> ac_cv_header_unistd_h=yes
> ac_cv_host=i686-pc-linux-gnu
> ac_cv_host_alias=i686-pc-linux-gnu
> ac_cv_mkdir_p=yes
> ac_cv_objext=o
> ac_cv_path_RM=/bin/rm
> ac_cv_path_install=$'/usr/bin/install -c'
> ac_cv_prog_AWK=gawk
> ac_cv_prog_CPP=$'gcc -E'
> ac_cv_prog_ac_ct_CC=gcc
> ac_cv_prog_ac_ct_RANLIB=ranlib
> ac_cv_prog_cc_g=yes
> ac_cv_prog_cc_stdc=
> ac_cv_search_strerror=$'none required'
> ac_cv_struct_tm_gmtoff=yes
> ac_cv_target=i686-pc-linux-gnu
> ac_cv_target_alias=i686-pc-linux-gnu
> ac_cv_type_rlim_t=yes
> apache_cv_mpm=prefork
>
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
>
> #define PACKAGE_NAME ""
> #define PACKAGE_TARNAME ""
> #define PACKAGE_VERSION ""
> #define PACKAGE_STRING ""
> #define PACKAGE_BUGREPORT ""
> #define STDC_HEADERS 1
> #define HAVE_SYS_TYPES_H 1
> #define HAVE_SYS_STAT_H 1
> #define HAVE_STDLIB_H 1
> #define HAVE_STRING_H 1
> #define HAVE_MEMORY_H 1
> #define HAVE_STRINGS_H 1
> #define HAVE_INTTYPES_H 1
> #define HAVE_STDINT_H 1
> #define HAVE_UNISTD_H 1
> #define STDC_HEADERS 1
> #define HAVE_STRING_H 1
> #define HAVE_LIMITS_H 1
> #define HAVE_UNISTD_H 1
> #define HAVE_SYS_SOCKET_H 1
> #define HAVE_PWD_H 1
> #define HAVE_GRP_H 1
> #define HAVE_STRINGS_H 1
> #define HAVE_SYS_SEM_H 1
> #define HAVE_SYS_WAIT_H 1
> #define HAVE_GETPWNAM 1
> #define HAVE_GETGRNAM 1
> #define HAVE_INITGROUPS 1
> #define HAVE_TIMEGM 1
> #define HAVE_GMTOFF 1
> #define HAVE_SYS_TIME_H 1
> #define HAVE_SYS_RESOURCE_H 1
> #define HAVE_SYS_SEM_H 1
> #define HAVE_SYS_IPC_H 1
> #define HAVE_SETSID 1
> #define HAVE_KILLPG 1
> #define HAVE_UNISTD_H 1
> #define HAVE_SYSLOG 1
> #define HAVE_SYS_TIMES_H 1
> #define HAVE_TIMES 1
> #define AP_USING_AUTOCONF 1
> #define SINGLE_LISTEN_UNSERIALIZED_ACCEPT 1
> #define AP_SIG_GRACEFUL SIGUSR1
> #define AP_SIG_GRACEFUL_STRING "SIGUSR1"
> #define AP_SIG_GRACEFUL_SHORT USR1
> #define HTTPD_ROOT "/usr/local/apache2_36_proxy"
> #define SERVER_CONFIG_FILE "conf/httpd.conf"
> #define APACHE_MPM_DIR "server/mpm/prefork"
>
> configure: exit 0
>
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos:
> http://photos.msn.com/support/worldwide.aspx
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org

--
Borland -- Enabling a new digital world where our customers have the
freedom of choice to develop, deploy, and integrate applications across
the enterprise and  the Internet. http://www.borland.com

Don't miss the 13th Annual Borland® Conference, May 18-22 in Anaheim,
California. Hundreds of sessions are being offered  to help you enable
the new digital world  with best-in-class solutions for Web Services,
Java™ technologies, mobile and enterprise computing, cross-platform
development, .NET™ and J2EE™  platform technologies, and more!
Register today! http://www.borland.com/conf2002

This e-mail, and any attachments thereto, is intended only for use by the
addressee(s) named herein and may contain legally privileged and/or confidential

information.  If you are not the intended recipient of this e-mail, you are
hereby
notified that any dissemination, distribution or copying of this e-mail, and any

attachments thereto, is strictly prohibited.  If you have received this e-mail
in
error,
please immediately and permanently delete the original and any copy of any
e-mail
and any printout thereof.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org