|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-05-28 15:56 UTC] iliaa@php.net
[2022-11-27 16:44 UTC] admin at google dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
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