Hello everyone,
 
I am having trouble running make on AIX 5.3
 
Here is the error I am getting
 
$ make
Making all in src
        make  all-recursive
Making all in apache
        /bin/sh ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src     -I/usr/IBMHttpServer/IBMIHS/include -O2 -qmaxmem=8192  -DSUPHP_PATH_TO_SUPHP=\"/usr/sbin/suphp\" -DSUPHP_USE_USERGROUP -g -O2 -MT mod_suphp.lo -MD -MP -MF .deps/mod_suphp.Tpo -c -o mod_suphp.lo mod_suphp.c
 gcc -DHAVE_CONFIG_H -I. -I../../src -I/usr/IBMHttpServer/IBMIHS/include -O2 -qmaxmem=8192 -DSUPHP_PATH_TO_SUPHP=\"/usr/sbin/suphp\" -DSUPHP_USE_USERGROUP -g -O2 -MT mod_suphp.lo -MD -MP -MF .deps/mod_suphp.Tpo -c mod_suphp.c  -DPIC -o .libs/mod_suphp.o
gcc: unrecognized option '-qmaxmem=8192'
mod_suphp.c:47: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'suphp_module'
mod_suphp.c:59: error: expected specifier-qualifier-list before 'table'
mod_suphp.c:66: error: expected ')' before '*' token
mod_suphp.c:84: error: expected ')' before '*' token
mod_suphp.c:125: error: expected ')' before '*' token
mod_suphp.c:145: error: expected ')' before '*' token
mod_suphp.c: In function 'suphp_handle_cmd_engine':
mod_suphp.c:191: error: 'suphp_module' undeclared (first use in this function)
mod_suphp.c:191: error: (Each undeclared identifier is reported only once
mod_suphp.c:191: error: for each function it appears in.)
mod_suphp.c: In function 'suphp_handle_cmd_config':
mod_suphp.c:207: warning: assignment makes pointer from integer without a cast
mod_suphp.c: In function 'suphp_handle_cmd_user_group':
mod_suphp.c:222: error: 'suphp_module' undeclared (first use in this function)
mod_suphp.c:224: warning: assignment makes pointer from integer without a cast
mod_suphp.c:225: warning: assignment makes pointer from integer without a cast
mod_suphp.c: In function 'suphp_handle_cmd_add_handler':
mod_suphp.c:238: error: 'suphp_module' undeclared (first use in this function)
mod_suphp.c:241: error: 'suphp_conf' has no member named 'handlers'
mod_suphp.c: In function 'suphp_handle_cmd_remove_handler':
mod_suphp.c:253: error: 'suphp_module' undeclared (first use in this function)
mod_suphp.c:256: error: 'suphp_conf' has no member named 'handlers'
mod_suphp.c: In function 'suphp_handle_cmd_phppath':
mod_suphp.c:266: error: 'suphp_module' undeclared (first use in this function)
mod_suphp.c:268: error: 'suphp_conf' has no member named 'php_path'
mod_suphp.c: At top level:
mod_suphp.c:296: error: expected declaration specifiers or '...' before 'child_info'
mod_suphp.c: In function 'suphp_source_child':
mod_suphp.c:299: error: 'pool' undeclared (first use in this function)
mod_suphp.c:299: error: 'p' undeclared (first use in this function)
mod_suphp.c:302: error: 'suphp_module' undeclared (first use in this function)
mod_suphp.c:309: warning: assignment makes pointer from integer without a cast
mod_suphp.c:310: error: 'suphp_conf' has no member named 'php_path'
mod_suphp.c:310: warning: assignment makes pointer from integer without a cast
mod_suphp.c:312: warning: assignment makes pointer from integer without a cast
mod_suphp.c:325: error: 'suphp_conf' has no member named 'php_path'
mod_suphp.c:325: warning: passing argument 1 of 'execve' makes pointer from integer without a cast
mod_suphp.c:329: error: 'suphp_conf' has no member named 'php_path'
mod_suphp.c:329: warning: passing argument 4 of 'ap_log_error' makes integer from pointer without a cast
mod_suphp.c:329: warning: passing argument 5 of 'ap_log_error' from incompatible pointer type
mod_suphp.c: At top level:
mod_suphp.c:336: error: expected declaration specifiers or '...' before 'child_info'
mod_suphp.c: In function 'suphp_child':
mod_suphp.c:339: error: 'pool' undeclared (first use in this function)
mod_suphp.c:339: error: 'p' undeclared (first use in this function)
mod_suphp.c:351: warning: assignment makes pointer from integer without a cast
mod_suphp.c:368: warning: passing argument 4 of 'ap_log_error' makes integer from pointer without a cast
mod_suphp.c:368: warning: passing argument 5 of 'ap_log_error' from incompatible pointer type
mod_suphp.c:368: error: too few arguments to function 'ap_log_error'
mod_suphp.c:384: warning: passing argument 4 of 'ap_log_error' makes integer from pointer without a cast
mod_suphp.c:384: warning: passing argument 5 of 'ap_log_error' from incompatible pointer type
mod_suphp.c:384: error: too few arguments to function 'ap_log_error'
mod_suphp.c:392: warning: passing argument 4 of 'ap_log_error' makes integer from pointer without a cast
mod_suphp.c:392: warning: passing argument 5 of 'ap_log_error' from incompatible pointer type
mod_suphp.c:392: error: too few arguments to function 'ap_log_error'
mod_suphp.c:412: warning: passing argument 4 of 'ap_log_error' makes integer from pointer without a cast
mod_suphp.c:412: warning: passing argument 5 of 'ap_log_error' from incompatible pointer type
mod_suphp.c: In function 'suphp_source_handler':
mod_suphp.c:424: error: 'pool' undeclared (first use in this function)
mod_suphp.c:424: error: 'p' undeclared (first use in this function)
mod_suphp.c:426: error: 'BUFF' undeclared (first use in this function)
mod_suphp.c:426: error: 'script_in' undeclared (first use in this function)
mod_suphp.c:426: error: 'script_out' undeclared (first use in this function)
mod_suphp.c:426: error: 'script_err' undeclared (first use in this function)
mod_suphp.c:433: error: 'suphp_module' undeclared (first use in this function)
mod_suphp.c:434: error: 'suphp_conf' has no member named 'php_path'
mod_suphp.c:445: warning: passing argument 4 of 'ap_log_rerror' makes integer from pointer without a cast
mod_suphp.c:445: warning: passing argument 5 of 'ap_log_rerror' from incompatible pointer type
mod_suphp.c:449: warning: passing argument 4 of 'ap_log_rerror' makes integer from pointer without a cast
mod_suphp.c:449: warning: passing argument 5 of 'ap_log_rerror' from incompatible pointer type
mod_suphp.c:453: warning: passing argument 4 of 'ap_log_rerror' makes integer from pointer without a cast
mod_suphp.c:453: warning: passing argument 5 of 'ap_log_rerror' from incompatible pointer type
mod_suphp.c:459: error: 'kill_after_timeout' undeclared (first use in this function)
mod_suphp.c:462: warning: passing argument 4 of 'ap_log_rerror' makes integer from pointer without a cast
mod_suphp.c:462: warning: passing argument 5 of 'ap_log_rerror' from incompatible pointer type
mod_suphp.c: In function 'suphp_handler':
mod_suphp.c:521: error: 'pool' undeclared (first use in this function)
mod_suphp.c:521: error: 'p' undeclared (first use in this function)
mod_suphp.c:523: error: 'BUFF' undeclared (first use in this function)
mod_suphp.c:523: error: 'script_in' undeclared (first use in this function)
mod_suphp.c:523: error: 'script_out' undeclared (first use in this function)
mod_suphp.c:523: error: 'script_err' undeclared (first use in this function)
mod_suphp.c:527: error: 'suphp_module' undeclared (first use in this function)
mod_suphp.c:539: error: 'suphp_conf' has no member named 'handlers'
mod_suphp.c:539: warning: comparison between pointer and integer
mod_suphp.c:540: error: 'suphp_conf' has no member named 'handlers'
mod_suphp.c:540: warning: comparison between pointer and integer
mod_suphp.c:541: error: 'suphp_conf' has no member named 'handlers'
mod_suphp.c:541: error: invalid type argument of 'unary *'
mod_suphp.c:544: error: 'suphp_conf' has no member named 'handlers'
mod_suphp.c:544: error: invalid type argument of 'unary *'
mod_suphp.c:558: warning: passing argument 1 of 'stat' makes pointer from integer without a cast
mod_suphp.c:563: warning: passing argument 4 of 'ap_log_rerror' makes integer from pointer without a cast
mod_suphp.c:563: warning: passing argument 5 of 'ap_log_rerror' from incompatible pointer type
mod_suphp.c:567: warning: passing argument 4 of 'ap_log_rerror' makes integer from pointer without a cast
mod_suphp.c:567: warning: passing argument 5 of 'ap_log_rerror' from incompatible pointer type
mod_suphp.c:571: warning: passing argument 4 of 'ap_log_rerror' makes integer from pointer without a cast
mod_suphp.c:571: warning: passing argument 5 of 'ap_log_rerror' from incompatible pointer type
mod_suphp.c:587: warning: initialization makes pointer from integer without a cast
mod_suphp.c:596: warning: assignment makes pointer from integer without a cast
mod_suphp.c:597: error: dereferencing pointer to incomplete type
mod_suphp.c:599: warning: assignment makes pointer from integer without a cast
mod_suphp.c:600: error: dereferencing pointer to incomplete type
mod_suphp.c:602: warning: assignment makes pointer from integer without a cast
mod_suphp.c:620: warning: passing argument 4 of 'ap_log_rerror' makes integer from pointer without a cast
mod_suphp.c:620: warning: passing argument 5 of 'ap_log_rerror' from incompatible pointer type
mod_suphp.c:620: error: too few arguments to function 'ap_log_rerror'
mod_suphp.c:649: warning: assignment makes pointer from integer without a cast
mod_suphp.c:658: warning: assignment makes pointer from integer without a cast
mod_suphp.c:659: warning: assignment makes pointer from integer without a cast
mod_suphp.c:690: error: 'kill_after_timeout' undeclared (first use in this function)
mod_suphp.c:693: warning: passing argument 4 of 'ap_log_rerror' makes integer from pointer without a cast
mod_suphp.c:693: warning: passing argument 5 of 'ap_log_rerror' from incompatible pointer type
mod_suphp.c:742: warning: assignment makes pointer from integer without a cast
mod_suphp.c:755: warning: assignment makes pointer from integer without a cast
mod_suphp.c:768: error: 'REDIRECT' undeclared (first use in this function)
mod_suphp.c: At top level:
mod_suphp.c:789: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'suphp_handlers'
mod_suphp.c:798: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'suphp_module'
make: 1254-004 The error code from the last command is 1.

Stop.
make: 1254-004 The error code from the last command is 1.

Stop.
make: 1254-004 The error code from the last command is 2.

Stop.
make: 1254-004 The error code from the last command is 1.

Stop.
$
 
Anyone have any ideas?

_______________________________________________
suPHP mailing list
[email protected]
https://lists.marsching.com/mailman/listinfo/suphp

Reply via email to