Quantcast
Channel: ActiveState Community Site - PDK Support
Viewing all articles
Browse latest Browse all 127

ERROR: auto/IO/IO.so: cannot open shared object file

$
0
0

Hi There,

We are using trail version of PDK (perlapp) in Linux environment to create one application (.bin file) from a PERL script. We are able to create application but while running it we are facing some error as below.

/local/mnt/workspace/mehul/test$ application.bin test.cfg
Can't load 'auto/IO/IO.so' for module IO: auto/IO/IO.so: cannot open shared object file: No such file or directory at /DynaLoader.pm line 221.
at perlapp line 848
BEGIN failed--compilation aborted at IO/Handle.pm line 263.
BEGIN failed--compilation aborted at /local/mnt/workspace/mehul/test/application.bin>IO/Seekable.pm line 101.
BEGIN failed--compilation aborted at /local/mnt/workspace/mehul/test/application.bin>IO/File.pm line 133.
BEGIN failed--compilation aborted at /local/mnt/workspace/mehul/test/application.bin>image.pm line 143.
BEGIN failed--compilation aborted at /local/mnt/workspace/mehul/test/application.bin>utils.pm line 49.
BEGIN failed--compilation aborted at appscript.pl line 252.

It seems IO.so is not accessible and so error is there. We tried to change permission of IO.so, but didn't work. Could anybody please help us in resolving this issue?

Thanks,
Mehul


Viewing all articles
Browse latest Browse all 127

Trending Articles