Is http://www.fastcgi.com/dist still under maintenance?

"Zhang,Shiwei\(??????\)" <meetswary-/[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel,gmane.spam.detected
Message-ID <[email protected]>
Hi, fastcgi-developers,

      I saw the most updated mod_fastcgi is mod_fastcgi-2.4.2.tar.gz, whose latest update date is 24-Nov-2003 19:07. So I doubt whether it is still active.
      I can compile mod_fastcgi-2.4.0 by ./apache1.3.27/bin/apxs. But when I compiled mod_fastcgi-2.4.2 by ./apache2.2.4/bin/apxs, I always got the following issues. Can you tell me a method to successfully compile&install mod_fastcgi-2.4.2 on apache2.2.4? Many thanks.

////////////////////////////Issue commences//////////////////////
[root@localhost mod_fastcgi-2.4.2]# /opt/apache2.2.4/bin/apxs -o mod_fastcgi.so -c *.c
/opt/apache2.2.4/build/libtool --silent --mode=compile gcc -prefer-pic   -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -O2 -pthread -I/opt/apache2.2.4/include  -I/opt/apache2.2.4/include   -I/opt/apache2.2.4/include   -c -o fcgi_buf.lo fcgi_buf.c && touch fcgi_buf.slo
fcgi_buf.c: In function `array_grow':
fcgi_buf.c:490: warning: assignment makes pointer from integer without a cast
/opt/apache2.2.4/build/libtool --silent --mode=compile gcc -prefer-pic   -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -O2 -pthread -I/opt/apache2.2.4/include  -I/opt/apache2.2.4/include   -I/opt/apache2.2.4/include   -c -o fcgi_config.lo fcgi_config.c && touch fcgi_config.slo
fcgi_config.c: In function `get_host_n_port':
fcgi_config.c:53: warning: return makes pointer from integer without a cast
fcgi_config.c: In function `get_u_short':
fcgi_config.c:78: warning: return makes pointer from integer without a cast
fcgi_config.c:82: warning: return makes pointer from integer without a cast
fcgi_config.c: In function `get_int':
fcgi_config.c:104: warning: return makes pointer from integer without a cast
fcgi_config.c:108: warning: return makes pointer from integer without a cast
fcgi_config.c: In function `get_u_int':
fcgi_config.c:129: warning: return makes pointer from integer without a cast
fcgi_config.c:131: warning: return makes pointer from integer without a cast
fcgi_config.c: In function `get_float':
fcgi_config.c:150: warning: return makes pointer from integer without a cast
fcgi_config.c:152: warning: return makes pointer from integer without a cast
fcgi_config.c: In function `fcgi_config_set_env_var':
fcgi_config.c:163: warning: assignment makes pointer from integer without a cast
fcgi_config.c: In function `get_pass_header':
fcgi_config.c:194: warning: assignment makes pointer from integer without a cast
fcgi_config.c: In function `invalid_value':
fcgi_config.c:210: warning: return makes pointer from integer without a cast
fcgi_config.c: In function `fcgi_config_make_dir':
fcgi_config.c:339: warning: return makes pointer from integer without a cast
fcgi_config.c:347: warning: return makes pointer from integer without a cast
fcgi_config.c:366: warning: return makes pointer from integer without a cast
fcgi_config.c: In function `fcgi_config_make_dynamic_dir':
fcgi_config.c:382: warning: assignment makes pointer from integer without a cast
fcgi_config.c:385: warning: return makes pointer from integer without a cast
fcgi_config.c: In function `fcgi_config_set_socket_dir':
fcgi_config.c:465: warning: return makes pointer from integer without a cast
fcgi_config.c:470: warning: return makes pointer from integer without a cast
fcgi_config.c:475: warning: return makes pointer from integer without a cast
fcgi_config.c:478: warning: assignment makes pointer from integer without a cast
fcgi_config.c:484: warning: return makes pointer from integer without a cast
fcgi_config.c:505: warning: return makes pointer from integer without a cast
fcgi_config.c:509: warning: return makes pointer from integer without a cast
fcgi_config.c: In function `fcgi_config_set_wrapper':
fcgi_config.c:540: warning: return makes pointer from integer without a cast
fcgi_config.c:545: warning: return makes pointer from integer without a cast
fcgi_config.c:549: warning: return makes pointer from integer without a cast
fcgi_config.c:565: warning: return makes pointer from integer without a cast
fcgi_config.c:578: warning: return makes pointer from integer without a cast
fcgi_config.c: In function `fcgi_config_new_static_server':
fcgi_config.c:599: warning: initialization makes pointer from integer without a cast
fcgi_config.c:616: warning: return makes pointer from integer without a cast
fcgi_config.c:620: warning: return makes pointer from integer without a cast
......................
mod_fastcgi.c:842: warning: return makes pointer from integer without a cast
mod_fastcgi.c: In function `set_uid_n_gid':
mod_fastcgi.c:1022: warning: passing arg 1 of `memcpy' makes pointer from integer without a cast
mod_fastcgi.c:1024: warning: assignment makes pointer from integer without a cast
mod_fastcgi.c:1033: warning: assignment makes pointer from integer without a cast
mod_fastcgi.c:1034: warning: assignment makes pointer from integer without a cast
mod_fastcgi.c: In function `do_work':
mod_fastcgi.c:2321: error: `ap_null_cleanup' undeclared (first use in this function)
mod_fastcgi.c: In function `create_fcgi_request':
mod_fastcgi.c:2479: warning: assignment makes pointer from integer without a cast
mod_fastcgi.c:2492: warning: assignment makes pointer from integer without a cast
mod_fastcgi.c: In function `apache_is_scriptaliased':
mod_fastcgi.c:2534: warning: initialization makes pointer from integer without a cast
mod_fastcgi.c: In function `post_process_for_redirects':
mod_fastcgi.c:2559: warning: passing arg 1 of `ap_internal_redirect_handler' makes pointer from integer without a cast
mod_fastcgi.c: In function `check_user_authentication':
mod_fastcgi.c:2682: warning: assignment makes pointer from integer without a cast
mod_fastcgi.c:2700: warning: comparison between pointer and integer
mod_fastcgi.c: In function `check_user_authorization':
mod_fastcgi.c:2749: warning: assignment makes pointer from integer without a cast
mod_fastcgi.c:2765: warning: comparison between pointer and integer
mod_fastcgi.c: In function `check_access':
mod_fastcgi.c:2809: warning: assignment makes pointer from integer without a cast
mod_fastcgi.c:2826: warning: comparison between pointer and integer
apxs:Error: Command failed with rc=65536
.
[root@localhost mod_fastcgi-2.4.2]#
////////////////////////////Issue concludes////////////////////////

Best Regards,
Shiwei


 
---------------------------------
No need to miss a message. Get email on-the-go 
with Yahoo! Mail for Mobile. Get started.

___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.