这是我的页面头部

03 2015 档案

摘要:安装 openssh后,使用 curl 的 ./configure --with-ssl 时,报错“找不到 ssl”。因为 curl在 /usr/local/ssl的安装目录下找动态连接库。而ssl默认不生成动态连接库。解决办法是编译 ssl时使用 enable-shared 生成 动态连接库./c... 阅读全文
posted @ 2015-03-27 12:09 范晨鹏 阅读(6737) 评论(0) 推荐(0)
摘要:[root@iZ62jhlmmZ ~]# uname -aLinux iZ62jhlmsymZ 3.10.0-123.13.2.el7.x86_64 #1 SMP Thu Dec 18 14:09:13 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux[root@iZ6... 阅读全文
posted @ 2015-03-06 12:14 范晨鹏 阅读(383) 评论(0) 推荐(0)