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
centos7.9环境下
cc -g -O2 -Wall -I3rd/lua -fPIC --shared -Iskynet-src -L../3rd/openssl -I../3rd/openssl/include lualib-src/ltls.c -o luaclib/ltls.so ../3rd/openssl/libssl.a ../3rd/openssl/libcrypto.a
cc: error: ../3rd/openssl/libssl.a: No such file or directory
cc: error: ../3rd/openssl/libcrypto.a: No such file or directory
The text was updated successfully, but these errors were encountered:
centos7.9环境下
cc -g -O2 -Wall -I3rd/lua -fPIC --shared -Iskynet-src -L../3rd/openssl -I../3rd/openssl/include lualib-src/ltls.c -o luaclib/ltls.so ../3rd/openssl/libssl.a ../3rd/openssl/libcrypto.a
cc: error: ../3rd/openssl/libssl.a: No such file or directory
cc: error: ../3rd/openssl/libcrypto.a: No such file or directory
The text was updated successfully, but these errors were encountered: