This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITP] PHP 5.1.4 (cli, cgi-fcgi, apache2)


>>>>> Volker Zell writes:

    > Configuring SAPI modules
    > checking for AOLserver support... no
    > checking for Apache 1.x module support via DSO through APXS... no
    > checking for Apache 1.x module support... no
    > checking for mod_charset compatibility option... no
    > checking for Apache 2.0 filter-module support via DSO through APXS... no
    > checking for Apache 2.0 handler-module support via DSO through APXS... configure: error: You have enabled Apache 2 support while your server is Apache 1.3.  Please use the appropiate switch --with-apxs (without the 2)


+ echo 'configure:7293: checking for Apache 2.0 handler-module support via DSO through APXS'
+ echo -n 'checking for Apache 2.0 handler-module support via DSO through APXS... '
checking for Apache 2.0 handler-module support via DSO through APXS... + test set = set
+ withval=/usr/sbin/apxs2
+ test /usr/sbin/apxs2 = yes
+ test -z /usr/sbin/apxs2
+ echo /usr/sbin/apxs2
+ grep '^/'
+ APXS=/usr/sbin/apxs2
+ /usr/sbin/apxs2 -q CFLAGS
+ test 0 '!=' 0
++ /usr/sbin/apxs2 -q INCLUDEDIR
+ APXS_INCLUDEDIR=/usr/include/apache2
++ /usr/sbin/apxs2 -q BINDIR
+ APXS_BINDIR=/usr/bin
++ /usr/sbin/apxs2 -q SBINDIR
++ /usr/sbin/apxs2 -q TARGET
+ APXS_HTTPD=/usr/sbin/httpd                <====== Here's the culprit
++ /usr/sbin/apxs2 -q CFLAGS
+ APXS_CFLAGS=-O2
++ /usr/sbin/apxs2 -q MPM_NAME
+ APXS_MPM=prefork
++ /usr/sbin/apxs2 -q APU_BINDIR
+ APU_BINDIR=/usr/bin
++ /usr/sbin/apxs2 -q APR_BINDIR
+ APR_BINDIR=/usr/bin
++ /usr/sbin/apxs2 -q APR_CONFIG
+ APR_CONFIG=/usr/bin/apr-1-config
++ /usr/sbin/apxs2 -q APU_CONFIG
+ APU_CONFIG=/usr/bin/apu-1-config
++ /usr/bin/apr-1-config --cppflags --includes
+ APR_CFLAGS=' -DCYGWIN -I/usr/include/apr-1 '
++ /usr/bin/apu-1-config --includes
+ APU_CFLAGS=' -I/usr/include/apr-1 '
+ for flag in '$APXS_CFLAGS'
+ case $flag in
+ APACHE_CFLAGS=' -I/usr/include/apache2  -DCYGWIN -I/usr/include/apr-1   -I/usr/include/apr-1 '
++ /usr/sbin/httpd -v
++ grep version
+ ac_output='Server version: Apache/1.3.24 (Cygwin)'
+ ac_IFS='
'
+ IFS='- /.
'
+ set Server version: Apache 1 3 24 '(Cygwin)'


/usr/sbin/apxs2 -q TARGET seems to pick up the apache progname from 

 o /usr/share/apache2/build/config_vars.mk

and there it's set as httpd.

Ciao
  Volker


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]