1

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: 共有オブジェクトが必要とする実行可能スタックを有効にできません: 引数が無効です

何か案は?

4

1 に答える 1

2

確認する Windows 上の Ubuntu はありませんが、これは既知の問題です。

GitHub のこのコメント投稿者は、解決策を見つけたようです。

apt-get install execstack
execstack -c {swift_path}/usr/lib/swift/linux/libFoundation.so
于 2016-12-08T05:32:15.697 に答える