HI All,

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
  Expected in: dynamic lookup
 at /path/perl5/lib/perl5/darwin-2level/IO.pm line 11
Compilation failed in require at
/path/perl5/lib/perl5/darwin-2level/IO/Handle.pm line 266.
BEGIN failed--compilation aborted at
/path/perl5/lib/perl5/darwin-2level/IO/Handle.pm line 266.
Compilation failed in require at
/path/perl5/lib/perl5/darwin-2level/IO/Seekable.pm line 101.
BEGIN failed--compilation aborted at
/path/perl5/lib/perl5/darwin-2level/IO/Seekable.pm line 101.
Compilation failed in require at
/path/perl5/lib/perl5/darwin-2level/IO/File.pm line 133.
BEGIN failed--compilation aborted at
/path/perl5/lib/perl5/darwin-2level/IO/File.pm line 133.
Compilation failed in require at /path/perl5/lib/perl5/Config/General.pm
line 19.
BEGIN failed--compilation aborted at /path/perl5/lib/perl5/Config/General.pm
line 1/myApp9.
Compilation failed in require at /myApp/lib/MyApp.pm line 27.
BEGIN failed--compilation aborted at /myApp/lib/MyApp.pm line 27.
Compilation failed in require at /myApp/script/myapp_fastcgi.pl line 11.
BEGIN failed--compilation aborted at /myApp/script/myapp_fastcgi.pl line 11.

other info:

1) the bundle is present in that path,
2) all the modules are uptodate.

Please let me know , how to solve this issue.

regards,

Prasad.
_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to