|
From: Chris N. <pu...@po...> - 2001-11-12 18:54:56
|
At 21:28 -0500 2001.11.09, Micah Yoder wrote: >ok, got the perl modules isolated from each other. But now I'm getting >DynaLoader errors on Apache.so. I remember having this kind of trouble when >installing Slash 2.0, but I can't remember how I fixed it. I know it's been >discussed before, but a Slashcode.com search shows nothing and the mail >archive search at geocrawler doesn't seem to work at all (it can't find >ANYTHING). So, anyone know what's going on here? Thanks > >[root@eclipse Apache]# pwd >/usr/local/slash22/lib/perl5/site_perl/5.6.0/i386-linux/Slash/Apache >[root@eclipse Apache]# perl -c User.pm >Can't load >'/usr/local/slash22/lib/perl5/site_perl/5.6.0/i386-linux/auto/Slash/Apache/Apache.so' > >for module Slash::Apache: >/usr/local/slash22/lib/perl5/site_perl/5.6.0/i386-linux/auto/Slash/Apache/Apache.so: > >undefined symbol: perl_cmd_perl_TAKE1 at >/usr/lib/perl5/5.6.0/i386-linux/DynaLoader.pm line 200. > at User.pm line 17 >Compilation failed in require at User.pm line 17. >BEGIN failed--compilation aborted at User.pm line 17. You cannot execute Slash::Apache or Slash::Apache::User outside of mod_perl (unless the mod_perl API is somehow compiled into your regular perl, which is unlikely). -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |