sridhar84 has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks, Iam trying to build XML Parser module using perl 5.16 version on HP-UX but i can see some issues and not able to proceed further
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1D +IR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libovperl.so 2>&1 | + tee log Can't load module Fcntl, dynamic loading not available in this perl. (You may need to build a new perl executable which either supports dynamic loading or has the Fcntl module statically linked into it.) at /home/thirupap/PERL_XML/ux/ia/hpsw-opcsi/OvPerl/external/Perl/5.16 +.0/HPUX11.23_IPF32/perl-5.16.0/lib/File/Temp.pm line 146. Compilation failed in require at /home/thirupap/PERL_XML/ux/ia/hpsw-op +csi/OvPerl/external/Perl/5.16.0/HPUX11.23_IPF32/perl-5.16.0/lib/File/ +Temp.pm line 146. BEGIN failed--compilation aborted at /home/thirupap/PERL_XML/ux/ia/hps +w-opcsi/OvPerl/external/Perl/5.16.0/HPUX11.23_IPF32/perl-5.16.0/lib/F +ile/Temp.pm line 146. Compilation failed in require at inc/Devel/CheckLib.pm line 13. BEGIN failed--compilation aborted at inc/Devel/CheckLib.pm line 13. Compilation failed in require at Makefile.PL line 5. BEGIN failed--compilation aborted at Makefile.PL line 5.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to resolve issue "Can't load module Fcntl, dynamic loading not available in this perl" in perl 5.16 during building XML parser
by Anonymous Monk on Aug 28, 2012 at 08:20 UTC | |
by sridhar84 (Novice) on Aug 28, 2012 at 08:28 UTC | |
by Corion (Patriarch) on Aug 28, 2012 at 08:31 UTC | |
by sridhar84 (Novice) on Aug 29, 2012 at 10:01 UTC | |
by Tux (Canon) on Aug 28, 2012 at 08:56 UTC | |