in reply to Re^4: Compiling C program with a Static Perl
in thread Compiling C program with a Static Perl
...well, apparently. I'm still getting this error when I test to see if my new static Perl has the module linked to it:
perl -MYAML::XS -E '' Can't load module YAML::XS::LibYAML, dynamic loading not available in +this perl. (You may need to build a new perl executable which either supports dynamic loading or has the YAML::XS::LibYAML module statically linke +d into it.) at localperl/lib/5.24.2/YAML/XS.pm line 20.
...but I'm pretty sure I saw LibYAML being compiled during make (I did make LINKTYPE=static actually). Why is my static perl trying to Dynaload the module??
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Compiling C program with a Static Perl
by syphilis (Archbishop) on Sep 04, 2017 at 01:57 UTC | |
by rodd (Scribe) on Sep 04, 2017 at 07:14 UTC | |
by syphilis (Archbishop) on Sep 04, 2017 at 11:35 UTC |