0
点赞
收藏
分享

微信扫一扫

asciiquarium出现.CursesBoot.c/ loadable library and perl binaries are mismatched的解决方法

一葉_code 2022-12-17 阅读 213


tags: Debug Perl

问题

m1Mac brew

一个终端养鱼程序(Perl):​​ASCIIQuarium​​​, ​​https://github.com/cmatsuoka/asciiquarium​​;

在使用​​brew​​安装之后报错了:

./CursesBoot.c: loadable library and perl binaries are mismatched (got handshake key 0xfc00080, needed 0xc700080)

然后网上找一圈也没有解决方案, 后来重新从源构建就好了:

brew reinstall asciiquarium --build-from-source

完美:

asciiquarium出现.CursesBoot.c/ loadable library and perl binaries are mismatched的解决方法_Perl


举报

相关推荐

0 条评论