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
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/