Hmmz still getting link errors :( --- S:\source\x86\modules\mod_fcgid.2.1>apxs -llibhttpd -llibapr-1 -llibaprutil-1 -c -i -a mod_fcgid.c cl /nologo /MD /W3 /O2 /D WIN32 /D _WINDOWS /D NDEBUG -I"S:\httpd- 2.2\include" /c /Fomod_fcgid. lo mod_fcgid.c mod_fcgid.c link kernel32.lib /nologo /subsystem:windows /dll /machine:I386 /libpath:"S:\httpd-2.2\lib" /out:mod_fcgid.so libhttpd.lib libapr-1.lib libaprutil-1.lib mod_fcgid.lo Creating library mod_fcgid.lib and object mod_fcgid.exp mod_fcgid.lo : error LNK2001: unresolved external symbol _merge_fcgid_server_config mod_fcgid.lo : error LNK2001: unresolved external symbol _create_fcgid_server_config mod_fcgid.lo : error LNK2001: unresolved external symbol _create_fcgid_dir_config mod_fcgid.lo : error LNK2001: unresolved external symbol _set_access_authoritative mod_fcgid.lo : error LNK2001: unresolved external symbol _set_access_info mod_fcgid.lo : error LNK2001: unresolved external symbol _set_authorizer_authoritative mod_fcgid.lo : error LNK2001: unresolved external symbol _set_authorizer_info mod_fcgid.lo : error LNK2001: unresolved external symbol _set_authenticator_authoritative mod_fcgid.lo : error LNK2001: unresolved external symbol _set_authenticator_info mod_fcgid.lo : error LNK2001: unresolved external symbol _set_max_requests_per_process mod_fcgid.lo : error LNK2001: unresolved external symbol _set_php_fix_pathinfo_enable mod_fcgid.lo : error LNK2001: unresolved external symbol _set_wrapper_config mod_fcgid.lo : error LNK2001: unresolved external symbol _add_default_env_vars mod_fcgid.lo : error LNK2001: unresolved external symbol _set_ipc_comm_timeout mod_fcgid.lo : error LNK2001: unresolved external symbol _set_ipc_connect_timeout mod_fcgid.lo : error LNK2001: unresolved external symbol _set_output_buffersize mod_fcgid.lo : error LNK2001: unresolved external symbol _set_min_class_process mod_fcgid.lo : error LNK2001: unresolved external symbol _set_max_class_process mod_fcgid.lo : error LNK2001: unresolved external symbol _set_max_process mod_fcgid.lo : error LNK2001: unresolved external symbol _set_termination_score mod_fcgid.lo : error LNK2001: unresolved external symbol _set_spawn_score mod_fcgid.lo : error LNK2001: unresolved external symbol _set_spawnscore_uplimit mod_fcgid.lo : error LNK2001: unresolved external symbol _set_shmpath mod_fcgid.lo : error LNK2001: unresolved external symbol _set_socketpath mod_fcgid.lo : error LNK2001: unresolved external symbol _set_proc_lifetime mod_fcgid.lo : error LNK2001: unresolved external symbol _set_zombie_scan_interval mod_fcgid.lo : error LNK2001: unresolved external symbol _set_error_scan_interval mod_fcgid.lo : error LNK2001: unresolved external symbol _set_busy_scan_interval mod_fcgid.lo : error LNK2001: unresolved external symbol _set_busy_timeout mod_fcgid.lo : error LNK2001: unresolved external symbol _set_idle_scan_interval mod_fcgid.lo : error LNK2001: unresolved external symbol _set_idle_timeout mod_fcgid.lo : error LNK2019: unresolved external symbol _bridge_request referenced in function _fcgid_handler mod_fcgid.lo : error LNK2019: unresolved external symbol _get_wrapper_info referenced in function _fcgid_handler mod_fcgid.lo : error LNK2019: unresolved external symbol _get_authenticator_info referenced in function _mod_fcgid_authenticator mod_fcgid.lo : error LNK2019: unresolved external symbol _get_authorizer_info referenced in function _mod_fcgid_authorizer mod_fcgid.lo : error LNK2019: unresolved external symbol _get_access_info referenced in function _mod_fcgid_check_access mod_fcgid.lo : error LNK2019: unresolved external symbol _procmgr_child_init referenced in function_initialize_child mod_fcgid.lo : error LNK2019: unresolved external symbol _proctable_child_init referenced in function _initialize_child mod_fcgid.lo : error LNK2019: unresolved external symbol _procmgr_post_config referenced in function _fcgid_init mod_fcgid.lo : error LNK2019: unresolved external symbol _proctable_post_config referenced in function _fcgid_init mod_fcgid.lo : error LNK2019: unresolved external symbol _get_php_fix_pathinfo_enable referenced in function _fcgid_init mod_fcgid.lo : error LNK2019: unresolved external symbol _fcgid_filter referenced in function _register_hooks mod_fcgid.so : fatal error LNK1120: 42 unresolved externals apxs:Error: Command failed with rc=6291456 ---
Oh well, I gave it my best. On 9/7/07, Issac Goldstand <[EMAIL PROTECTED]> wrote: > > Pass "-llibhttpd -llibapr-1 -llibaprutil-1" before "-c mod_fgid.c ..." > > Jorge Schrauwen wrote: > > Any more info how you got it to work with apxs? > > > > ~ Jorge > > > > On 9/7/07, *Issac Goldstand* <[EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]>> wrote: > > > > win32/vc8 +1 (not that it makes much of a difference at this point > :)) > > I've gotten mod_fcgid built against it (though apxs-win32-0.6 is > still > > not doing -llibhttpd -llibapr-1 and -llibaprutil-1 by default) I'm > not > > quite sure what the original issue is there, and I've no clue how to > > actually use it, but if someone wants to spoonfeed me instructions > on > > how to make it crash, I'd be happy to take a look (or at least post > a > > backtrace, if I don't have time to investigate myself) > > > > Issac > > > > Issac Goldstand wrote: > > > I'll try it as soon as it shows up. > > > > > > William A. Rowe, Jr. wrote: > > >> Issac Goldstand wrote: > > >>> Uh. Maybe I've lost it, but where's the source for apr-iconv in > > >>> http://httpd.apache.org/dev/dist/httpd-2.2.6-win32-src.zip? > > >>> > > >>> All I get is an .rc file and a couple of .deps and .maks > > >> I just pulled an "OH SHIT" moment myself building on x86_64 > > windows... > > >> > > >> ... there are -r2.zip packages up now, and I just updated the > > site svn, > > >> but I presume Jim hadn't pulled that site update to live so I'm > > leaving > > >> it for him. > > >> > > >> C.f. > http://www.apache.org/dist/httpd/httpd-2.2.6-win32-src-r2.zip > > >> > > >> ...not quite arrived from our staging to live server yet. > > >> > > >> Bill > > > > > > > > > > -- > > ~Jorge > -- ~Jorge
