以下来自https://vapor.github.io/documentation/getting-started/install-toolbox.html的步骤会导致此错误:
$ curl -sL toolbox.vapor.sh | bash
/swift-3.0/usr/bin/swift-build:加载共享库时出错:libFoundation.so:无法启用可执行堆栈,因为共享对象需要:无效参数
有任何想法吗?
以下来自https://vapor.github.io/documentation/getting-started/install-toolbox.html的步骤会导致此错误:
$ curl -sL toolbox.vapor.sh | bash
/swift-3.0/usr/bin/swift-build:加载共享库时出错:libFoundation.so:无法启用可执行堆栈,因为共享对象需要:无效参数
有任何想法吗?
我没有要检查的 Windows 上的 Ubuntu,但这是一个已知问题。
GitHub 上的此评论者似乎找到了解决方案。
apt-get install execstack
execstack -c {swift_path}/usr/lib/swift/linux/libFoundation.so