【发布时间】:2025-12-18 23:00:01
【问题描述】:
我刚刚启动了一个全新的 Crystal 应用程序,添加了 Kemal,并且在构建“Hello World!”时来自 Kemal 文档的应用程序,我得到:
$ crystal build --release src/orderprinterlinks.cr
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
在 OSX 10.12.4 上
任何想法为什么找不到图书馆?
【问题讨论】:
标签: macos crystal-lang kemal