in reply to How to resolve issue "Can't load module Fcntl, dynamic loading not available in this perl" in perl 5.16 on HP-UX during building XML parser module

How did you get there ( why are you using miniperl??
  • Comment on 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

Replies are listed 'Best First'.
Re^2: 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 sridhar84 (Novice) on Aug 28, 2012 at 08:28 UTC
    Thanks for quick attention. I am building perl 5.16 from source and using perl 5.16 interpreter building all perl modules from source. For XML parser module i am getting this error.. other modules are building fine.

      But miniperl is substantially different from perl. If you are building Perl from source, enable dynamic loading (this is the default), and use perl, not miniperl. miniperl never has dynamic loading. It's one of the things that makes miniperl "mini".

        Thanks a lot. it worked for me.
        Thanks a lot. it worked for me.

      I already have a working perl-5.16.0 depot available for HP-UX. Look here and here.

      I see you want a 32bit perl. Why? Most targets - like Oracle - on 11.23/IPF are 64bits.


      Enjoy, Have FUN! H.Merijn

      From what source (libovperl.so/XML::Parser aren't standard)?

      Are you building a dynamic perl ( is usedl true)? What is your configure invocation?