Skip to Content.
Sympa Menu

en - [sympa-users] mod_fastcgi error

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "Defryn, Guy" <address@concealed>
  • To: <address@concealed>
  • Subject: [sympa-users] mod_fastcgi error
  • Date: Tue, 17 Jul 2007 14:08:57 +1200


Hi,

I am in the process of migrating Sympa to a new server running RHEL5.
I am running into some problems with compiling fastcgi.
I have done a google but haven't seen a solution to my problem

I have extracted the latest tar and when I run make I get the following:

make top_dir=/usr/lib/httpd

/usr/lib/apr-1/build/libtool --silent --mode=compile gcc -pthread -O2 -g
-pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-tables -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE
-D_LARGEFILE64_SOURCE -I/usr/include/httpd -I. -I/usr/include/apr-1
-I/usr/kerberos/include -prefer-pic -c mod_fastcgi.c && touch mod_fastcgi.slo
mod_fastcgi.c: In function 'init_module':
mod_fastcgi.c:270: warning: implicit declaration of function
'ap_register_cleanup'
mod_fastcgi.c:270: error: 'ap_null_cleanup' undeclared (first use in this
function)
mod_fastcgi.c:270: error: (Each undeclared identifier is reported only once
mod_fastcgi.c:270: error: for each function it appears in.)
mod_fastcgi.c: In function 'process_headers':
mod_fastcgi.c:725: warning: implicit declaration of function 'ap_psprintf'
mod_fastcgi.c:725: warning: return makes pointer from integer without a cast
mod_fastcgi.c:729: warning: implicit declaration of function 'ap_pstrdup'
mod_fastcgi.c:729: warning: assignment makes pointer from integer without a
cast
mod_fastcgi.c:739: warning: assignment makes pointer from integer without a
cast
mod_fastcgi.c:748: warning: implicit declaration of function 'ap_table_set'
mod_fastcgi.c:753: warning: implicit declaration of function 'ap_table_add'
mod_fastcgi.c:768: warning: implicit declaration of function 'ap_table_get'
mod_fastcgi.c:768: warning: initialization makes pointer from integer without
a cast
mod_fastcgi.c:838: 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: implicit declaration of function 'ap_pcalloc'
mod_fastcgi.c:1022: warning: passing argument 1 of '__builtin_object_size'
makes pointer from integer without a cast
mod_fastcgi.c:1022: warning: passing argument 1 of '__builtin_object_size'
makes pointer from integer without a cast
mod_fastcgi.c:1022: warning: passing argument 1 of '__builtin___memcpy_chk'
makes pointer from integer without a cast
mod_fastcgi.c:1022: warning: passing argument 1 of '__memcpy_ichk' 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 'open_connection_to_fs':
mod_fastcgi.c:1079: warning: dereferencing type-punned pointer will break
strict-aliasing rules
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:2453: warning: implicit declaration of function 'ap_palloc'
mod_fastcgi.c:2479: warning: implicit declaration of function 'ap_make_array'
mod_fastcgi.c:2479: warning: assignment makes pointer from integer without a
cast
mod_fastcgi.c:2492: warning: implicit declaration of function 'ap_make_table'
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:2557: warning: implicit declaration of function 'ap_table_unset'
mod_fastcgi.c:2559: warning: passing argument 1 of
'ap_internal_redirect_handler' makes pointer from integer without a cast
mod_fastcgi.c: In function 'post_process_auth_passed_header':
mod_fastcgi.c:2615: warning: implicit declaration of function 'ap_table_setn'
mod_fastcgi.c: In function 'post_process_auth':
mod_fastcgi.c:2642: warning: implicit declaration of function 'ap_table_do'
mod_fastcgi.c: In function 'check_user_authentication':
mod_fastcgi.c:2682: warning: implicit declaration of function 'ap_copy_table'
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
make: *** [mod_fastcgi.slo] Error 1

Any ideas? My top_dir in makefile is correct

cheers

No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.476 / Virus Database: 269.10.8/904 - Release Date: 16/07/2007
5:42 p.m.


No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.476 / Virus Database: 269.10.8/904 - Release Date: 16/07/2007
5:42 p.m.





Archive powered by MHonArc 2.6.19+.

Top of Page