You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aea26a1fb79e:/work# bash make.sh all-library
build openssl
# Fix openssl error, "-ldl" should not be added when compiling statically
sed -i 's/add("-ldl", threads("-pthread"))/add(threads("-pthread"))/g' ./Configurations/10-main.conf
# ./Configure LIST
./config -static --static no-shared enable-tls1_3 --release
--prefix=/usr/local/swoole-cli/openssl
--libdir=/usr/local/swoole-cli/openssl/lib
--openssldir=/etc/ssl
Configuring OpenSSL version 3.1.4+quic for target linux-x86_64
Using os-specific seed configuration
Created configdata.pm
Running configdata.pm
Created Makefile.in
Created Makefile
Created include/openssl/configuration.h
aea26a1fb79e:/work# bash make.sh all-library
build openssl
# Fix openssl error, "-ldl" should not be added when compiling statically
sed -i 's/add("-ldl", threads("-pthread"))/add(threads("-pthread"))/g' ./Configurations/10-main.conf
# ./Configure LIST
./config -static --static no-shared enable-tls1_3 --release
--prefix=/usr/local/swoole-cli/openssl
--libdir=/usr/local/swoole-cli/openssl/lib
--openssldir=/etc/ssl
Configuring OpenSSL version 3.1.4+quic for target linux-x86_64
Using os-specific seed configuration
Created configdata.pm
Running configdata.pm
Created Makefile.in
Created Makefile
Created include/openssl/configuration.h
*** OpenSSL has been successfully configured ***
*** If you encounter a problem while building, please open an ***
*** issue on GitHub https://github.com/openssl/openssl/issues ***
*** and include the output from the following command: ***
*** perl configdata.pm --dump ***
*** (If you are new to OpenSSL, you might want to consult the ***
*** 'Troubleshooting' section in the INSTALL.md file first) ***
perl "-I." -Mconfigdata "util/dofile.pl" "-oMakefile" include/crypto/bn_conf.h.in > include/crypto/bn_conf.h
make: /bin/sh: Operation not permitted
The text was updated successfully, but these errors were encountered: