in reply to Tkx not installing properly
What's your perl -V output ?# Many dynamic extension loading problems will appear to come from # this section of code: XYZ failed at line 123 of DynaLoader.pm. # Often these errors are actually occurring in the initialisation # C code of the extension XS file. Perl reports the error as being # in this perl code simply because this was the last perl code # it executed. my $libref = dl_load_file($file, 0) or do { require Carp; Carp::croak("Can't load '$file' for module $module: " . dl_error()); };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Tkx not installing properly
by chrstphrchvz (Scribe) on May 13, 2019 at 04:45 UTC | |
by vkon (Curate) on May 13, 2019 at 06:50 UTC |