Beau E. Cox wrote:
[...]
Linux version 2.6.5 (Beau E. Cox on @cathy.beaucox.com)
(gcc version 3.3.3) #1 Mon Apr 5 22:15:29 HST 2004

I did this:

$ export RTLD_NOW=1
$ perl Makefile.PL
[...]
Writing Makefile for MasonX::Apache2Handler
$ set|grep RTLD
RTLD_NOW=1

Everything ok. Can't seem to reproduce your problem, Fred.

That means that Makemaker is doing something different on OSX, than Linux. Fred, try adding this at the very top of your Makefile.PL and that should show you who tries to load APR/Table.pm


BEGIN {
  use Carp;
  $SIG{__DIE__} = \&Carp::confess;
}
__________________________________________________________________
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

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to