www.openssl.orgconfigure the environment:<pre lang="bash" escaped="true">tar -zxvf openssl-0.9.8h.tar.gzcd openssl-0.9.8.h#/config --prefix=/opt/openssl ##安装在/opt/openssl目录里面. make make install</pre> 安装完成后,有一个函数库,还有一个openss
问题:./nginx: undefined symbol: EVP_rc4_hmac_md5 sudo vi /etc/ld.so.conf #把openssl安装路径加入sudo ldconfig 1.openssl安装: ./config --prefix=/user/local/ shared zlib-dynamic make make install 2.nginx安装: ./configure --with-http_ssl_module make make install 3.
Kali Linux安装字典StarDictStartDict是国外知名的字典框架,也可以加入国内翻译工具的字典.Kali Linux软件源提供该字典框架.用户需要安装qstardict软件包和词库包stardict-czech.stardict-english.stardict-german-czech.stardict-xmlittre.将其他翻译工具的词库文件(.dict.dz,.dix,.ifo.syn)复制到/usr/share/stardict/dic目录下,就可以用了.
Kali Linux 安装过程参考:https://blog.csdn.net/qq_40950957/article/details/80468030 安装完成后,apt-get install 安装软件时可能会出现 Unable to locate package **** 的错误,这个问题应该是软件源的问题: 通过命令查看源信息 vi /etc/apt/sources.list 修改为: #官方软件源 deb http://http.kali.org/kali kali-rolling