solaris.readme
来自「Google 推出一套免費的 Web 安全評估工具」· README 代码 · 共 22 行
README
22 行
Solaris is not officially supported, as I have no usable test system; one of ratproxy users contributed the following workaround that may work, however:-- snip! --Changes needed to Makefile to compile on Solaris10.23,24c23,25< CFLAGS = -Wall -O3 -Wno-pointer-sign -D_GNU_SOURCE< LDFLAGS = -lcrypto -lssl---> #CFLAGS = -Wall -O3 -Wno-pointer-sign -D_GNU_SOURCE> CFLAGS = -Wall -O3 -D_GNU_SOURCE> LDFLAGS = -lcrypto -lssl -lsocket -lnslYou will need GCC.You must also have openssl built and resolvable via ENV variable LD_LIBRARY_PATH To compile type in "make CC=gcc"-- snip! --
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?