in reply to 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
in thread 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

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".

  • Comment on Re^3: How to resolve issue "Can't load module Fcntl, dynamic loading not available in this perl" in perl 5.16 during building XML parser
  • Select or Download Code

Replies are listed 'Best First'.
Re^4: 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 29, 2012 at 10:01 UTC
    Thanks a lot. it worked for me.
Re^4: 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 29, 2012 at 09:58 UTC
    Thanks a lot. it worked for me.