ID: 28557
Updated by: [EMAIL PROTECTED]
Reported By: j dot j dot d dot e dot lammerts at vanlanschot dot
com
-Status: Open
+Status: Bogus
Bug Type: *Compile Issues
Operating System: AIX 5.1 ML4
PHP Version: 4.3.6
New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.
Thank you for your interest in PHP.
The error message is the result of your apxs script not
passing the configuration check. Consequently PHP would not
be able to use that script to install and/or compile the
apache module.
Previous Comments:
------------------------------------------------------------------------
[2004-05-28 15:50:44] j dot j dot d dot e dot lammerts at vanlanschot
dot com
Description:
------------
Hi,
I'm trying to get PHP working on AIX 5.1 with IBM
HTTPServer 2.0.47.
My configurescript looks like this:
./configure --enable-trans-id \
--with-gd \
--with-zlib \
--with-jpeg \
--enable-sigchild \
--with-apxs=/usr/IBMIHS/bin/apxs \
--with-mysql=/usr/opt/mysql
When running this script I see the following error:
checking for Apache 1.x module support via DSO through APXS... expr:
non-numeric argument
yes
checking for member fd in BUFF *... 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...
no
At the end of the configuration run I get the warning:
+--------------------------------------------------------------------+
| WARNING: Your /usr/IBMIHS/bin/apxs script is most likely broken.
I went to the suggested faq section, but that didn't solve my problem.
Any suggestions ?
Thanks
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=28557&edit=1