Paul Older wrote: [...]
$ wget http://perl.apache.org/dist/mod_perl-2.0-current.tar.gz $ tar -xzvf mod_perl-2.0-current.tar.gz $ cd mod_perl-1.99_08 $ perl Makefile.PL MP_AP_PREFIX=/opt/apache2.dev MP_INST_APACHE2=1 $ make --- this failed - checked about on web and tried gmake $ gmake -- worked fine $ gmake test -- this fails with:
<snip>
waiting for server to start: .Can't make loaded symbols global on this platform while loading /home/paulo/downloads/mod_perl-1.99_08/blib/arch/Apache2/auto/Apache/Con st/Const.so at /usr/libdata/perl5/i386-openbsd/5.6.1/DynaLoader.pm line 206.
Can't make loaded symbols global on this platform while loading /home/paulo/downloads/mod_perl-1.99_08/blib/arch/Apache2/auto/APR/Const/ Const.so at /usr/libdata/perl5/i386-openbsd/5.6.1/DynaLoader.pm line 206.
There are just warnings. Not sure if they are critical though. They say that dl_flags 0x01 aren't supported.
[Mon Mar 31 12:44:10 2003] [info] 19 Apache:: modules loaded [Mon Mar 31 12:44:10 2003] [info] 5 APR:: modules loaded [Mon Mar 31 12:44:10 2003] [info] base server + 5 vhosts ready to run tests ............................................................. waiting for server to start: giving up after 61 secs !!! server failed to start! (please examine t/logs/error_log) gmake: *** [run_tests] Error 1 </snip>
it looks like the server did start. What happens if you run next:
t/TEST -run
$ cat t/logs/error_log END in modperl_extra.pl, pid=18926
looks good. You didn't do a proper bug report, so I can't guess whether you were using a threaded mpm or prefork. The threaded mpm is notorious for taking ages to start (at least here on linux).
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
