Ok now the compilation of PHP went well The probleme now is with apache !
I have no libphp4.a in my /sources/apache_1.3.27/src/modules/php4 folder I only have this -- -rw-r--r-- 1 root root 252 Mar 4 15:06 Makefile.libdir -rw-r--r-- 1 root root 2319 Mar 4 15:06 Makefile.tmpl -rw-r--r-- 1 root root 11728208 Mar 4 15:06 libmodphp4.a -rw-r--r-- 1 root root 827 Mar 4 15:06 libphp4.module -rw-r--r-- 1 root root 25140 Mar 4 15:06 mod_php4.c -rw-r--r-- 1 root root 12 Mar 4 15:06 mod_php4.exp -rw-r--r-- 1 root root 1855 Mar 4 15:06 mod_php4.h -rw-r--r-- 1 root root 1 Mar 4 15:06 mod_php4.lo -rw-r--r-- 1 root root 103236 Mar 4 15:06 mod_php4.o -- Libmodphp4.a and libphp4.module I did configure apache befor i compiled PHP. (like usual) But now if i do ./configure --activate-module=src/modules/php4/libmodphp4.a make At the make apache crashs ------------ <=== src/modules/standard ===> src/modules/php4 gcc -c -I../../os/unix -I../../include -DLINUX=22 -DUSE_HSREGEX -DNO_DL_NEEDED `../../apaci` mod_php4.c mod_php4.c:22:29: php_apache_http.h: No such file or directory mod_php4.c:36: parse error before '*' token mod_php4.c:39: parse error before "uint" mod_php4.c:40: warning: parameter names (without types) in function declaration mod_php4.c:41: parse error before '*' token mod_php4.c:42: parse error before '*' token mod_php4.c:43: parse error before '*' token mod_php4.c:44: parse error before '*' token mod_php4.c:45: parse error before '*' token mod_php4.c:46: parse error before '*' token mod_php4.c:47: parse error before '*' token mod_php4.c:59: parse error before '*' token mod_php4.c:60: parse error before '*' token mod_php4.c:61: parse error before '*' token mod_php4.c:62: parse error before '*' token mod_php4.c:63: parse error before '*' token mod_php4.c:64: parse error before '*' token mod_php4.c:70: parse error before "MODULE_VAR_EXPORT" mod_php4.c:70: warning: data definition has no type or storage class mod_php4.c:78: parse error before "uint" mod_php4.c:78: warning: no semicolon at end of struct or union mod_php4.c:79: warning: data definition has no type or storage class mod_php4.c:81: parse error before '}' token mod_php4.c:81: warning: data definition has no type or storage class mod_php4.c:96: parse error before "uint" mod_php4.c: In function `sapi_apache_ub_write': mod_php4.c:100: `server_context' undeclared (first use in this function) mod_php4.c:100: (Each undeclared identifier is reported only once mod_php4.c:100: for each function it appears in.) mod_php4.c:101: `str' undeclared (first use in this function) mod_php4.c:101: `str_length' undeclared (first use in this function) mod_php4.c:101: `request_rec' undeclared (first use in this function) mod_php4.c:101: parse error before ')' token mod_php4.c: In function `sapi_apache_flush': mod_php4.c:118: `request_rec' undeclared (first use in this function) mod_php4.c:118: parse error before ')' token mod_php4.c: At top level: mod_php4.c:126: parse error before "uint" mod_php4.c: In function `sapi_apache_read_post': mod_php4.c:128: `uint' undeclared (first use in this function) mod_php4.c:128: parse error before "total_read_bytes" mod_php4.c:129: `request_rec' undeclared (first use in this function) mod_php4.c:129: `r' undeclared (first use in this function) mod_php4.c:129: parse error before ')' token mod_php4.c:138: `read_post_bytes' undeclared (first use in this function) mod_php4.c:139: `total_read_bytes' undeclared (first use in this function) mod_php4.c:142: `SIGPIPE' undeclared (first use in this function) mod_php4.c:142: `SIG_IGN' undeclared (first use in this function) mod_php4.c:142: warning: assignment makes pointer from integer without a cast mod_php4.c:143: `count_bytes' undeclared (first use in this function) mod_php4.c:145: `read_bytes' undeclared (first use in this function) mod_php4.c:145: `buffer' undeclared (first use in this function) mod_php4.c: In function `sapi_apache_read_cookies': mod_php4.c:161: `request_rec' undeclared (first use in this function) mod_php4.c:161: parse error before ')' token mod_php4.c:161: invalid type argument of `->' mod_php4.c:161: parse error before ')' token mod_php4.c: At top level: mod_php4.c:167: parse error before '*' token mod_php4.c: In function `sapi_apache_header_handler': mod_php4.c:170: `request_rec' undeclared (first use in this function) mod_php4.c:170: `r' undeclared (first use in this function) mod_php4.c:170: parse error before ')' token mod_php4.c:172: `sapi_header' undeclared (first use in this function) mod_php4.c: At top level: mod_php4.c:205: parse error before '*' token mod_php4.c: In function `sapi_apache_send_headers': mod_php4.c:207: `server_context' undeclared (first use in this function) mod_php4.c:207: `NULL' undeclared (first use in this function) mod_php4.c:208: `SAPI_HEADER_SEND_FAILED' undeclared (first use in this function) mod_php4.c:211: `request_rec' undeclared (first use in this function) mod_php4.c:211: parse error before ')' token mod_php4.c:212: parse error before ')' token mod_php4.c:213: `SAPI_HEADER_SENT_SUCCESSFULLY' undeclared (first use in this function) mod_php4.c: At top level: mod_php4.c:219: parse error before '*' token mod_php4.c: In function `sapi_apache_register_server_variables': mod_php4.c:222: `array_header' undeclared (first use in this function) mod_php4.c:222: `arr' undeclared (first use in this function) mod_php4.c:222: `request_rec' undeclared (first use in this function) mod_php4.c:222: parse error before ')' token mod_php4.c:222: invalid type argument of `->' mod_php4.c:222: parse error before ')' token mod_php4.c:223: `table_entry' undeclared (first use in this function) mod_php4.c:223: `elts' undeclared (first use in this function) mod_php4.c:223: parse error before ')' token mod_php4.c:224: `zval' undeclared (first use in this function) mod_php4.c:224: `path_translated' undeclared (first use in this function) mod_php4.c:225: `HashTable' undeclared (first use in this function) mod_php4.c:225: `symbol_table' undeclared (first use in this function) mod_php4.c:233: `empty_string' undeclared (first use in this function) mod_php4.c:235: `track_vars_array' undeclared (first use in this function) mod_php4.c:235: parse error before "TSRMLS_CC" mod_php4.c:241: `register_globals' undeclared (first use in this function) mod_php4.c:243: `active_symbol_table' undeclared (first use in this function) mod_php4.c:245: `NULL' undeclared (first use in this function) mod_php4.c:249: `SUCCESS' undeclared (first use in this function) mod_php4.c:250: parse error before "TSRMLS_CC" mod_php4.c:253: parse error before ')' token mod_php4.c:253: invalid type argument of `->' mod_php4.c:253: parse error before "TSRMLS_CC" mod_php4.c: At top level: mod_php4.c:259: parse error before '*' token mod_php4.c: In function `php_apache_startup': mod_php4.c:261: `sapi_module' undeclared (first use in this function) mod_php4.c:261: `apache_module_entry' undeclared (first use in this function) mod_php4.c:261: `FAILURE' undeclared (first use in this function) mod_php4.c:264: `SUCCESS' undeclared (first use in this function) mod_php4.c: In function `php_apache_log_message': mod_php4.c:275: `server_context' undeclared (first use in this function) mod_php4.c:279: `request_rec' undeclared (first use in this function) mod_php4.c:279: parse error before ')' token mod_php4.c:279: invalid type argument of `->' mod_php4.c:279: parse error before ')' token mod_php4.c:282: `stderr' undeclared (first use in this function) mod_php4.c: In function `php_apache_request_shutdown': mod_php4.c:294: parse error before "TSRMLS_CC" mod_php4.c:295: `server_context' undeclared (first use in this function) mod_php4.c:295: `NULL' undeclared (first use in this function) mod_php4.c:296: `in_request' undeclared (first use in this function) mod_php4.c:297: invalid lvalue in assignment mod_php4.c: In function `php_apache_sapi_activate': mod_php4.c:307: `request_rec' undeclared (first use in this function) mod_php4.c:307: `r' undeclared (first use in this function) mod_php4.c:307: parse error before ')' token mod_php4.c:318: `NULL' undeclared (first use in this function) mod_php4.c:318: `php_request_shutdown_for_exec' undeclared (first use in this function) mod_php4.c:319: `in_request' undeclared (first use in this function) mod_php4.c:319: invalid lvalue in assignment mod_php4.c:325: `request_info' undeclared (first use in this function) mod_php4.c:325: request for member `headers_only' in something not a structure or union mod_php4.c:326: `SUCCESS' undeclared (first use in this function) mod_php4.c: In function `php_apache_get_stat': mod_php4.c:334: `request_rec' undeclared (first use in this function) mod_php4.c:334: parse error before ')' token mod_php4.c: At top level: mod_php4.c:340: parse error before "size_t" mod_php4.c: In function `php_apache_getenv': mod_php4.c:342: `request_rec' undeclared (first use in this function) mod_php4.c:342: parse error before ')' token mod_php4.c:342: invalid type argument of `->' mod_php4.c:342: `name' undeclared (first use in this function) mod_php4.c:342: parse error before ')' token mod_php4.c: At top level: mod_php4.c:348: parse error before "apache_sapi_module" mod_php4.c:349: warning: initialization makes integer from pointer without a cast mod_php4.c:350: warning: excess elements in scalar initializer mod_php4.c:350: warning: (near initialization for `apache_sapi_module') mod_php4.c:352: warning: excess elements in scalar initializer mod_php4.c:352: warning: (near initialization for `apache_sapi_module') mod_php4.c:353: `php_module_shutdown_wrapper' undeclared here (not in a function) mod_php4.c:353: warning: excess elements in scalar initializer mod_php4.c:353: warning: (near initialization for `apache_sapi_module') mod_php4.c:355: warning: excess elements in scalar initializer mod_php4.c:355: warning: (near initialization for `apache_sapi_module') mod_php4.c:356: `NULL' undeclared here (not in a function) mod_php4.c:356: warning: excess elements in scalar initializer mod_php4.c:356: warning: (near initialization for `apache_sapi_module') mod_php4.c:358: warning: excess elements in scalar initializer mod_php4.c:358: warning: (near initialization for `apache_sapi_module') mod_php4.c:359: warning: excess elements in scalar initializer mod_php4.c:359: warning: (near initialization for `apache_sapi_module') mod_php4.c:360: warning: excess elements in scalar initializer mod_php4.c:360: warning: (near initialization for `apache_sapi_module') mod_php4.c:361: warning: excess elements in scalar initializer mod_php4.c:361: warning: (near initialization for `apache_sapi_module') mod_php4.c:363: `php_error' undeclared here (not in a function) mod_php4.c:363: warning: excess elements in scalar initializer mod_php4.c:363: warning: (near initialization for `apache_sapi_module') mod_php4.c:365: warning: excess elements in scalar initializer mod_php4.c:365: warning: (near initialization for `apache_sapi_module') mod_php4.c:366: warning: excess elements in scalar initializer mod_php4.c:366: warning: (near initialization for `apache_sapi_module') mod_php4.c:367: `NULL' undeclared here (not in a function) mod_php4.c:367: warning: excess elements in scalar initializer mod_php4.c:367: warning: (near initialization for `apache_sapi_module') mod_php4.c:369: warning: excess elements in scalar initializer mod_php4.c:369: warning: (near initialization for `apache_sapi_module') mod_php4.c:370: warning: excess elements in scalar initializer mod_php4.c:370: warning: (near initialization for `apache_sapi_module') mod_php4.c:372: warning: excess elements in scalar initializer mod_php4.c:372: warning: (near initialization for `apache_sapi_module') mod_php4.c:373: warning: excess elements in scalar initializer mod_php4.c:373: warning: (near initialization for `apache_sapi_module') mod_php4.c:375: `NULL' undeclared here (not in a function) mod_php4.c:375: warning: excess elements in scalar initializer mod_php4.c:375: warning: (near initialization for `apache_sapi_module') mod_php4.c:381: `block_alarms' undeclared here (not in a function) mod_php4.c:381: warning: excess elements in scalar initializer mod_php4.c:381: warning: (near initialization for `apache_sapi_module') mod_php4.c:382: `unblock_alarms' undeclared here (not in a function) mod_php4.c:382: warning: excess elements in scalar initializer mod_php4.c:382: warning: (near initialization for `apache_sapi_module') mod_php4.c:386: `STANDARD_SAPI_MODULE_PROPERTIES' undeclared here (not in a function) mod_php4.c:386: warning: excess elements in scalar initializer mod_php4.c:386: warning: (near initialization for `apache_sapi_module') mod_php4.c:386: warning: data definition has no type or storage class mod_php4.c: In function `init_request_info': mod_php4.c:401: `request_rec' undeclared (first use in this function) mod_php4.c:401: `r' undeclared (first use in this function) mod_php4.c:401: parse error before ')' token mod_php4.c:403: `NULL' undeclared (first use in this function) mod_php4.c:406: `request_info' undeclared (first use in this function) mod_php4.c:406: request for member `query_string' in something not a structure or union mod_php4.c:407: request for member `path_translated' in something not a structure or union mod_php4.c:408: request for member `request_uri' in something not a structure or union mod_php4.c:409: request for member `request_method' in something not a structure or union mod_php4.c:410: request for member `content_type' in something not a structure or union mod_php4.c:411: request for member `content_length' in something not a structure or union mod_php4.c:412: `sapi_headers' undeclared (first use in this function) mod_php4.c:412: request for member `http_response_code' in something not a structure or union mod_php4.c:415: warning: assignment makes pointer from integer without a cast mod_php4.c:418: `safe_mode' undeclared (first use in this function) mod_php4.c:420: warning: assignment makes pointer from integer without a cast mod_php4.c:421: request for member `auth_user' in something not a structure or union mod_php4.c:422: request for member `auth_user' in something not a structure or union mod_php4.c:423: request for member `auth_user' in something not a structure or union mod_php4.c:425: request for member `auth_user' in something not a structure or union mod_php4.c:425: request for member `auth_user' in something not a structure or union mod_php4.c:427: request for member `auth_password' in something not a structure or union mod_php4.c:428: request for member `auth_password' in something not a structure or union mod_php4.c:429: request for member `auth_password' in something not a structure or union mod_php4.c:429: request for member `auth_password' in something not a structure or union mod_php4.c:432: request for member `auth_user' in something not a structure or union mod_php4.c:433: request for member `auth_password' in something not a structure or union mod_php4.c: At top level: mod_php4.c:440: parse error before '*' token mod_php4.c: In function `php_apache_alter_ini_entries': mod_php4.c:442: `per_dir_entry' undeclared (first use in this function) mod_php4.c:442: `PHP_INI_STAGE_ACTIVATE' undeclared (first use in this function) mod_php4.c: At top level: mod_php4.c:449: parse error before '*' token mod_php4.c: In function `php_apache_get_default_mimetype': mod_php4.c:453: `default_mimetype' undeclared (first use in this function) mod_php4.c:453: `default_charset' undeclared (first use in this function) mod_php4.c:457: `TSRMLS_C' undeclared (first use in this function) mod_php4.c:457: warning: assignment makes pointer from integer without a cast mod_php4.c:458: `r' undeclared (first use in this function) mod_php4.c:458: warning: assignment makes pointer from integer without a cast mod_php4.c:461: `SAPI_DEFAULT_MIMETYPE' undeclared (first use in this function) mod_php4.c:461: parse error before string constant mod_php4.c: At top level: mod_php4.c:469: parse error before '*' token mod_php4.c: In function `send_php': mod_php4.c:472: `HashTable' undeclared (first use in this function) mod_php4.c:472: `per_dir_conf' undeclared (first use in this function) mod_php4.c:475: `in_request' undeclared (first use in this function) mod_php4.c:476: `zend_file_handle' undeclared (first use in this function) mod_php4.c:476: parse error before "fh" mod_php4.c:478: `fh' undeclared (first use in this function) mod_php4.c:478: `r' undeclared (first use in this function) mod_php4.c:479: `NULL' undeclared (first use in this function) mod_php4.c:481: `ZEND_HANDLE_FILENAME' undeclared (first use in this function) mod_php4.c:487: `ZEND_INCLUDE' undeclared (first use in this function) mod_php4.c:487: parse error before "TSRMLS_CC" mod_php4.c:488: `OK' undeclared (first use in this function) mod_php4.c:491: `zend_first_try' undeclared (first use in this function) mod_php4.c:491: parse error before '{' token mod_php4.c: At top level: mod_php4.c:498: `per_dir_conf' used prior to declaration mod_php4.c:498: `HashTable' undeclared here (not in a function) mod_php4.c:498: parse error before ')' token mod_php4.c:509: syntax error before '{' token mod_php4.c:511: warning: data definition has no type or storage class mod_php4.c:512: parse error before "return" mod_php4.c:533: warning: data definition has no type or storage class mod_php4.c:534: parse error before "return" mod_php4.c:547: parse error before string constant mod_php4.c:547: warning: data definition has no type or storage class mod_php4.c:549: warning: parameter names (without types) in function declaration mod_php4.c:549: function `SG' is initialized like a variable mod_php4.c:549: `r' undeclared here (not in a function) mod_php4.c:549: warning: data definition has no type or storage class mod_php4.c:551: conflicting types for `php_save_umask' mod_php4.c:88: previous declaration of `php_save_umask' mod_php4.c:551: warning: data definition has no type or storage class mod_php4.c:552: warning: parameter names (without types) in function declaration mod_php4.c:552: warning: data definition has no type or storage class mod_php4.c:553: warning: parameter names (without types) in function declaration mod_php4.c:553: warning: data definition has no type or storage class mod_php4.c:555: warning: parameter names (without types) in function declaration mod_php4.c:555: conflicting types for `init_request_info' mod_php4.c:400: previous declaration of `init_request_info' mod_php4.c:555: warning: data definition has no type or storage class mod_php4.c:556: parse error before "TSRMLS_CC" mod_php4.c:556: warning: data definition has no type or storage class mod_php4.c:559: conflicting types for `php_restore_umask' mod_php4.c:392: previous declaration of `php_restore_umask' mod_php4.c:559: warning: data definition has no type or storage class mod_php4.c:560: warning: parameter names (without types) in function declaration mod_php4.c:560: warning: data definition has no type or storage class mod_php4.c:561: parse error before '}' token mod_php4.c:561: warning: data definition has no type or storage class mod_php4.c:563: parse error before "return" mod_php4.c:569: parse error before '*' token mod_php4.c: In function `send_parsed_php': mod_php4.c:571: `r' undeclared (first use in this function) mod_php4.c:571: `NULL' undeclared (first use in this function) mod_php4.c: At top level: mod_php4.c:590: parse error before '*' token mod_php4.c: In function `send_parsed_php_source': mod_php4.c:592: `r' undeclared (first use in this function) mod_php4.c:592: `NULL' undeclared (first use in this function) mod_php4.c: At top level: mod_php4.c:598: parse error before '*' token mod_php4.c: In function `destroy_per_dir_entry': mod_php4.c:600: `per_dir_entry' undeclared (first use in this function) mod_php4.c: At top level: mod_php4.c:607: parse error before '*' token mod_php4.c: In function `copy_per_dir_entry': mod_php4.c:609: parse error before "tmp" mod_php4.c:611: `per_dir_entry' undeclared (first use in this function) mod_php4.c:611: `tmp' undeclared (first use in this function) mod_php4.c: At top level: mod_php4.c:623: parse error before "should_overwrite_per_dir_entry" mod_php4.c:623: parse error before '*' token mod_php4.c: In function `should_overwrite_per_dir_entry': mod_php4.c:625: `new_per_dir_entry' undeclared (first use in this function) mod_php4.c:626: `PHP_INI_SYSTEM' undeclared (first use in this function) mod_php4.c:626: `orig_per_dir_entry' undeclared (first use in this function) mod_php4.c: At top level: mod_php4.c:636: parse error before '*' token mod_php4.c: In function `php_destroy_per_dir_info': mod_php4.c:638: `per_dir_info' undeclared (first use in this function) mod_php4.c: At top level: mod_php4.c:645: parse error before '*' token mod_php4.c: In function `php_create_dir': mod_php4.c:647: `HashTable' undeclared (first use in this function) mod_php4.c:647: `per_dir_info' undeclared (first use in this function) mod_php4.c:649: parse error before ')' token mod_php4.c:650: `NULL' undeclared (first use in this function) mod_php4.c:651: `p' undeclared (first use in this function) mod_php4.c:651: `zend_hash_destroy' undeclared (first use in this function) mod_php4.c: At top level: mod_php4.c:659: parse error before '*' token mod_php4.c: In function `php_merge_dir': mod_php4.c:662: `HashTable' undeclared (first use in this function) mod_php4.c:662: parse error before ')' token mod_php4.c:663: `addv' undeclared (first use in this function) mod_php4.c: At top level: mod_php4.c:669: parse error before '*' token mod_php4.c: In function `php_apache_value_handler_ex': mod_php4.c:671: parse error before "per_dir_entry" mod_php4.c:681: `per_dir_entry' undeclared (first use in this function) mod_php4.c:681: `mode' undeclared (first use in this function) mod_php4.c:683: `arg2' undeclared (first use in this function) mod_php4.c:687: `arg1' undeclared (first use in this function) mod_php4.c:698: `conf' undeclared (first use in this function) mod_php4.c:698: `NULL' undeclared (first use in this function) mod_php4.c: At top level: mod_php4.c:705: parse error before '*' token mod_php4.c: In function `php_apache_value_handler': mod_php4.c:707: `cmd' undeclared (first use in this function) mod_php4.c:707: `conf' undeclared (first use in this function) mod_php4.c:707: `arg1' undeclared (first use in this function) mod_php4.c:707: `arg2' undeclared (first use in this function) mod_php4.c:707: `PHP_INI_PERDIR' undeclared (first use in this function) mod_php4.c: At top level: mod_php4.c:713: parse error before '*' token mod_php4.c: In function `php_apache_admin_value_handler': mod_php4.c:715: `cmd' undeclared (first use in this function) mod_php4.c:715: `conf' undeclared (first use in this function) mod_php4.c:715: `arg1' undeclared (first use in this function) mod_php4.c:715: `arg2' undeclared (first use in this function) mod_php4.c:715: `PHP_INI_SYSTEM' undeclared (first use in this function) mod_php4.c: At top level: mod_php4.c:721: parse error before '*' token mod_php4.c: In function `php_apache_flag_handler_ex': mod_php4.c:725: `arg2' undeclared (first use in this function) mod_php4.c:732: `cmd' undeclared (first use in this function) mod_php4.c:732: `conf' undeclared (first use in this function) mod_php4.c:732: `arg1' undeclared (first use in this function) mod_php4.c:732: `mode' undeclared (first use in this function) mod_php4.c: At top level: mod_php4.c:738: parse error before '*' token mod_php4.c: In function `php_apache_flag_handler': mod_php4.c:740: `cmd' undeclared (first use in this function) mod_php4.c:740: `conf' undeclared (first use in this function) mod_php4.c:740: `arg1' undeclared (first use in this function) mod_php4.c:740: `arg2' undeclared (first use in this function) mod_php4.c:740: `PHP_INI_PERDIR' undeclared (first use in this function) mod_php4.c: At top level: mod_php4.c:746: parse error before '*' token mod_php4.c: In function `php_apache_admin_flag_handler': mod_php4.c:748: `cmd' undeclared (first use in this function) mod_php4.c:748: `conf' undeclared (first use in this function) mod_php4.c:748: `arg1' undeclared (first use in this function) mod_php4.c:748: `arg2' undeclared (first use in this function) mod_php4.c:748: `PHP_INI_SYSTEM' undeclared (first use in this function) mod_php4.c: At top level: mod_php4.c:754: parse error before '*' token mod_php4.c: In function `php_xbithack_handler': mod_php4.c:756: `HashTable' undeclared (first use in this function) mod_php4.c:759: `r' undeclared (first use in this function) mod_php4.c:759: `S_IXUSR' undeclared (first use in this function) mod_php4.c:760: `METHODS' undeclared (first use in this function) mod_php4.c:761: `DECLINED' undeclared (first use in this function) mod_php4.c:763: parse error before ')' token mod_php4.c:765: parse error before ')' token mod_php4.c:767: `xbithack' undeclared (first use in this function) mod_php4.c: In function `apache_php_module_shutdown_wrapper': mod_php4.c:780: request for member `shutdown' in something not a structure or union mod_php4.c: At top level: mod_php4.c:812: parse error before '*' token mod_php4.c: In function `php_init_handler': mod_php4.c:814: `p' undeclared (first use in this function) mod_php4.c:814: `NULL' undeclared (first use in this function) mod_php4.c:814: `php_module_shutdown_for_exec' undeclared (first use in this function) mod_php4.c: At top level: mod_php4.c:836: parse error before "php_handlers" mod_php4.c:838: warning: braces around scalar initializer mod_php4.c:838: warning: (near initialization for `php_handlers[0]') mod_php4.c:838: warning: initialization makes integer from pointer without a cast mod_php4.c:838: warning: excess elements in scalar initializer mod_php4.c:838: warning: (near initialization for `php_handlers[0]') mod_php4.c:839: warning: braces around scalar initializer mod_php4.c:839: warning: (near initialization for `php_handlers[1]') mod_php4.c:839: warning: initialization makes integer from pointer without a cast mod_php4.c:839: warning: excess elements in scalar initializer mod_php4.c:839: warning: (near initialization for `php_handlers[1]') mod_php4.c:840: warning: braces around scalar initializer mod_php4.c:840: warning: (near initialization for `php_handlers[2]') mod_php4.c:840: warning: initialization makes integer from pointer without a cast mod_php4.c:840: warning: excess elements in scalar initializer mod_php4.c:840: warning: (near initialization for `php_handlers[2]') mod_php4.c:841: warning: braces around scalar initializer mod_php4.c:841: warning: (near initialization for `php_handlers[3]') mod_php4.c:841: `NULL' undeclared here (not in a function) mod_php4.c:841: initializer element is not constant mod_php4.c:841: (near initialization for `php_handlers[3]') mod_php4.c:841: initializer element is not constant mod_php4.c:841: (near initialization for `php_handlers[3]') mod_php4.c:842: warning: data definition has no type or storage class mod_php4.c:847: parse error before "php_commands" mod_php4.c:849: warning: braces around scalar initializer mod_php4.c:849: warning: (near initialization for `php_commands[0]') mod_php4.c:849: warning: initialization makes integer from pointer without a cast mod_php4.c:849: warning: excess elements in scalar initializer mod_php4.c:849: warning: (near initialization for `php_commands[0]') mod_php4.c:849: `NULL' undeclared here (not in a function) mod_php4.c:849: warning: excess elements in scalar initializer mod_php4.c:849: warning: (near initialization for `php_commands[0]') mod_php4.c:849: `OR_OPTIONS' undeclared here (not in a function) mod_php4.c:849: warning: excess elements in scalar initializer mod_php4.c:849: warning: (near initialization for `php_commands[0]') mod_php4.c:849: `TAKE2' undeclared here (not in a function) mod_php4.c:849: warning: excess elements in scalar initializer mod_php4.c:849: warning: (near initialization for `php_commands[0]') mod_php4.c:849: warning: excess elements in scalar initializer mod_php4.c:849: warning: (near initialization for `php_commands[0]') mod_php4.c:850: warning: braces around scalar initializer mod_php4.c:850: warning: (near initialization for `php_commands[1]') mod_php4.c:850: warning: initialization makes integer from pointer without a cast mod_php4.c:850: warning: excess elements in scalar initializer mod_php4.c:850: warning: (near initialization for `php_commands[1]') mod_php4.c:850: `NULL' undeclared here (not in a function) mod_php4.c:850: warning: excess elements in scalar initializer mod_php4.c:850: warning: (near initialization for `php_commands[1]') mod_php4.c:850: `OR_OPTIONS' undeclared here (not in a function) mod_php4.c:850: warning: excess elements in scalar initializer mod_php4.c:850: warning: (near initialization for `php_commands[1]') mod_php4.c:850: `TAKE2' undeclared here (not in a function) mod_php4.c:850: warning: excess elements in scalar initializer mod_php4.c:850: warning: (near initialization for `php_commands[1]') mod_php4.c:850: warning: excess elements in scalar initializer mod_php4.c:850: warning: (near initialization for `php_commands[1]') mod_php4.c:851: warning: braces around scalar initializer mod_php4.c:851: warning: (near initialization for `php_commands[2]') mod_php4.c:851: warning: initialization makes integer from pointer without a cast mod_php4.c:851: warning: excess elements in scalar initializer mod_php4.c:851: warning: (near initialization for `php_commands[2]') mod_php4.c:851: `NULL' undeclared here (not in a function) mod_php4.c:851: warning: excess elements in scalar initializer mod_php4.c:851: warning: (near initialization for `php_commands[2]') mod_php4.c:851: `ACCESS_CONF' undeclared here (not in a function) mod_php4.c:851: `RSRC_CONF' undeclared here (not in a function) mod_php4.c:851: warning: excess elements in scalar initializer mod_php4.c:851: warning: (near initialization for `php_commands[2]') mod_php4.c:851: `TAKE2' undeclared here (not in a function) mod_php4.c:851: warning: excess elements in scalar initializer mod_php4.c:851: warning: (near initialization for `php_commands[2]') mod_php4.c:851: warning: excess elements in scalar initializer mod_php4.c:851: warning: (near initialization for `php_commands[2]') mod_php4.c:852: warning: braces around scalar initializer mod_php4.c:852: warning: (near initialization for `php_commands[3]') mod_php4.c:852: warning: initialization makes integer from pointer without a cast mod_php4.c:852: warning: excess elements in scalar initializer mod_php4.c:852: warning: (near initialization for `php_commands[3]') mod_php4.c:852: `NULL' undeclared here (not in a function) mod_php4.c:852: warning: excess elements in scalar initializer mod_php4.c:852: warning: (near initialization for `php_commands[3]') mod_php4.c:852: `ACCESS_CONF' undeclared here (not in a function) mod_php4.c:852: `RSRC_CONF' undeclared here (not in a function) mod_php4.c:852: warning: excess elements in scalar initializer mod_php4.c:852: warning: (near initialization for `php_commands[3]') mod_php4.c:852: `TAKE2' undeclared here (not in a function) mod_php4.c:852: warning: excess elements in scalar initializer mod_php4.c:852: warning: (near initialization for `php_commands[3]') mod_php4.c:852: warning: excess elements in scalar initializer mod_php4.c:852: warning: (near initialization for `php_commands[3]') mod_php4.c:853: warning: braces around scalar initializer mod_php4.c:853: warning: (near initialization for `php_commands[4]') mod_php4.c:853: `NULL' undeclared here (not in a function) mod_php4.c:853: initializer element is not constant mod_php4.c:853: (near initialization for `php_commands[4]') mod_php4.c:853: initializer element is not constant mod_php4.c:853: (near initialization for `php_commands[4]') mod_php4.c:854: warning: data definition has no type or storage class mod_php4.c:859: parse error before "MODULE_VAR_EXPORT" mod_php4.c:861: `STANDARD_MODULE_STUFF' undeclared here (not in a function) mod_php4.c:861: initializer element is not constant mod_php4.c:861: (near initialization for `php4_module') mod_php4.c:862: warning: excess elements in scalar initializer mod_php4.c:862: warning: (near initialization for `php4_module') mod_php4.c:863: warning: excess elements in scalar initializer mod_php4.c:863: warning: (near initialization for `php4_module') mod_php4.c:864: warning: excess elements in scalar initializer mod_php4.c:864: warning: (near initialization for `php4_module') mod_php4.c:865: `NULL' undeclared here (not in a function) mod_php4.c:865: warning: excess elements in scalar initializer mod_php4.c:865: warning: (near initialization for `php4_module') mod_php4.c:866: `NULL' undeclared here (not in a function) mod_php4.c:866: warning: excess elements in scalar initializer mod_php4.c:866: warning: (near initialization for `php4_module') mod_php4.c:867: warning: excess elements in scalar initializer mod_php4.c:867: warning: (near initialization for `php4_module') mod_php4.c:868: warning: excess elements in scalar initializer mod_php4.c:868: warning: (near initialization for `php4_module') mod_php4.c:869: `NULL' undeclared here (not in a function) mod_php4.c:869: warning: excess elements in scalar initializer mod_php4.c:869: warning: (near initialization for `php4_module') mod_php4.c:870: `NULL' undeclared here (not in a function) mod_php4.c:870: warning: excess elements in scalar initializer mod_php4.c:870: warning: (near initialization for `php4_module') mod_php4.c:871: `NULL' undeclared here (not in a function) mod_php4.c:871: warning: excess elements in scalar initializer mod_php4.c:871: warning: (near initialization for `php4_module') mod_php4.c:872: `NULL' undeclared here (not in a function) mod_php4.c:872: warning: excess elements in scalar initializer mod_php4.c:872: warning: (near initialization for `php4_module') mod_php4.c:873: `NULL' undeclared here (not in a function) mod_php4.c:873: warning: excess elements in scalar initializer mod_php4.c:873: warning: (near initialization for `php4_module') mod_php4.c:874: `NULL' undeclared here (not in a function) mod_php4.c:874: warning: excess elements in scalar initializer mod_php4.c:874: warning: (near initialization for `php4_module') mod_php4.c:888: `NULL' undeclared here (not in a function) mod_php4.c:888: warning: excess elements in scalar initializer mod_php4.c:888: warning: (near initialization for `php4_module') mod_php4.c:888: warning: data definition has no type or storage class make[4]: *** [mod_php4.o] Error 1 make[3]: *** [all] Error 1 make[2]: *** [subdirs] Error 1 make[2]: Leaving directory `/root/sources/apache_1.3.27/src' make[1]: *** [build-std] Error 2 make[1]: Leaving directory `/root/sources/apache_1.3.27' make: *** [build] Error 2 --- I think these errors are probably beyound the scoop of this mailing liste but hopefully this can help someone else also. Realy i wonder if i am the only one that has that mutch trouble to configure all this together. What can i do to get this working ? Thanks for the help guys Sorry if i ask that many question but i try to understand what is going on. In fact i am putting a tutorial together to help people configure PHP,Sablotron,Apache,MySQL altogether. (it will also help) Thanks again Yann -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php