This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Compiling mod_fastcgi for apache 1.3.33 with apxs (failing)


Hi there,

I am trying to get mod_fastcgi working on apache. I downloaded the source from 
www.fastcgi.com and followed the apxs instructions. I get this. Can anyone help?


$ /usr/sbin/apxs -o mod_fastcgi.dll -c *.c
gcc -DCYGWIN -DNO_DBM_REWRITEMAP -DUSE_HSREGEX -DEAPI -DPIC -DSHARED_CORE -O2 
-DSHARED_MODULE -I/usr/include/apache  -c fcgi_buf.c
gcc -DCYGWIN -DNO_DBM_REWRITEMAP -DUSE_HSREGEX -DEAPI -DPIC -DSHARED_CORE -O2 
-DSHARED_MODULE -I/usr/include/apache  -c fcgi_config.c
gcc -DCYGWIN -DNO_DBM_REWRITEMAP -DUSE_HSREGEX -DEAPI -DPIC -DSHARED_CORE -O2 
-DSHARED_MODULE -I/usr/include/apache  -c fcgi_pm.c
gcc -DCYGWIN -DNO_DBM_REWRITEMAP -DUSE_HSREGEX -DEAPI -DPIC -DSHARED_CORE -O2 
-DSHARED_MODULE -I/usr/include/apache  -c fcgi_protocol.c
gcc -DCYGWIN -DNO_DBM_REWRITEMAP -DUSE_HSREGEX -DEAPI -DPIC -DSHARED_CORE -O2 
-DSHARED_MODULE -I/usr/include/apache  -c fcgi_util.c
gcc -DCYGWIN -DNO_DBM_REWRITEMAP -DUSE_HSREGEX -DEAPI -DPIC -DSHARED_CORE -O2 
-DSHARED_MODULE -I/usr/include/apache  -c mod_fastcgi.c
dllwrap --export-all -o mod_fastcgi.dll mod_fastcgi.o fcgi_util.o 
fcgi_protocol.o fcgi_pm.o fcgi_config.o fcgi_buf.o
dllwrap: no export definition file provided.
Creating one, but that may not be what you want
mod_fastcgi.o(.text+0xbc):mod_fastcgi.c: undefined reference to `_ap_log_error'
mod_fastcgi.o(.text+0x18b):mod_fastcgi.c: undefined reference to `_ap_log_error'
mod_fastcgi.o(.text+0x1b0):mod_fastcgi.c: undefined reference to 
`__imp__ap_block_alarms'
mod_fastcgi.o(.text+0x1b5):mod_fastcgi.c: undefined reference to 
`_ap_null_cleanup'
mod_fastcgi.o(.text+0x1d1):mod_fastcgi.c: undefined reference to 
`__imp__ap_register_cleanup'
mod_fastcgi.o(.text+0x1d7):mod_fastcgi.c: undefined reference to 
`__imp__ap_unblock_alarms'
mod_fastcgi.o(.text+0x1e4):mod_fastcgi.c: undefined reference to 
`__imp__ap_add_version_component'
mod_fastcgi.o(.text+0x248):mod_fastcgi.c: undefined reference to `_ap_log_error'
mod_fastcgi.o(.text+0x28c):mod_fastcgi.c: undefined reference to `_ap_log_error'
mod_fastcgi.o(.text+0x291):mod_fastcgi.c: undefined reference to 
`__imp__ap_standalone'
mod_fastcgi.o(.text+0x29c):mod_fastcgi.c: undefined reference to 
`__imp__ap_restart_time'
mod_fastcgi.o(.text+0x2e9):mod_fastcgi.c: undefined reference to 
`__imp__ap_spawn_child'
mod_fastcgi.o(.text+0x330):mod_fastcgi.c: undefined reference to `_ap_log_error'
mod_fastcgi.o(.text+0x35d):mod_fastcgi.c: undefined reference to `_ap_log_error'
mod_fastcgi.o(.text+0x37e):mod_fastcgi.c: undefined reference to 
`__imp__ap_server_root_relative'
mod_fastcgi.o(.text+0x596):mod_fastcgi.c: undefined reference to `_ap_log_error'
mod_fastcgi.o(.text+0x710):mod_fastcgi.c: undefined reference to 
`__imp__ap_table_add'
mod_fastcgi.o(.text+0x74a):mod_fastcgi.c: undefined reference to 
`__imp__ap_pstrdup'
mod_fastcgi.o(.text+0x77d):mod_fastcgi.c: undefined reference to `_ap_psprintf'
mod_fastcgi.o(.text+0x7c7):mod_fastcgi.c: undefined reference to 
`__imp__ap_table_set'
mod_fastcgi.o(.text+0x824):mod_fastcgi.c: undefined reference to 
`__imp__ap_pstrdup'
mod_fastcgi.o(.text+0x8ab):mod_fastcgi.c: undefined reference to 
`__imp__ap_table_get'
mod_fastcgi.o(.text+0x8c7):mod_fastcgi.c: undefined reference to 
`__imp__ap_send_http_header'
mod_fastcgi.o(.text+0x8db):mod_fastcgi.c: undefined reference to 
`__imp__ap_hard_timeout'
mod_fastcgi.o(.text+0xa24):mod_fastcgi.c: undefined reference to 
`__imp__ap_get_client_block'
mod_fastcgi.o(.text+0xa77):mod_fastcgi.c: undefined reference to 
`__imp__ap_reset_timeout'
mod_fastcgi.o(.text+0xaee):mod_fastcgi.c: undefined reference to 
`__imp__ap_bwrite'
mod_fastcgi.o(.text+0xb03):mod_fastcgi.c: undefined reference to 
`__imp__ap_reset_timeout'
mod_fastcgi.o(.text+0xb22):mod_fastcgi.c: undefined reference to 
`__imp__ap_bflush'
mod_fastcgi.o(.text+0xb32):mod_fastcgi.c: undefined reference to 
`__imp__ap_reset_timeout'
mod_fastcgi.o(.text+0xb76):mod_fastcgi.c: undefined reference to 
`_ap_log_rerror'
mod_fastcgi.o(.text+0xc55):mod_fastcgi.c: undefined reference to 
`__imp__ap_pcalloc'
mod_fastcgi.o(.text+0xca5):mod_fastcgi.c: undefined reference to 
`__imp__ap_pstrdup'
mod_fastcgi.o(.text+0xce2):mod_fastcgi.c: undefined reference to `_ap_psprintf'
mod_fastcgi.o(.text+0xd04):mod_fastcgi.c: undefined reference to `_ap_psprintf'
mod_fastcgi.o(.text+0xf52):mod_fastcgi.c: undefined reference to 
`_ap_log_rerror'
mod_fastcgi.o(.text+0x127c):mod_fastcgi.c: undefined reference to 
`_ap_log_rerror'
mod_fastcgi.o(.text+0x13fc):mod_fastcgi.c: undefined reference to 
`_ap_log_rerror'
mod_fastcgi.o(.text+0x1686):mod_fastcgi.c: undefined reference to 
`__imp__ap_get_client_block'
mod_fastcgi.o(.text+0x1708):mod_fastcgi.c: undefined reference to 
`_ap_log_rerror'
mod_fastcgi.o(.text+0x17f6):mod_fastcgi.c: undefined reference to 
`__imp__ap_hard_timeout'
mod_fastcgi.o(.text+0x1a72):mod_fastcgi.c: undefined reference to 
`_ap_log_rerror'
mod_fastcgi.o(.text+0x1ab1):mod_fastcgi.c: undefined reference to 
`_ap_log_rerror'
mod_fastcgi.o(.text+0x1bfe):mod_fastcgi.c: undefined reference to 
`_ap_log_rerror'
mod_fastcgi.o(.text+0x1e81):mod_fastcgi.c: undefined reference to 
`__imp__ap_kill_timeout'
mod_fastcgi.o(.text+0x1ef8):mod_fastcgi.c: undefined reference to 
`__imp__ap_block_alarms'
mod_fastcgi.o(.text+0x1efd):mod_fastcgi.c: undefined reference to 
`_ap_null_cleanup'
mod_fastcgi.o(.text+0x1f17):mod_fastcgi.c: undefined reference to 
`__imp__ap_register_cleanup'
mod_fastcgi.o(.text+0x1f1d):mod_fastcgi.c: undefined reference to 
`__imp__ap_unblock_alarms'
mod_fastcgi.o(.text+0x1fd8):mod_fastcgi.c: undefined reference to 
`__imp__ap_kill_timeout'
mod_fastcgi.o(.text+0x1fee):mod_fastcgi.c: undefined reference to 
`__imp__ap_rflush'
mod_fastcgi.o(.text+0x2013):mod_fastcgi.c: undefined reference to 
`__imp__ap_bgetopt'
mod_fastcgi.o(.text+0x2062):mod_fastcgi.c: undefined reference to 
`_ap_log_rerror'
mod_fastcgi.o(.text+0x20cc):mod_fastcgi.c: undefined reference to 
`_ap_log_rerror'
mod_fastcgi.o(.text+0x20f8):mod_fastcgi.c: undefined reference to 
`__imp__ap_setup_client_block'
mod_fastcgi.o(.text+0x2115):mod_fastcgi.c: undefined reference to 
`__imp__ap_should_client_block'
mod_fastcgi.o(.text+0x2152):mod_fastcgi.c: undefined reference to 
`__imp__ap_pcalloc'
mod_fastcgi.o(.text+0x2229):mod_fastcgi.c: undefined reference to 
`__imp__ap_make_array'
mod_fastcgi.o(.text+0x2293):mod_fastcgi.c: undefined reference to 
`__imp__ap_make_table'
mod_fastcgi.o(.text+0x22f6):mod_fastcgi.c: undefined reference to 
`__imp__ap_palloc'
mod_fastcgi.o(.text+0x235f):mod_fastcgi.c: undefined reference to 
`_ap_log_rerror'
mod_fastcgi.o(.text+0x239e):mod_fastcgi.c: undefined reference to 
`_ap_log_rerror'
mod_fastcgi.o(.text+0x2400):mod_fastcgi.c: undefined reference to 
`__imp__ap_table_get'
mod_fastcgi.o(.text+0x2492):mod_fastcgi.c: undefined reference to 
`__imp__ap_table_unset'
mod_fastcgi.o(.text+0x24aa):mod_fastcgi.c: undefined reference to 
`__imp__ap_table_get'
mod_fastcgi.o(.text+0x24b7):mod_fastcgi.c: undefined reference to 
`__imp__ap_internal_redirect_handler'
mod_fastcgi.o(.text+0x24fb):mod_fastcgi.c: undefined reference to 
`__imp__ap_allow_options'
mod_fastcgi.o(.text+0x256e):mod_fastcgi.c: undefined reference to 
`_ap_log_rerror'
mod_fastcgi.o(.text+0x25c0):mod_fastcgi.c: undefined reference to 
`__imp__ap_table_setn'
mod_fastcgi.o(.text+0x261c):mod_fastcgi.c: undefined reference to 
`__imp__ap_table_setn'
mod_fastcgi.o(.text+0x264c):mod_fastcgi.c: undefined reference to 
`__imp__ap_table_setn'
mod_fastcgi.o(.text+0x26a5):mod_fastcgi.c: undefined reference to `_ap_table_do'
mod_fastcgi.o(.text+0x2737):mod_fastcgi.c: undefined reference to 
`__imp__ap_get_basic_auth_pw'
mod_fastcgi.o(.text+0x277e):mod_fastcgi.c: undefined reference to 
`__imp__ap_copy_table'
mod_fastcgi.o(.text+0x27a0):mod_fastcgi.c: undefined reference to 
`__imp__ap_table_setn'
mod_fastcgi.o(.text+0x27c1):mod_fastcgi.c: undefined reference to 
`__imp__ap_table_setn'
mod_fastcgi.o(.text+0x281d):mod_fastcgi.c: undefined reference to 
`__imp__ap_table_get'
mod_fastcgi.o(.text+0x283d):mod_fastcgi.c: undefined reference to 
`__imp__ap_note_basic_auth_failure'
mod_fastcgi.o(.text+0x287c):mod_fastcgi.c: undefined reference to 
`_ap_log_rerror'
mod_fastcgi.o(.text+0x28cc):mod_fastcgi.c: undefined reference to 
`_ap_log_rerror'
mod_fastcgi.o(.text+0x2944):mod_fastcgi.c: undefined reference to 
`__imp__ap_copy_table'
mod_fastcgi.o(.text+0x2968):mod_fastcgi.c: undefined reference to 
`__imp__ap_table_setn'
mod_fastcgi.o(.text+0x29c4):mod_fastcgi.c: undefined reference to 
`__imp__ap_table_get'
mod_fastcgi.o(.text+0x29eb):mod_fastcgi.c: undefined reference to 
`__imp__ap_note_basic_auth_failure'
mod_fastcgi.o(.text+0x2a2a):mod_fastcgi.c: undefined reference to 
`_ap_log_rerror'
mod_fastcgi.o(.text+0x2a79):mod_fastcgi.c: undefined reference to 
`_ap_log_rerror'
mod_fastcgi.o(.text+0x2afe):mod_fastcgi.c: undefined reference to 
`__imp__ap_copy_table'
mod_fastcgi.o(.text+0x2b22):mod_fastcgi.c: undefined reference to 
`__imp__ap_table_setn'
mod_fastcgi.o(.text+0x2b7e):mod_fastcgi.c: undefined reference to 
`__imp__ap_table_get'
mod_fastcgi.o(.text+0x2bce):mod_fastcgi.c: undefined reference to 
`_ap_log_rerror'
mod_fastcgi.o(.text+0x2c14):mod_fastcgi.c: undefined reference to 
`_ap_log_rerror'
fcgi_util.o(.text+0x4e):fcgi_util.c: undefined reference to `_ap_pstrcat'
fcgi_util.o(.text+0x59):fcgi_util.c: undefined reference to 
`__imp__ap_getparents'
fcgi_util.o(.text+0x6e):fcgi_util.c: undefined reference to `__imp__ap_md5'
fcgi_util.o(.text+0x86):fcgi_util.c: undefined reference to 
`__imp__ap_make_full_path'
fcgi_util.o(.text+0x115):fcgi_util.c: undefined reference to `_ap_pstrcat'
fcgi_util.o(.text+0x13a):fcgi_util.c: undefined reference to `__imp__ap_pcalloc'
fcgi_util.o(.text+0x2c1):fcgi_util.c: undefined reference to `__imp__ap_pcalloc'
fcgi_util.o(.text+0x4a8):fcgi_util.c: undefined reference to `_ap_psprintf'
fcgi_util.o(.text+0x4ea):fcgi_util.c: undefined reference to `__imp__ap_cpystrn'
fcgi_util.o(.text+0x4f3):fcgi_util.c: undefined reference to 
`__imp__ap_no2slash'
fcgi_util.o(.text+0x5da):fcgi_util.c: undefined reference to `__imp__ap_cpystrn'
fcgi_util.o(.text+0x5e3):fcgi_util.c: undefined reference to 
`__imp__ap_no2slash'
fcgi_util.o(.text+0x735):fcgi_util.c: undefined reference to `_ap_psprintf'
fcgi_util.o(.text+0x791):fcgi_util.c: undefined reference to `__imp__ap_palloc'
fcgi_util.o(.text+0x7d8):fcgi_util.c: undefined reference to `_ap_psprintf'
fcgi_util.o(.text+0x807):fcgi_util.c: undefined reference to `__imp__ap_pcalloc'
fcgi_util.o(.text+0x8e6):fcgi_util.c: undefined reference to `__imp__ap_pstrdup'
fcgi_util.o(.text+0x940):fcgi_util.c: undefined reference to `__imp__ap_pstrdup'
fcgi_util.o(.text+0x99c):fcgi_util.c: undefined reference to `__imp__ap_pcalloc'
fcgi_util.o(.text+0x290):fcgi_util.c: undefined reference to `_ap_pstrcat'
fcgi_util.o(.text+0x75e):fcgi_util.c: undefined reference to `_ap_psprintf'
fcgi_util.o(.text+0x92e):fcgi_util.c: undefined reference to `_ap_psprintf'
fcgi_protocol.o(.text+0x241):fcgi_protocol.c: undefined reference to 
`__imp__ap_pstrndup'
fcgi_protocol.o(.text+0x268):fcgi_protocol.c: undefined reference to 
`__imp__ap_pcalloc'
fcgi_protocol.o(.text+0x29f):fcgi_protocol.c: undefined reference to 
`__imp__ap_table_setn'
fcgi_protocol.o(.text+0x2bb):fcgi_protocol.c: undefined reference to 
`__imp__ap_table_setn'
fcgi_protocol.o(.text+0x2d4):fcgi_protocol.c: undefined reference to 
`__imp__ap_table_setn'
fcgi_protocol.o(.text+0x2fc):fcgi_protocol.c: undefined reference to 
`__imp__ap_table_setn'
fcgi_protocol.o(.text+0x31d):fcgi_protocol.c: undefined reference to 
`__imp__ap_table_setn'
fcgi_protocol.o(.text+0x36b):fcgi_protocol.c: more undefined references to 
`__imp__ap_table_setn' follow
fcgi_protocol.o(.text+0x386):fcgi_protocol.c: undefined reference to 
`__imp__ap_find_path_info'
fcgi_protocol.o(.text+0x39f):fcgi_protocol.c: undefined reference to 
`__imp__ap_pstrndup'
fcgi_protocol.o(.text+0x3b8):fcgi_protocol.c: undefined reference to 
`__imp__ap_table_setn'
fcgi_protocol.o(.text+0x3ef):fcgi_protocol.c: undefined reference to 
`__imp__ap_table_setn'
fcgi_protocol.o(.text+0x433):fcgi_protocol.c: undefined reference to 
`__imp__ap_table_unset'
fcgi_protocol.o(.text+0x484):fcgi_protocol.c: undefined reference to 
`__imp__ap_table_get'
fcgi_protocol.o(.text+0x4a4):fcgi_protocol.c: undefined reference to 
`__imp__ap_table_setn'
fcgi_protocol.o(.text+0x69a):fcgi_protocol.c: undefined reference to 
`__imp__ap_add_common_vars'
fcgi_protocol.o(.text+0x6cc):fcgi_protocol.c: undefined reference to 
`__imp__ap_create_environment'
fcgi_protocol.o(.text+0x6e3):fcgi_protocol.c: undefined reference to 
`__imp__ap_add_cgi_vars'
fcgi_protocol.o(.text+0xa4b):fcgi_protocol.c: undefined reference to 
`_ap_log_rerror'
fcgi_protocol.o(.text+0xb5b):fcgi_protocol.c: undefined reference to 
`_ap_log_rerror'
fcgi_protocol.o(.text+0xbc6):fcgi_protocol.c: undefined reference to 
`_ap_log_rerror'
fcgi_protocol.o(.text+0xc6c):fcgi_protocol.c: undefined reference to 
`_ap_log_rerror'
fcgi_protocol.o(.text+0xcad):fcgi_protocol.c: undefined reference to 
`_ap_log_rerror'
fcgi_protocol.o(.text+0xcd1):fcgi_protocol.c: undefined reference to 
`__imp__ap_palloc'
fcgi_pm.o(.text+0x51):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x6a):fcgi_pm.c: undefined reference to `__imp__ap_user_id'
fcgi_pm.o(.text+0x88):fcgi_pm.c: undefined reference to `__imp__ap_user_id'
fcgi_pm.o(.text+0xbe):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x216):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x345):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x3f9):fcgi_pm.c: undefined reference to `_ap_snprintf'
fcgi_pm.o(.text+0x44e):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x4b5):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x4e5):fcgi_pm.c: undefined reference to `__imp__ap_log_assert'
fcgi_pm.o(.text+0x590):fcgi_pm.c: undefined reference to `__imp__ap_pcalloc'
fcgi_pm.o(.text+0x5e4):fcgi_pm.c: undefined reference to 
`__imp__ap_error_log2stderr'
fcgi_pm.o(.text+0x63a):fcgi_pm.c: undefined reference to `_ap_signal'
fcgi_pm.o(.text+0x651):fcgi_pm.c: undefined reference to `__imp__ap_user_id'
fcgi_pm.o(.text+0x783):fcgi_pm.c: undefined reference to `__imp__ap_user_name'
fcgi_pm.o(.text+0x795):fcgi_pm.c: undefined reference to `__imp__ap_group_id'
fcgi_pm.o(.text+0x7ab):fcgi_pm.c: undefined reference to `__imp__ap_group_id'
fcgi_pm.o(.text+0x813):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x824):fcgi_pm.c: undefined reference to `__imp__ap_user_id'
fcgi_pm.o(.text+0x836):fcgi_pm.c: undefined reference to `__imp__ap_user_id'
fcgi_pm.o(.text+0x86c):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x873):fcgi_pm.c: undefined reference to `__imp__ap_group_id'
fcgi_pm.o(.text+0x8ad):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x8b7):fcgi_pm.c: undefined reference to `__imp__ap_group_id'
fcgi_pm.o(.text+0x937):fcgi_pm.c: undefined reference to 
`__imp__ap_server_argv0'
fcgi_pm.o(.text+0x951):fcgi_pm.c: undefined reference to 
`__imp__ap_server_argv0'
fcgi_pm.o(.text+0xa27):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0xbad):fcgi_pm.c: undefined reference to 
`__imp__ap_make_sub_pool'
fcgi_pm.o(.text+0xc50):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0xc9a):fcgi_pm.c: undefined reference to 
`__imp__ap_destroy_pool'
fcgi_pm.o(.text+0xcde):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0xe95):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x1024):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x106f):fcgi_pm.c: undefined reference to 
`__imp__ap_make_sub_pool'
fcgi_pm.o(.text+0x10c0):fcgi_pm.c: undefined reference to `__imp__ap_pstrdup'
fcgi_pm.o(.text+0x10cc):fcgi_pm.c: undefined reference to `__imp__ap_getparents'
fcgi_pm.o(.text+0x10d8):fcgi_pm.c: undefined reference to `__imp__ap_no2slash'
fcgi_pm.o(.text+0x1154):fcgi_pm.c: undefined reference to `__imp__ap_pcalloc'
fcgi_pm.o(.text+0x11b6):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x11d3):fcgi_pm.c: undefined reference to 
`__imp__ap_destroy_pool'
fcgi_pm.o(.text+0x123a):fcgi_pm.c: undefined reference to `__imp__ap_pstrdup'
fcgi_pm.o(.text+0x1258):fcgi_pm.c: undefined reference to `__imp__ap_pstrdup'
fcgi_pm.o(.text+0x1285):fcgi_pm.c: undefined reference to `__imp__ap_pstrdup'
fcgi_pm.o(.text+0x1302):fcgi_pm.c: undefined reference to `__imp__ap_pstrdup'
fcgi_pm.o(.text+0x132f):fcgi_pm.c: undefined reference to `_ap_psprintf'
fcgi_pm.o(.text+0x13fa):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x1432):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x15de):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x1723):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x175c):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x1791):fcgi_pm.c: more undefined references to `_ap_log_error' 
follow
fcgi_pm.o(.text+0x1b86):fcgi_pm.c: undefined reference to `_ap_sys_siglist'
fcgi_pm.o(.text+0x1bdb):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x1bf7):fcgi_pm.c: undefined reference to `_ap_sys_siglist'
fcgi_pm.o(.text+0x1c4c):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x1dce):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x1edd):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x1f59):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x1fb6):fcgi_pm.c: undefined reference to `_ap_log_error'
fcgi_pm.o(.text+0x20dd):fcgi_pm.c: more undefined references to `_ap_log_error' 
follow
fcgi_pm.o(.text+0x220a):fcgi_pm.c: undefined reference to `__imp__ap_log_assert'
fcgi_config.o(.text+0x1b):fcgi_config.c: undefined reference to 
`__imp__ap_getword_conf'
fcgi_config.o(.text+0xaf):fcgi_config.c: undefined reference to `_ap_pstrcat'
fcgi_config.o(.text+0xf2):fcgi_config.c: undefined reference to 
`__imp__ap_getword_conf'
fcgi_config.o(.text+0x162):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0x192):fcgi_config.c: undefined reference to `_ap_pstrcat'
fcgi_config.o(.text+0x1c1):fcgi_config.c: undefined reference to 
`__imp__ap_getword_conf'
fcgi_config.o(.text+0x222):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0x251):fcgi_config.c: undefined reference to `_ap_pstrcat'
fcgi_config.o(.text+0x281):fcgi_config.c: undefined reference to 
`__imp__ap_getword_conf'
fcgi_config.o(.text+0x2e2):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0x308):fcgi_config.c: undefined reference to `_ap_pstrcat'
fcgi_config.o(.text+0x331):fcgi_config.c: undefined reference to 
`__imp__ap_getword_conf'
fcgi_config.o(.text+0x3a6):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0x3d6):fcgi_config.c: undefined reference to `_ap_pstrcat'
fcgi_config.o(.text+0x458):fcgi_config.c: undefined reference to `_ap_pstrcat'
fcgi_config.o(.text+0x494):fcgi_config.c: undefined reference to 
`__imp__ap_getword_conf'
fcgi_config.o(.text+0x4ed):fcgi_config.c: undefined reference to 
`__imp__ap_push_array'
fcgi_config.o(.text+0x4ff):fcgi_config.c: undefined reference to 
`__imp__ap_getword_conf'
fcgi_config.o(.text+0x528):fcgi_config.c: undefined reference to 
`__imp__ap_make_array'
fcgi_config.o(.text+0x575):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0x5b3):fcgi_config.c: undefined reference to 
`__imp__ap_user_id'
fcgi_config.o(.text+0x5be):fcgi_config.c: undefined reference to 
`__imp__ap_group_id'
fcgi_config.o(.text+0x833):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0x87a):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0x88a):fcgi_config.c: undefined reference to 
`__imp__ap_group_id'
fcgi_config.o(.text+0x895):fcgi_config.c: undefined reference to 
`__imp__ap_user_id'
fcgi_config.o(.text+0x8bf):fcgi_config.c: undefined reference to 
`__imp__ap_group_id'
fcgi_config.o(.text+0x8ca):fcgi_config.c: undefined reference to 
`__imp__ap_user_id'
fcgi_config.o(.text+0x928):fcgi_config.c: undefined reference to `_ap_pstrcat'
fcgi_config.o(.text+0x95b):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0x975):fcgi_config.c: undefined reference to 
`__imp__ap_make_sub_pool'
fcgi_config.o(.text+0x98d):fcgi_config.c: undefined reference to 
`__imp__ap_popendir'
fcgi_config.o(.text+0x9a0):fcgi_config.c: undefined reference to 
`__imp__ap_destroy_pool'
fcgi_config.o(.text+0xa26):fcgi_config.c: undefined reference to `_ap_pstrcat'
fcgi_config.o(.text+0xa3c):fcgi_config.c: undefined reference to 
`__imp__ap_destroy_pool'
fcgi_config.o(.text+0xa7e):fcgi_config.c: undefined reference to 
`__imp__ap_check_cmd_context'
fcgi_config.o(.text+0xab8):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0xb19):fcgi_config.c: undefined reference to 
`__imp__ap_pstrdup'
fcgi_config.o(.text+0xb29):fcgi_config.c: undefined reference to 
`__imp__ap_server_root_relative'
fcgi_config.o(.text+0xb9e):fcgi_config.c: undefined reference to 
`__imp__ap_check_cmd_context'
fcgi_config.o(.text+0xbd4):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0xc06):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0xcd7):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0xcfb):fcgi_config.c: undefined reference to 
`__imp__ap_server_root_relative'
fcgi_config.o(.text+0xd45):fcgi_config.c: undefined reference to 
`__imp__ap_getword_conf'
fcgi_config.o(.text+0xd5d):fcgi_config.c: undefined reference to 
`__imp__ap_pcalloc'
fcgi_config.o(.text+0xd79):fcgi_config.c: undefined reference to 
`__imp__ap_check_cmd_context'
fcgi_config.o(.text+0xdd1):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0xde6):fcgi_config.c: undefined reference to 
`__imp__ap_server_root_relative'
fcgi_config.o(.text+0xdf2):fcgi_config.c: undefined reference to 
`__imp__ap_getparents'
fcgi_config.o(.text+0xdfe):fcgi_config.c: undefined reference to 
`__imp__ap_no2slash'
fcgi_config.o(.text+0xe80):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0xea7):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0xf52):fcgi_config.c: undefined reference to 
`__imp__ap_uname2id'
fcgi_config.o(.text+0xf64):fcgi_config.c: undefined reference to 
`__imp__ap_gname2id'
fcgi_config.o(.text+0xfdd):fcgi_config.c: undefined reference to 
`__imp__ap_pcalloc'
fcgi_config.o(.text+0x10be):fcgi_config.c: undefined reference to 
`__imp__ap_server_root_relative'
fcgi_config.o(.text+0x115e):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0x1189):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0x11d7):fcgi_config.c: undefined reference to 
`_ap_log_error'
fcgi_config.o(.text+0x11ec):fcgi_config.c: undefined reference to 
`__imp__ap_getword_conf'
fcgi_config.o(.text+0x13d3):fcgi_config.c: undefined reference to 
`__imp__ap_getword_conf'
fcgi_config.o(.text+0x14c9):fcgi_config.c: undefined reference to 
`__imp__ap_getword_conf'
fcgi_config.o(.text+0x150a):fcgi_config.c: undefined reference to 
`__imp__ap_getword_conf'
fcgi_config.o(.text+0x157f):fcgi_config.c: undefined reference to 
`__imp__ap_getword_conf'
fcgi_config.o(.text+0x1594):fcgi_config.c: undefined reference to 
`__imp__ap_check_cmd_context'
fcgi_config.o(.text+0x15d5):fcgi_config.c: undefined reference to `_ap_pstrcat'
fcgi_config.o(.text+0x15e7):fcgi_config.c: undefined reference to 
`__imp__ap_server_root_relative'
fcgi_config.o(.text+0x15f3):fcgi_config.c: undefined reference to 
`__imp__ap_getparents'
fcgi_config.o(.text+0x15ff):fcgi_config.c: undefined reference to 
`__imp__ap_no2slash'
fcgi_config.o(.text+0x167a):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0x16a1):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0x16f5):fcgi_config.c: undefined reference to 
`__imp__ap_uname2id'
fcgi_config.o(.text+0x1704):fcgi_config.c: undefined reference to 
`__imp__ap_gname2id'
fcgi_config.o(.text+0x174b):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0x1839):fcgi_config.c: undefined reference to 
`__imp__ap_server_root_relative'
fcgi_config.o(.text+0x1885):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0x18b0):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0x18f8):fcgi_config.c: undefined reference to 
`_ap_log_error'
fcgi_config.o(.text+0x1910):fcgi_config.c: undefined reference to 
`__imp__ap_getword_conf'
fcgi_config.o(.text+0x19aa):fcgi_config.c: undefined reference to 
`__imp__ap_getword_conf'
fcgi_config.o(.text+0x1a9f):fcgi_config.c: undefined reference to 
`__imp__ap_getword_conf'
fcgi_config.o(.text+0x1ad2):fcgi_config.c: undefined reference to 
`__imp__ap_getword_conf'
fcgi_config.o(.text+0x1b32):fcgi_config.c: undefined reference to 
`__imp__ap_pcalloc'
fcgi_config.o(.text+0x1b47):fcgi_config.c: undefined reference to 
`__imp__ap_check_cmd_context'
fcgi_config.o(.text+0x1b79):fcgi_config.c: undefined reference to 
`__imp__ap_getword_conf'
fcgi_config.o(.text+0x1bf5):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0x1c14):fcgi_config.c: undefined reference to 
`__imp__ap_pcalloc'
fcgi_config.o(.text+0x1fea):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0x2017):fcgi_config.c: undefined reference to 
`__imp__ap_pcalloc'
fcgi_config.o(.text+0x205d):fcgi_config.c: undefined reference to 
`__imp__ap_server_root_relative'
fcgi_config.o(.text+0x2186):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0xb09):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0xc32):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_config.o(.text+0x2144):fcgi_config.c: undefined reference to `_ap_psprintf'
fcgi_buf.o(.text+0x3e):fcgi_buf.c: undefined reference to `__imp__ap_pcalloc'
fcgi_buf.o(.text+0x5dc):fcgi_buf.c: undefined reference to `__imp__ap_pcalloc'
collect2: ld returned 1 exit status
dllwrap: gcc exited with status 1
apxs:Break: Command failed with rc=1



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]