Subject: | Strange issue with not packing libperl.dylib |
Date: | Fri, 8 Apr 2016 15:43:06 +0200 |
To: | bug-PAR-Packer [...] rt.cpan.org |
From: | Kime Philip <philkime [...] kime.org.uk> |
With 1.30, I just had a bug report that the packed binary top level script is looking for libperl.dylib in the place where the build machine expects it. I verified this by renaming /opt/local/lib/perl5/5.22/darwin-thread-multi-2level/CORE/libperl.dylib and then the packed version fails with:
dyld: Library not loaded: /opt/local/lib/perl5/5.22/darwin-thread-multi-2level/CORE/libperl.dylib
Referenced from: /var/folders/g0/t3rtgwks57366nz5dvxkrv_m0000gn/T//par-7068696c6b696d65/cache-a06ceeaebd8c05e62e25f7d6b91364d7adb646b8/biber
Reason: image not found
Trace/BPT trap: 5
I’m sure this never used to happen. Do I now need to pack libperl.dylib explicitly on OSX?