I am experiencing problem with mod_aspseek compile. How may I fix this? Thank you, Nori
/usr/local/apache2/bin/apxs -c -o .libs/mod_aspseek.so -DHAVE_CONFIG_H -I. -I. -I../include mod_aspseek.c ./.libs/libaspseek.so -lstdc++ -ldl -lz -lpthread -Wl,--rpath -Wl,/usr/local/aspseek/lib /usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic -DAP_HAVE_DESIGNATED_INITIALIZER -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -g -O2 -pthread -I/usr/local/apache2/include -I. -I. -I../include -DHAVE_CONFIG_H -c -o mod_aspseek.lo mod_aspseek.c && touch mod_aspseek.slo mod_aspseek.c: In function `amod_set_content_type': mod_aspseek.c:56: warning: assignment makes pointer from integer without a cast mod_aspseek.c: In function `amod_get_request_header': mod_aspseek.c:109: `array_header' undeclared (first use in this function) mod_aspseek.c:109: (Each undeclared identifier is reported only once mod_aspseek.c:109: for each function it appears in.) mod_aspseek.c:109: `hdrs_arr' undeclared (first use in this function) mod_aspseek.c:110: `table_entry' undeclared (first use in this function) mod_aspseek.c:110: `hdrs' undeclared (first use in this function) mod_aspseek.c:111: parse error before `int' mod_aspseek.c:114: parse error before `)' mod_aspseek.c:115: `i' undeclared (first use in this function) mod_aspseek.c: At top level: mod_aspseek.c:159: parse error before `*' mod_aspseek.c: In function `amod_site_config': mod_aspseek.c:161: `p' undeclared (first use in this function) mod_aspseek.c: At top level: mod_aspseek.c:166: parse error before `*' mod_aspseek.c: In function `amod_server_config': mod_aspseek.c:168: `p' undeclared (first use in this function) mod_aspseek.c: In function `cmd_template': mod_aspseek.c:175: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast mod_aspseek.c:175: warning: passing arg 5 of `ap_log_error' from incompatible pointer type mod_aspseek.c: At top level: mod_aspseek.c:236: warning: initialization from incompatible pointer type mod_aspseek.c:247: parse error before `amod_handlers' mod_aspseek.c:248: warning: braces around scalar initializer mod_aspseek.c:248: warning: (near initialization for `amod_handlers[0]') mod_aspseek.c:248: warning: initialization makes integer from pointer without a cast mod_aspseek.c:248: warning: excess elements in scalar initializer mod_aspseek.c:248: warning: (near initialization for `amod_handlers[0]') mod_aspseek.c:249: warning: braces around scalar initializer mod_aspseek.c:249: warning: (near initialization for `amod_handlers[1]') mod_aspseek.c:249: warning: initialization makes integer from pointer without a cast mod_aspseek.c:249: warning: excess elements in scalar initializer mod_aspseek.c:249: warning: (near initialization for `amod_handlers[1]') mod_aspseek.c:250: warning: data definition has no type or storage class mod_aspseek.c:253: parse error before `aspseek_module' mod_aspseek.c:253: conflicting types for `aspseek_module' mod_aspseek.c:142: previous declaration of `aspseek_module' mod_aspseek.c:254: `this_module_needs_to_be_ported_to_apache_2_0' undeclared here (not in a function) mod_aspseek.c:254: initializer element is not constant mod_aspseek.c:254: (near initialization for `aspseek_module') mod_aspseek.c:255: warning: excess elements in scalar initializer mod_aspseek.c:255: warning: (near initialization for `aspseek_module') mod_aspseek.c:256: warning: excess elements in scalar initializer mod_aspseek.c:256: warning: (near initialization for `aspseek_module') mod_aspseek.c:257: warning: excess elements in scalar initializer mod_aspseek.c:257: warning: (near initialization for `aspseek_module') mod_aspseek.c:258: warning: excess elements in scalar initializer mod_aspseek.c:258: warning: (near initialization for `aspseek_module') mod_aspseek.c:259: warning: excess elements in scalar initializer mod_aspseek.c:259: warning: (near initialization for `aspseek_module') mod_aspseek.c:260: warning: excess elements in scalar initializer mod_aspseek.c:260: warning: (near initialization for `aspseek_module') mod_aspseek.c:261: warning: excess elements in scalar initializer mod_aspseek.c:261: warning: (near initialization for `aspseek_module') mod_aspseek.c:262: warning: excess elements in scalar initializer mod_aspseek.c:262: warning: (near initialization for `aspseek_module') mod_aspseek.c:263: warning: excess elements in scalar initializer mod_aspseek.c:263: warning: (near initialization for `aspseek_module') mod_aspseek.c:264: warning: excess elements in scalar initializer mod_aspseek.c:264: warning: (near initialization for `aspseek_module') mod_aspseek.c:265: warning: excess elements in scalar initializer mod_aspseek.c:265: warning: (near initialization for `aspseek_module') mod_aspseek.c:266: warning: excess elements in scalar initializer mod_aspseek.c:266: warning: (near initialization for `aspseek_module') mod_aspseek.c:267: warning: excess elements in scalar initializer mod_aspseek.c:267: warning: (near initialization for `aspseek_module') mod_aspseek.c:268: warning: excess elements in scalar initializer mod_aspseek.c:268: warning: (near initialization for `aspseek_module') mod_aspseek.c:269: warning: excess elements in scalar initializer mod_aspseek.c:269: warning: (near initialization for `aspseek_module') mod_aspseek.c:270: warning: excess elements in scalar initializer mod_aspseek.c:270: warning: (near initialization for `aspseek_module') mod_aspseek.c:271: warning: excess elements in scalar initializer mod_aspseek.c:271: warning: (near initialization for `aspseek_module') mod_aspseek.c:279: warning: excess elements in scalar initializer mod_aspseek.c:279: warning: (near initialization for `aspseek_module') mod_aspseek.c:279: warning: data definition has no type or storage class apxs:Error: Command failed with rc=65536 . make[2]: *** [mod_aspseek.so] Error 1 make[2]: Leaving directory `/usr/local/src/aspseek-1.2.8/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/aspseek-1.2.8/src' make: *** [all-recursive] Error 1 -- __________________________________________________________________ Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/ Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
