[Catalyst] Issues with IO module for my app

Tomas Doran bobtfish at bobtfish.net
Thu Jun 10 14:19:20 GMT 2010


On 10 Jun 2010, at 10:58, prasad guna wrote:
> I am running my app using fastCGi under lighttpd,
>
> I am getting the following error, i tried to trace the issue and  
> googled for it, but cant find anything useful or does make sense to  
> me,
>
> Can't load '/path/perl5/lib/perl5/darwin-2level/auto/IO/IO.bundle'  
> for module IO: dlopen(/path/perl5/lib/perl5/darwin-2level/auto/IO/ 
> IO.bundle, 1): Symbol not found: _PL_Sv
>   Referenced from: /path/perl5/lib/perl5/darwin-2level/auto/IO/ 
> IO.bundle
>
<snip>

> 1) the bundle is present in that path,
> 2) all the modules are uptodate.
>
> Please let me know , how to solve this issue.

That module was built / installed with a different perl to the one  
you're running the application with.

You'll want to force re-install it with the correct perl.

Cheers
t0m




More information about the Catalyst mailing list