in reply to XSLoader/DynaLoader Can't Locate Library
Perhaps there are some extra files libRmath.dylib depends on which you have not moved? Perhaps this can tell you more, if it works: export LD_DEBUG=all . Or use the nuclear deterrent: strace -f -e trace=open,close,read,write,connect,accept perl xx.pl | grep libRmath (and without the grep perhaps).
Have you tried to use only DynaLoader, re: https://metacpan.org/pod/XSLoader#Migration-from-DynaLoader
What does this show?
require DynaLoader; print "@DynaLoader::dl_library_path\n";
bw, bliako
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XSLoader/DynaLoader Can't Locate Library
by wbirkett (Acolyte) on Jun 10, 2020 at 21:00 UTC | |
by bliako (Abbot) on Jun 11, 2020 at 00:33 UTC | |
by wbirkett (Acolyte) on Jun 12, 2020 at 10:21 UTC | |
by bliako (Abbot) on Jun 12, 2020 at 11:37 UTC | |
by wbirkett (Acolyte) on Jun 13, 2020 at 13:15 UTC | |
| |
by perlfan (Parson) on Jun 11, 2020 at 01:47 UTC | |
by karlgoethebier (Abbot) on Jun 11, 2020 at 05:44 UTC |