Fri Apr 08 09:43:25 2016: Request 113618 was acted upon. Transaction: Ticket created by philk...@kime.org.uk Queue: PAR-Packer Subject: Strange issue with not packing libperl.dylib Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: philk...@kime.org.uk Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=113618 >
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?