I get the following error when I'm running a perl catalyst application locally on mac big sur 11.4:
dyld: missing lazy symbol called
the application is compiling correctly, but when I enter the url in the browser I get this error and the site can't be reached.
my @INC from perl -V looks like following:
@INC:
/Users/user-1/perl5/lib/perl5/5.30.2/darwin-thread-multi-2level
/Users/user-1/perl5/lib/perl5/5.30.2
/Users/user-1/perl5/lib/perl5/darwin-thread-multi-2level
/Users/user-1/perl5/lib/perl5
/Library/Perl/5.30/darwin-thread-multi-2level
/Library/Perl/5.30
/Network/Library/Perl/5.30/darwin-thread-multi-2level
/Network/Library/Perl/5.30
/Library/Perl/Updates/5.30.2/darwin-thread-multi-2level
/Library/Perl/Updates/5.30.2
/System/Library/Perl/5.30/darwin-thread-multi-2level
/System/Library/Perl/5.30
/System/Library/Perl/Extras/5.30/darwin-thread-multi-2level
/System/Library/Perl/Extras/5.30
I don't know if it's related to catalyst or maybe xcode (I have version 12.5).