Advertisement
hakonhagland

macos-perl-curses-dylib

Feb 22nd, 2022
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. $ perl -MCurses -E'say $INC{"Curses.pm"}' # determin location of Curses.bundle
  2. /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/site_perl/5.34.0/darwin-2level/Curses.pm
  3. $ otool -L /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/site_perl/5.34.0/darwin-2level/auto/Curses/Curses.bundle
  4. /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/site_perl/5.34.0/darwin-2level/auto/Curses/Curses.bundle:
  5. /opt/homebrew/opt/ncurses/lib/libncursesw.6.dylib (compatibility version 6.0.0, current version 6.0.0)
  6. /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1311.0.0)
  7. # Note from the above output, the following library is used /opt/homebrew/opt/ncurses/libncursesw.6.dylib
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement