Makefile:14198
AR5319 opened this issue · 4 comments
AR5319 commented
while installing the openssl in raspbian i had faced this issue
make[1]: *** [Makefile:14198: crypto/aes/libcrypto-lib-bsaes-armv8.o] Error 1
make[1]: Leaving directory '/home/ar/Adafruit_python_DHT/openssl'
make: *** [Makefile:3579: build_libs] Error 2
can anyoby help me please
jingjingxyk commented
default build support alpine aarch64 ,alpine x86_64
modify this file:
https://github.com/swoole/swoole-cli/blob/main/sapi/src/builder/library/openssl.php#L20
openssl build options:
https://github.com/openssl/openssl/blob/master/INSTALL.md#building-openssl
jingjingxyk commented
默认支持 alpine x86_64 、aarch64 ; macos 环境下构建
jingjingxyk commented
with docker on linux
jingjingxyk commented
linux 下 在alpine 容器内构建