#40728 [Opn->Fbk]: configure won't identify apache version

2007-03-07 Thread tony2001
 ID:   40728
 Updated by:   [EMAIL PROTECTED]
 Reported By:  sheezes at gmail dot com
-Status:   Open
+Status:   Feedback
 Bug Type: *Compile Issues
 Operating System: AIX 5.3
 PHP Version:  5.2.1
 New Comment:

>my shell is tcsh
your shell or /bin/sh ?

>but before solving the problem i tried working with the csh env as
well
does that mean you tried to change /bin/sh to csh?


Previous Comments:


[2007-03-07 14:38:52] sheezes at gmail dot com

my shell is tcsh
but before solving the problem i tried working with the csh env as well



[2007-03-07 13:30:57] [EMAIL PROTECTED]

>I think the PHP team should look into that bug
PHP team IS looking into the bug, but we can't fix it without your
answers.

What kind of shell are you using? I mean /bin/sh - what is it?



[2007-03-07 13:18:59] sheezes at gmail dot com

Finally I can say.WORKING :D
I forgot that on the last compile I changed something on the apxs
script. Well, I changed it back and run the configure and make commands
and now the libphp5.so is working and not crashing my apache server! 

If someone has the same problems as I have, add to the APACHE_VERSION
expression 200 (on the php configure script) and then the script
won't crash saying the apache version is 1.3 and should use normal apxs
instead of the apxs2. 

I think the PHP team should look into that bug, as you said, it should
discover my version alone without those changes

and thanks for your help Tony! :)



[2007-03-07 12:02:10] [EMAIL PROTECTED]

> I added 200 to the expresion
This shouldn't be required.
What kind of shell are you using? I mean /bin/sh.

>When I try to start apache it quits and dump a core file.
A GDB backtrace would tell why.
http://bugs.php.net/bugs-generating-backtrace.php



[2007-03-07 11:56:00] sheezes at gmail dot com

the APACHE_VERSION var value is 61 (added an echo and an exit command
on the configure script). I added 200 to the expresion and now I
managed to run configure with the apxs2 option that I couldn't before!
Well, it runs fine and even compiling the libphp5.so file! It's a great
progress but I'm not sure the compilation is 100% working :/ When I try
to start apache it quits and dump a core file. When I remove the PHP
AddModule statement from the httpd.conf, apache is fine again :/



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/40728

-- 
Edit this bug report at http://bugs.php.net/?id=40728&edit=1


#40728 [Opn->Fbk]: configure won't identify apache version

2007-03-07 Thread tony2001
 ID:   40728
 Updated by:   [EMAIL PROTECTED]
 Reported By:  sheezes at gmail dot com
-Status:   Open
+Status:   Feedback
 Bug Type: *Compile Issues
 Operating System: AIX 5.3
 PHP Version:  5.2.1
 New Comment:

>I think the PHP team should look into that bug
PHP team IS looking into the bug, but we can't fix it without your
answers.

What kind of shell are you using? I mean /bin/sh - what is it?


Previous Comments:


[2007-03-07 13:18:59] sheezes at gmail dot com

Finally I can say.WORKING :D
I forgot that on the last compile I changed something on the apxs
script. Well, I changed it back and run the configure and make commands
and now the libphp5.so is working and not crashing my apache server! 

If someone has the same problems as I have, add to the APACHE_VERSION
expression 200 (on the php configure script) and then the script
won't crash saying the apache version is 1.3 and should use normal apxs
instead of the apxs2. 

I think the PHP team should look into that bug, as you said, it should
discover my version alone without those changes

and thanks for your help Tony! :)



[2007-03-07 12:02:10] [EMAIL PROTECTED]

> I added 200 to the expresion
This shouldn't be required.
What kind of shell are you using? I mean /bin/sh.

>When I try to start apache it quits and dump a core file.
A GDB backtrace would tell why.
http://bugs.php.net/bugs-generating-backtrace.php



[2007-03-07 11:56:00] sheezes at gmail dot com

the APACHE_VERSION var value is 61 (added an echo and an exit command
on the configure script). I added 200 to the expresion and now I
managed to run configure with the apxs2 option that I couldn't before!
Well, it runs fine and even compiling the libphp5.so file! It's a great
progress but I'm not sure the compilation is 100% working :/ When I try
to start apache it quits and dump a core file. When I remove the PHP
AddModule statement from the httpd.conf, apache is fine again :/



[2007-03-07 08:26:23] [EMAIL PROTECTED]

The other possible cause might be broken shell used in configure,
though I haven't ever heard of such problems.
PHP uses this macro to extract Apache version:

  ac_output=`/path/to/httpd -v 2>&1 | grep version`
  ac_IFS=$IFS
IFS="- /.
"
  set $ac_output
  IFS=$ac_IFS

  APACHE_VERSION=`expr $4 \* 100 + $5 \* 1000 + $6`

Make sure it works for you.



[2007-03-07 08:15:44] sheezes at gmail dot com

yea, i saw that bug report. I reported it actually
but this case is a bit diffrent. I decided to leave the other machine
running aix 5.2 and IBMIHS (IBM's httpd) because the problem I
reported.
Anyway, this machine is running AIX 5.3 and original apache 2.0.59 (not
that IBM httpd modification) and this time I'm not getting exactly the
same errors I got in the other machine (LIBPATH etc).

You saw the config.log? you saw anything unusual in it?



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/40728

-- 
Edit this bug report at http://bugs.php.net/?id=40728&edit=1


#40728 [Opn->Fbk]: configure won't identify apache version

2007-03-07 Thread tony2001
 ID:   40728
 Updated by:   [EMAIL PROTECTED]
 Reported By:  sheezes at gmail dot com
-Status:   Open
+Status:   Feedback
 Bug Type: *Compile Issues
 Operating System: AIX 5.3
 PHP Version:  5.2.1
 New Comment:

> I added 200 to the expresion
This shouldn't be required.
What kind of shell are you using? I mean /bin/sh.

>When I try to start apache it quits and dump a core file.
A GDB backtrace would tell why.
http://bugs.php.net/bugs-generating-backtrace.php


Previous Comments:


[2007-03-07 11:56:00] sheezes at gmail dot com

the APACHE_VERSION var value is 61 (added an echo and an exit command
on the configure script). I added 200 to the expresion and now I
managed to run configure with the apxs2 option that I couldn't before!
Well, it runs fine and even compiling the libphp5.so file! It's a great
progress but I'm not sure the compilation is 100% working :/ When I try
to start apache it quits and dump a core file. When I remove the PHP
AddModule statement from the httpd.conf, apache is fine again :/



[2007-03-07 08:26:23] [EMAIL PROTECTED]

The other possible cause might be broken shell used in configure,
though I haven't ever heard of such problems.
PHP uses this macro to extract Apache version:

  ac_output=`/path/to/httpd -v 2>&1 | grep version`
  ac_IFS=$IFS
IFS="- /.
"
  set $ac_output
  IFS=$ac_IFS

  APACHE_VERSION=`expr $4 \* 100 + $5 \* 1000 + $6`

Make sure it works for you.



[2007-03-07 08:15:44] sheezes at gmail dot com

yea, i saw that bug report. I reported it actually
but this case is a bit diffrent. I decided to leave the other machine
running aix 5.2 and IBMIHS (IBM's httpd) because the problem I
reported.
Anyway, this machine is running AIX 5.3 and original apache 2.0.59 (not
that IBM httpd modification) and this time I'm not getting exactly the
same errors I got in the other machine (LIBPATH etc).

You saw the config.log? you saw anything unusual in it?



[2007-03-06 15:42:39] [EMAIL PROTECTED]

>--with-apxs=/usr/local/apache2/bin/apxs
That's clearly incorrect.
Use --with-apxs2=/usr/local/apache2/bin/apxs instead.

>read again my 1st post for more details
I did, that's why I asked you to copy/paste error messages instead of
retelling.

>Server version: Apache/2.0.59 
>Server built:   Mar  5 2007 16:33:35 
Are you sure you're running ./configure in the same environment and
under the same account?
As I've said your problem looks exactly like bug #40638.



[2007-03-06 15:32:14] sheezes at gmail dot com

i already said my configure line on my 1st own.
quick remind: ./configure
--with-apxs=/usr/local/apache2/bin/apxs
read again my 1st post for more details


>`/usr/local/apache2/bin/apxs -q SBINDIR`/`/usr/local/apache2/bin/apxs
-q TARGET` -v 
Server version: Apache/2.0.59 
Server built:   Mar  5 2007 16:33:35 




this is the output i get on my screen from the configure script:

Generating files 
creating ./config.status 
creating php5.spec 
creating main/build-defs.h 
creating scripts/phpize 
creating scripts/man1/phpize.1 
creating scripts/php-config 
creating scripts/man1/php-config.1 
creating sapi/cli/php.1 
creating main/php_config.h 
main/php_config.h is unchanged 
creating main/internal_functions.c 
creating main/internal_functions_cli.c 

++

| WARNING: Your /usr/local/apache2/bin/apxs script is most likely
broken. 
||

| Please go read http://www.php.net/faq.build#faq.build.apxs |

| and make the changes described there and try again.|

++

| License:   |

| This software is subject to the PHP License, available in this |

| distribution in the file LICENSE.  By continuing this installation |

| process, you are bound by the terms of this license agreement. |

| If you do not agree with the terms of this license, you must abort |

| the installation process at this point.|

++


Thank you for using PHP. 




and i want to thank you for your help till now :)



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/40728

-- 
Edit this bug report at http://bugs.php.net/?id=40728&edit=1


#40728 [Opn->Fbk]: configure won't identify apache version

2007-03-07 Thread tony2001
 ID:   40728
 Updated by:   [EMAIL PROTECTED]
 Reported By:  sheezes at gmail dot com
-Status:   Open
+Status:   Feedback
 Bug Type: *Compile Issues
 Operating System: AIX 5.3
 PHP Version:  5.2.1
 New Comment:

The other possible cause might be broken shell used in configure,
though I haven't ever heard of such problems.
PHP uses this macro to extract Apache version:

  ac_output=`/path/to/httpd -v 2>&1 | grep version`
  ac_IFS=$IFS
IFS="- /.
"
  set $ac_output
  IFS=$ac_IFS

  APACHE_VERSION=`expr $4 \* 100 + $5 \* 1000 + $6`

Make sure it works for you.


Previous Comments:


[2007-03-07 08:15:44] sheezes at gmail dot com

yea, i saw that bug report. I reported it actually
but this case is a bit diffrent. I decided to leave the other machine
running aix 5.2 and IBMIHS (IBM's httpd) because the problem I
reported.
Anyway, this machine is running AIX 5.3 and original apache 2.0.59 (not
that IBM httpd modification) and this time I'm not getting exactly the
same errors I got in the other machine (LIBPATH etc).

You saw the config.log? you saw anything unusual in it?



[2007-03-06 15:42:39] [EMAIL PROTECTED]

>--with-apxs=/usr/local/apache2/bin/apxs
That's clearly incorrect.
Use --with-apxs2=/usr/local/apache2/bin/apxs instead.

>read again my 1st post for more details
I did, that's why I asked you to copy/paste error messages instead of
retelling.

>Server version: Apache/2.0.59 
>Server built:   Mar  5 2007 16:33:35 
Are you sure you're running ./configure in the same environment and
under the same account?
As I've said your problem looks exactly like bug #40638.



[2007-03-06 15:32:14] sheezes at gmail dot com

i already said my configure line on my 1st own.
quick remind: ./configure
--with-apxs=/usr/local/apache2/bin/apxs
read again my 1st post for more details


>`/usr/local/apache2/bin/apxs -q SBINDIR`/`/usr/local/apache2/bin/apxs
-q TARGET` -v 
Server version: Apache/2.0.59 
Server built:   Mar  5 2007 16:33:35 




this is the output i get on my screen from the configure script:

Generating files 
creating ./config.status 
creating php5.spec 
creating main/build-defs.h 
creating scripts/phpize 
creating scripts/man1/phpize.1 
creating scripts/php-config 
creating scripts/man1/php-config.1 
creating sapi/cli/php.1 
creating main/php_config.h 
main/php_config.h is unchanged 
creating main/internal_functions.c 
creating main/internal_functions_cli.c 

++

| WARNING: Your /usr/local/apache2/bin/apxs script is most likely
broken. 
||

| Please go read http://www.php.net/faq.build#faq.build.apxs |

| and make the changes described there and try again.|

++

| License:   |

| This software is subject to the PHP License, available in this |

| distribution in the file LICENSE.  By continuing this installation |

| process, you are bound by the terms of this license agreement. |

| If you do not agree with the terms of this license, you must abort |

| the installation process at this point.|

++


Thank you for using PHP. 




and i want to thank you for your help till now :)



[2007-03-06 15:20:55] [EMAIL PROTECTED]

What exactly was you configure line and what exactly did you get?
(copy/paste please).

What is the output of the command below?
`/usr/local/apache2/bin/apxs -q SBINDIR`/`/usr/local/apache2/bin/apxs
-q TARGET` -v



[2007-03-06 15:09:00] sheezes at gmail dot com

http://rapidshare.com/files/19699014/config.rar.html
Sorry about rapidshare, I don't have any other place to put it
My server is in a private network without access to the internet



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/40728

-- 
Edit this bug report at http://bugs.php.net/?id=40728&edit=1


#40728 [Opn->Fbk]: configure won't identify apache version

2007-03-06 Thread tony2001
 ID:   40728
 Updated by:   [EMAIL PROTECTED]
 Reported By:  sheezes at gmail dot com
-Status:   Open
+Status:   Feedback
 Bug Type: *Compile Issues
 Operating System: AIX 5.3
 PHP Version:  5.2.1
 New Comment:

>--with-apxs=/usr/local/apache2/bin/apxs
That's clearly incorrect.
Use --with-apxs2=/usr/local/apache2/bin/apxs instead.

>read again my 1st post for more details
I did, that's why I asked you to copy/paste error messages instead of
retelling.

>Server version: Apache/2.0.59 
>Server built:   Mar  5 2007 16:33:35 
Are you sure you're running ./configure in the same environment and
under the same account?
As I've said your problem looks exactly like bug #40638.


Previous Comments:


[2007-03-06 15:32:14] sheezes at gmail dot com

i already said my configure line on my 1st own.
quick remind: ./configure
--with-apxs=/usr/local/apache2/bin/apxs
read again my 1st post for more details


>`/usr/local/apache2/bin/apxs -q SBINDIR`/`/usr/local/apache2/bin/apxs
-q TARGET` -v 
Server version: Apache/2.0.59 
Server built:   Mar  5 2007 16:33:35 




this is the output i get on my screen from the configure script:

Generating files 
creating ./config.status 
creating php5.spec 
creating main/build-defs.h 
creating scripts/phpize 
creating scripts/man1/phpize.1 
creating scripts/php-config 
creating scripts/man1/php-config.1 
creating sapi/cli/php.1 
creating main/php_config.h 
main/php_config.h is unchanged 
creating main/internal_functions.c 
creating main/internal_functions_cli.c 

++

| WARNING: Your /usr/local/apache2/bin/apxs script is most likely
broken. 
||

| Please go read http://www.php.net/faq.build#faq.build.apxs |

| and make the changes described there and try again.|

++

| License:   |

| This software is subject to the PHP License, available in this |

| distribution in the file LICENSE.  By continuing this installation |

| process, you are bound by the terms of this license agreement. |

| If you do not agree with the terms of this license, you must abort |

| the installation process at this point.|

++


Thank you for using PHP. 




and i want to thank you for your help till now :)



[2007-03-06 15:20:55] [EMAIL PROTECTED]

What exactly was you configure line and what exactly did you get?
(copy/paste please).

What is the output of the command below?
`/usr/local/apache2/bin/apxs -q SBINDIR`/`/usr/local/apache2/bin/apxs
-q TARGET` -v



[2007-03-06 15:09:00] sheezes at gmail dot com

http://rapidshare.com/files/19699014/config.rar.html
Sorry about rapidshare, I don't have any other place to put it
My server is in a private network without access to the internet



[2007-03-06 15:01:02] [EMAIL PROTECTED]

And see bug #40638.



[2007-03-06 15:00:13] [EMAIL PROTECTED]

Put your config.log somewhere.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/40728

-- 
Edit this bug report at http://bugs.php.net/?id=40728&edit=1


#40728 [Opn->Fbk]: configure won't identify apache version

2007-03-06 Thread tony2001
 ID:   40728
 Updated by:   [EMAIL PROTECTED]
 Reported By:  sheezes at gmail dot com
-Status:   Open
+Status:   Feedback
 Bug Type: *Compile Issues
 Operating System: AIX 5.3
 PHP Version:  5.2.1
 New Comment:

What exactly was you configure line and what exactly did you get?
(copy/paste please).

What is the output of the command below?
`/usr/local/apache2/bin/apxs -q SBINDIR`/`/usr/local/apache2/bin/apxs
-q TARGET` -v


Previous Comments:


[2007-03-06 15:09:00] sheezes at gmail dot com

http://rapidshare.com/files/19699014/config.rar.html
Sorry about rapidshare, I don't have any other place to put it
My server is in a private network without access to the internet



[2007-03-06 15:01:02] [EMAIL PROTECTED]

And see bug #40638.



[2007-03-06 15:00:13] [EMAIL PROTECTED]

Put your config.log somewhere.



[2007-03-06 14:55:32] sheezes at gmail dot com

it's the last 50 lines of the config log btw



[2007-03-06 14:54:17] sheezes at gmail dot com

configure:105699: checking for executable suffix 
configure:105900: checking for c++ 
configure:105932: checking whether the C++ compiler (g++   -Wl,-brtl)
works 
configure:105948: g++ -o conftest-Wl,-brtl conftest.C  1>&5 
configure:105974: checking whether the C++ compiler (g++   -Wl,-brtl)
is a cross-compiler 
configure:105979: checking whether we are using GNU C++ 
configure:106007: checking whether g++ accepts -g 
configure:106056: g++ -c -g -O2  conftest.C 1>&5 
configure:106073: g++ -c -g -O2  conftest.C 1>&5 
configure: In function 'int main()': 
configure:106069: error: 'exit' was not declared in this scope 
configure: failed program was: 
#line 106066 "configure" 
#include "confdefs.h" 
int main() { 
exit (42); 
; return 0; } 

configure:106056: g++ -c -g -O2  conftest.C 1>&5 
configure:106073: g++ -c -g -O2  conftest.C 1>&5 
configure:106095: checking how to run the C++ preprocessor 
configure:106144: checking the maximum length of command line arguments

configure:106245: checking command to parse /usr/bin/nm -B output from
gcc object 
configure:106434: checking for objdir 
configure:106500: checking for ar 
configure:106567: checking for ranlib 
configure:106634: checking for strip 
configure:106971: checking if gcc static flag  works 
configure:107021: checking if gcc supports -fno-rtti -fno-exceptions 
configure:107071: checking for gcc option to produce PIC 
configure:107341: checking if gcc supports -c -o file.o 
configure:107412: checking whether the gcc linker (/usr/bin/ld)
supports shared libraries 

configure:107770: gcc -o conftest -I/usr/include -g -O2   -Wl,-brtl
conftest.c  1>&5 
configure:108309: checking dynamic linker characteristics 
configure:108883: checking how to hardcode library paths into programs

configure:108921: checking whether stripping libraries is possible 
configure:109506: checking if libtool supports shared libraries 
configure:109510: checking whether to build shared libraries 
configure:109533: checking whether to build static libraries 
configure:110202: checking for ld used by g++ 
configure:110274: checking if the linker (/usr/bin/ld) is GNU ld 
configure:110340: checking whether the g++ linker (/usr/bin/ld)
supports shared libraries 
configure:110441: g++ -o conftest -g -O2   -Wl,-brtl conftest.cpp  1>&5

configure:80: g++ -c -g -O2  conftest.cpp 1>&5 
configure:111290: checking for g++ option to produce PIC 
configure:111624: checking if g++ supports -c -o file.o 
configure:111695: checking whether the g++ linker (/usr/bin/ld)
supports shared libraries 
configure:111781: checking dynamic linker characteristics 
configure:112355: checking how to hardcode library paths into programs

configure:112393: checking whether stripping libraries is possible



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/40728

-- 
Edit this bug report at http://bugs.php.net/?id=40728&edit=1


#40728 [Opn->Fbk]: configure won't identify apache version

2007-03-06 Thread tony2001
 ID:   40728
 Updated by:   [EMAIL PROTECTED]
 Reported By:  sheezes at gmail dot com
-Status:   Open
+Status:   Feedback
 Bug Type: *Compile Issues
 Operating System: AIX 5.3
 PHP Version:  5.2.1
 New Comment:

Put your config.log somewhere.


Previous Comments:


[2007-03-06 14:55:32] sheezes at gmail dot com

it's the last 50 lines of the config log btw



[2007-03-06 14:54:17] sheezes at gmail dot com

configure:105699: checking for executable suffix 
configure:105900: checking for c++ 
configure:105932: checking whether the C++ compiler (g++   -Wl,-brtl)
works 
configure:105948: g++ -o conftest-Wl,-brtl conftest.C  1>&5 
configure:105974: checking whether the C++ compiler (g++   -Wl,-brtl)
is a cross-compiler 
configure:105979: checking whether we are using GNU C++ 
configure:106007: checking whether g++ accepts -g 
configure:106056: g++ -c -g -O2  conftest.C 1>&5 
configure:106073: g++ -c -g -O2  conftest.C 1>&5 
configure: In function 'int main()': 
configure:106069: error: 'exit' was not declared in this scope 
configure: failed program was: 
#line 106066 "configure" 
#include "confdefs.h" 
int main() { 
exit (42); 
; return 0; } 

configure:106056: g++ -c -g -O2  conftest.C 1>&5 
configure:106073: g++ -c -g -O2  conftest.C 1>&5 
configure:106095: checking how to run the C++ preprocessor 
configure:106144: checking the maximum length of command line arguments

configure:106245: checking command to parse /usr/bin/nm -B output from
gcc object 
configure:106434: checking for objdir 
configure:106500: checking for ar 
configure:106567: checking for ranlib 
configure:106634: checking for strip 
configure:106971: checking if gcc static flag  works 
configure:107021: checking if gcc supports -fno-rtti -fno-exceptions 
configure:107071: checking for gcc option to produce PIC 
configure:107341: checking if gcc supports -c -o file.o 
configure:107412: checking whether the gcc linker (/usr/bin/ld)
supports shared libraries 

configure:107770: gcc -o conftest -I/usr/include -g -O2   -Wl,-brtl
conftest.c  1>&5 
configure:108309: checking dynamic linker characteristics 
configure:108883: checking how to hardcode library paths into programs

configure:108921: checking whether stripping libraries is possible 
configure:109506: checking if libtool supports shared libraries 
configure:109510: checking whether to build shared libraries 
configure:109533: checking whether to build static libraries 
configure:110202: checking for ld used by g++ 
configure:110274: checking if the linker (/usr/bin/ld) is GNU ld 
configure:110340: checking whether the g++ linker (/usr/bin/ld)
supports shared libraries 
configure:110441: g++ -o conftest -g -O2   -Wl,-brtl conftest.cpp  1>&5

configure:80: g++ -c -g -O2  conftest.cpp 1>&5 
configure:111290: checking for g++ option to produce PIC 
configure:111624: checking if g++ supports -c -o file.o 
configure:111695: checking whether the g++ linker (/usr/bin/ld)
supports shared libraries 
configure:111781: checking dynamic linker characteristics 
configure:112355: checking how to hardcode library paths into programs

configure:112393: checking whether stripping libraries is possible



[2007-03-06 10:50:00] [EMAIL PROTECTED]

What do you see in your config.log?



[2007-03-06 06:59:34] sheezes at gmail dot com

# / > echo `/usr/local/apache2/bin/apxs -q
SBINDIR`/`/usr/local/apache2/bin/apxs -q TARGET` 
/usr/local/apache2/bin/httpd 

# / > /usr/local/apache2/bin/httpd -v 
Server version: Apache/2.0.59 
Server built:   Mar  5 2007 16:33:35



[2007-03-05 15:56:56] [EMAIL PROTECTED]

What do you see in your config.log?
What do you get with these commands: 
echo `/usr/local/apache2/bin/apxs -q
SBINDIR`/`/usr/local/apache2/bin/apxs -q TARGET`
/usr/local/apache2/bin/httpd -v 
?




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/40728

-- 
Edit this bug report at http://bugs.php.net/?id=40728&edit=1


#40728 [Opn->Fbk]: configure won't identify apache version

2007-03-06 Thread tony2001
 ID:   40728
 Updated by:   [EMAIL PROTECTED]
 Reported By:  sheezes at gmail dot com
-Status:   Open
+Status:   Feedback
 Bug Type: *Compile Issues
 Operating System: AIX 5.3
 PHP Version:  5.2.1
 New Comment:

What do you see in your config.log?


Previous Comments:


[2007-03-06 06:59:34] sheezes at gmail dot com

# / > echo `/usr/local/apache2/bin/apxs -q
SBINDIR`/`/usr/local/apache2/bin/apxs -q TARGET` 
/usr/local/apache2/bin/httpd 

# / > /usr/local/apache2/bin/httpd -v 
Server version: Apache/2.0.59 
Server built:   Mar  5 2007 16:33:35



[2007-03-05 15:56:56] [EMAIL PROTECTED]

What do you see in your config.log?
What do you get with these commands: 
echo `/usr/local/apache2/bin/apxs -q
SBINDIR`/`/usr/local/apache2/bin/apxs -q TARGET`
/usr/local/apache2/bin/httpd -v 
?




[2007-03-05 14:34:43] sheezes at gmail dot com

Description:

Hello,
I have AIX 5.3 system and I'm running apache version 2.0.59 (latest on
the 2.0.x series)
I'm trying to run and configure latest php with it but I'm running into
a problem when the configure script needs to identify my apache
version.
my configure line is simple: ./configure
--with-apxs2=/usr/local/apache2/bin/apxs
The configure script says that I have apache 1.3 and should use
--with-apx (drop the "2"). If I do that, the script run well but at the
end I get a warning saying my apxs script is most likely broken and
reffers me to the php faq. I read the faq but it didn't help.
I'm almost 100% sure the problem is with the configure script that
identify my apache as 1.3 instead of 2.x






-- 
Edit this bug report at http://bugs.php.net/?id=40728&edit=1


#40728 [Opn->Fbk]: configure won't identify apache version

2007-03-05 Thread tony2001
 ID:   40728
 Updated by:   [EMAIL PROTECTED]
 Reported By:  sheezes at gmail dot com
-Status:   Open
+Status:   Feedback
 Bug Type: *Compile Issues
 Operating System: AIX 5.3
 PHP Version:  5.2.1
 New Comment:

What do you see in your config.log?
What do you get with these commands: 
echo `/usr/local/apache2/bin/apxs -q
SBINDIR`/`/usr/local/apache2/bin/apxs -q TARGET`
/usr/local/apache2/bin/httpd -v 
?



Previous Comments:


[2007-03-05 14:34:43] sheezes at gmail dot com

Description:

Hello,
I have AIX 5.3 system and I'm running apache version 2.0.59 (latest on
the 2.0.x series)
I'm trying to run and configure latest php with it but I'm running into
a problem when the configure script needs to identify my apache
version.
my configure line is simple: ./configure
--with-apxs2=/usr/local/apache2/bin/apxs
The configure script says that I have apache 1.3 and should use
--with-apx (drop the "2"). If I do that, the script run well but at the
end I get a warning saying my apxs script is most likely broken and
reffers me to the php faq. I read the faq but it didn't help.
I'm almost 100% sure the problem is with the configure script that
identify my apache as 1.3 instead of 2.x






-- 
Edit this bug report at http://bugs.php.net/?id=40728&edit=1