.......
Have previously posted this but a) got no response b) other than a weird pessage from 
the mailing list software,
so maybe it didn't get sent on and so I repost it...help!
.......

I am running AIX 5.1L and have IBM's LDAP (called SecureWay) installed.
Apache V1.3.20 is part of that installation, tho IBM renames it HTTPServer (it is 
merely vanilla
base Apache with a different name and some management goodies added).

When I run configure, it barfs at the apxs check.  I invoke configure thus:

root@mus:/usr/php/php-4.2.1 ## ./configure --with-apxs=/usr/HTTPServer/bin/apxs 
--with-ldap=/usr/ldap

I get through a buncha stuff then blow up at the apxs check;
when I insert a set -x and remove the dev/null apxs output bitbucket dump, I see:
----------------------
checking for Apache 1.x module support via DSO through APXS...
+ echo configure:3693: checking for Apache 1.x module support via DSO through APXS
+ 1>& 5
+ test set = set
+ withval=/usr/HTTPServer/bin/apxs
+ test /usr/HTTPServer/bin/apxs = yes
+ test -z /usr/HTTPServer/bin/apxs
+ echo /usr/HTTPServer/bin/apxs
+ grep ^/
+ 1> /dev/null
+ APXS=/usr/HTTPServer/bin/apxs
+ /usr/HTTPServer/bin/apxs -q CFLAGS
apxs:Error: /usr/HTTPServer/bin/@TARGET@ not found or not executable
+ 1> /dev/null 2>& 1
+ test 1 != 0
----------------------
so the rc from running apxs in non-zero (surprise).
Checked the apxs docs and
        apxs -q CFLAGS
is legit syntax.
Apparently something's missing/jiggered with Apache...can anyone tell me what the 
error message
apxs:Error: /usr/HTTPServer/bin/@TARGET@ not found or not executable
means and what to do about it.
I would really like to have IBM own the updating, etc of Apache....I'd really rather 
it not be something more on my plate.....

Help!

FWIW, the version info for the HTTPServer/Apache is:
----------------------
httpd -V
Server version: IBM_HTTP_SERVER/1.3.19  Apache/1.3.20 (Unix)
Server built:   Jul 11 2001 18:09:42
Server's Module Magic Number: 19990320:10
Server compiled with....
  -D HAVE_MMAP
  -D USE_MMAP_SCOREBOARD
  -D USE_MMAP_FILES
  -D USE_PTHREAD_SERIALIZED_ACCEPT
  -D HTTPD_ROOT="/usr/HTTPServer"
  -D SUEXEC_BIN="/usr/HTTPServer/bin/suexec"
  -D DEFAULT_PIDLOG="logs/httpd.pid"
  -D DEFAULT_SCOREBOARD="logs/httpd.scoreboard"
  -D DEFAULT_LOCKFILE="logs/httpd.lock"
  -D DEFAULT_XFERLOG="logs/access_log"
  -D DEFAULT_ERRORLOG="logs/error_log"
  -D TYPES_CONFIG_FILE="conf/mime.types"
  -D SERVER_CONFIG_FILE="conf/httpd.conf"
  -D ACCESS_CONFIG_FILE="conf/access.conf"
  -D RESOURCE_CONFIG_FILE="conf/srm.conf"
----------------------
and the linkage is:
----------------------
/usr/php/php-4.2.1 ## httpd -l
Compiled-in modules:
   http_core.c
   mod_so.c
----------------------
--
Stewart Dean, Unix System Admin, Henderson Computer Resources
Center of Bard College, Annandale-on-Hudson, New York  12504
[EMAIL PROTECTED]  voice: 845-758-7475, fax: 845-758-7035


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to