Since installing Apache and mod_perl on Cygwin, everything has been working hunky-dory until, inevitably, I need to use Apache::Request. Unfortunately, I can't get it to compile, and I've seen posts that have stated that it is not possible. Has anyone got this working?
Dan : lots of undefined symbols : /tmp/libapreq-0.33/Request/../blib/arch/auto/libapreq/libapreq.a(apache_mult ipart_buffer.o)(.text+0x377):apache_multipart_buffer.c: undefined reference to `ap_make_table' /tmp/libapreq-0.33/Request/../blib/arch/auto/libapreq/libapreq.a(apache_mult ipart_buffer.o)(.text+0x3bf):apache_multipart_buffer.c: undefined reference to `ap_table_add' /tmp/libapreq-0.33/Request/../blib/arch/auto/libapreq/libapreq.a(apache_mult ipart_buffer.o)(.text+0x4e2):apache_multipart_buffer.c: undefined reference to `ap_pstrcat' collect2: ld returned 1 exit status dllwrap: gcc exited with status 1 perlld: *** system() failed to execute dllwrap --dllname Request.dll --driver-name gcc --dlltool dlltool --export-all-symbols --as as --output-def libRequest.def --output-lib libRequest.a \ -s -L/usr/local/lib Request.o /usr/lib/perl5/5.6.1/cygwin-multi/CORE/libperl5_6_1.a -L/tmp/libapreq-0.33/R equest/../blib/arch/auto/libapreq -lapreq make[1]: *** [../blib/arch/auto/Apache/Request/Request.dll] Error 1 make[1]: Leaving directory `/tmp/libapreq-0.33/Request' make: *** [subdirs] Error 2 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/