catena
catena copied to clipboard
Cannot build natively on Arch Linux
System: Arch linux Swift - 4.1 All required libraries present.
Looks like it is unable to find the OpenSSL library. Did you install the openssl library+headers? (See the Dockerfile, you should at least execute the equivalent of apt-get install libcurl4-openssl-dev
on Arch)
Yes, I have installed all the equivalent packages of the Debian ones on Arch. However, I am still unable to build it.
Hi @hehaichi , the problem is with BlueSSL, which haven't quite yet released a version with support for latest SSL. Unfortunately we either wait for the author, or we add a PR.
Also note that with latest Arch updates and glibc changes, swift will no longer build in Arch.