At 13:56 01.05.2002, Alexander Solovey wrote: >Per Einar Ellefsen wrote: > > I have been trying to get mod_perl 1.26 to build on Cygwin. With no luck. > > Has anyone else been successful in this? > > > > Build options for mod_perl: > > > > perl Makefile.PL APACHE_SRC=../apache_1.3.24/src DO_HTTPD=1 USE_APACI=1 > > EVERYTHING=1 > >Try to apply patch (attached) and then build using these options: > >perl Makefile.PL APACHE_SRC=../apache_1.3.24/src USE_APACI=1 EVERYTHING=1 >PERL_EXTRA_CFLAGS=-DUSEIMPORTLIB DO_HTTPD=1 >APACI_ARGS='--enable-rule=SHARED_CORE --enable-module=so'
Thanks a lot for that patch, atleast it fixed the initial problem. However, when mod_perl.config.sh is called, it reports "Note (probably harmless): No library found for -lperl". Well, it is harmful :) I get tons of linking errors at compilation time (undefined references). How do I get it to find the perl library, if any? Or, how do I compile one if I have to? -- Per Einar Ellefsen [EMAIL PROTECTED]