On Thu, 16 Dec 1999, Dan Rench wrote:

> On Mon, 13 Dec 1999, Doug MacEachern wrote:
> 
> > are you still stuck on this?
> 
> Yes.  To reiterate:
> 
> Solaris 2.5.1 sparc, gcc 2.95, perl 5.005_03 (configured with Solaris hints),
> mod_perl 1.21, apache 1.3.9, mod_fastcgi 2.2.2.
> 
> Everything works fine EXCEPT when I try to "use" a dynamically loaded module
> (Data::Dumper or Storable, for example) inside a mod_perl handler.  I have no
> trouble using these modules in regular perl scripts, mod_cgi scripts, or
> mod_fastcgi scripts.

this sounds an awful lot like the common solaris linker vs. gnu linker
problem.  what does 'perl -V:ld' say your linker is?  make sure it's gnu
(gcc) and that Apache is using the same.

Reply via email to