$ 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
任意のアイデア?
$ 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
任意のアイデア?
WindowsでUbuntuを確認する必要はありませんが、これはknown issueです。 GitHub上の
This commenterが解決策を見つけたようです。
apt-get install execstack
execstack -c {swift_path}/usr/lib/swift/linux/libFoundation.so
'sudo execstack ...'が必要です – Kirill
これはWindowsのUbuntuでですか? – tobygriffin
@tobygriffinはい、そうです。 – Kirill