Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests fail using built-in Perl 5.18 on macOS Catalina #89

Open
twogee opened this issue Mar 2, 2020 · 2 comments
Open

Tests fail using built-in Perl 5.18 on macOS Catalina #89

twogee opened this issue Mar 2, 2020 · 2 comments

Comments

@twogee
Copy link

twogee commented Mar 2, 2020

Catalina does not allow relative paths to shared libraries, making t/10examp.t, t/12quote.t, t/13taint.t fail. A possible fix is using rel2abs

#!perl -w

use File::Spec::Functions 'rel2abs';
use lib qw(rel2abs('blib/arch') rel2abs('blib/lib'));   # needed since -T ignores PERL5LIB
@michaelherger
Copy link

@twogee did you find a workaround to this? I'm currently trying to build on Big Sur (M1).

@twogee
Copy link
Author

twogee commented Jan 9, 2021

This is a workaround, the real fix must be done in DynaLoader.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants