Operating System - HP-UX
1752661 Members
5566 Online
108788 Solutions
New Discussion юеВ

Can't locate loadable object for module IO

 
jesuisantony
New Member

Can't locate loadable object for module IO

Hi,

I have installed automake in one of HP-UX boxes using swinstall command. But when i issue automake it gives the following error message.

Can't locate loadable object for module IO in @INC (@INC contains: /usr/local/share/automake-1.10 /usr/local/lib/perl5/5.8.8/PA-RISC2.0 /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/PA-RISC2.0 /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl .) at /usr/local/lib/perl5/5.8.8/PA-RISC2.0/IO/Handle.pm line 262
Compilation failed in require at /usr/local/lib/perl5/5.8.8/PA-RISC2.0/IO/Handle.pm line 262.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.8/PA-RISC2.0/IO/Handle.pm line 262.
Compilation failed in require at /usr/local/lib/perl5/5.8.8/PA-RISC2.0/IO/Seekable.pm line 101.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.8/PA-RISC2.0/IO/Seekable.pm line 101.
Compilation failed in require at /usr/local/lib/perl5/5.8.8/PA-RISC2.0/IO/File.pm line 133.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.8/PA-RISC2.0/IO/File.pm line 133.
Compilation failed in require at /usr/local/share/automake-1.10/Automake/XFile.pm line 91.
BEGIN failed--compilation aborted at /usr/local/share/automake-1.10/Automake/XFile.pm line 91.
Compilation failed in require at /usr/local/bin/automake line 134.
BEGIN failed--compilation aborted at /usr/local/bin/automake line 134.
[root@ctsinent]/tmp> /usr/local/bin/automake
Can't locate loadable object for module IO in @INC (@INC contains: /usr/local/share/automake-1.10 /usr/local/lib/perl5/5.8.8/PA-RISC2.0 /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/PA-RISC2.0 /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl .) at /usr/local/lib/perl5/5.8.8/PA-RISC2.0/IO/Handle.pm line 262
Compilation failed in require at /usr/local/lib/perl5/5.8.8/PA-RISC2.0/IO/Handle.pm line 262.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.8/PA-RISC2.0/IO/Handle.pm line 262.
Compilation failed in require at /usr/local/lib/perl5/5.8.8/PA-RISC2.0/IO/Seekable.pm line 101.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.8/PA-RISC2.0/IO/Seekable.pm line 101.
Compilation failed in require at /usr/local/lib/perl5/5.8.8/PA-RISC2.0/IO/File.pm line 133.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.8/PA-RISC2.0/IO/File.pm line 133.
Compilation failed in require at /usr/local/share/automake-1.10/Automake/XFile.pm line 91.
BEGIN failed--compilation aborted at /usr/local/share/automake-1.10/Automake/XFile.pm line 91.
Compilation failed in require at /usr/local/bin/automake line 134.
BEGIN failed--compilation aborted at /usr/local/bin/automake line 134.


Please let me know the way to resove this issue.

Regards,
j
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Can't locate loadable object for module IO

Shalom,

1) Check that the requested objects actually exist and have normal permissions.
2) Check that they are on SHLIB_PATH variable in the environment of the user doing the compile.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
jesuisantony
New Member

Re: Can't locate loadable object for module IO

Not sure of the objects which you are referring to. Rightnow SHLIB_PATH=/opt/xms/include. Should this point to something else also.
Fabien GUTIERREZ
Frequent Advisor

Re: Can't locate loadable object for module IO

as it s a matter of perl you should put your PERL_LIB (hope i write it correctly) to the path it's really located ie somewhere around /opt/perl