2016-12-07 11 views
1

次の手順は、このエラーに有鉛いる:エラー(Windowsの場合)<a href="https://vapor.github.io/documentation/getting-started/install-toolbox.html" rel="nofollow noreferrer">https://vapor.github.io/documentation/getting-started/install-toolbox.html</a>から

$ curl -sL toolbox.vapor.sh | bash

/swift-3.0/usr/bin/swift-build: error while loading shared libraries: libFoundation.so: cannot enable executable stack as shared object requires: Invalid argument

任意のアイデア?

+0

これはWindowsのUbuntuでですか? – tobygriffin

+0

@tobygriffinはい、そうです。 – Kirill

答えて

2

WindowsでUbuntuを確認する必要はありませんが、これはknown issueです。 GitHub上の

This commenterが解決策を見つけたようです。

apt-get install execstack 
execstack -c {swift_path}/usr/lib/swift/linux/libFoundation.so 
+0

'sudo execstack ...'が必要です – Kirill

関連する問題