Chinaunix首页 | 论坛 | 博客
  • 博客访问: 646852
  • 博文数量: 110
  • 博客积分: 8090
  • 博客等级: 中将
  • 技术积分: 1217
  • 用 户 组: 普通用户
  • 注册时间: 2005-10-10 15:32
文章分类

全部博文(110)

文章存档

2017年(2)

2015年(1)

2014年(1)

2013年(1)

2012年(1)

2011年(1)

2008年(7)

2007年(27)

2006年(45)

2005年(24)

我的朋友

分类: LINUX

2006-07-23 20:31:11

今天重新编译openssh出现错误,看了一下错误提示发现是openssl库出错
由于用的都是最新版,估计是这个问题
openssh版本:4.3p2
openssl版本:0.9.8b
openssh不论怎么编译怎么配置都会报错,后来换了openssl0.9.7j,编译通过
openssl的配置命令
./config --prefix=/usr/local --openssldir=/usr/local/openssl threads zlib shared
ssh的配置命令
./configure --with-zlib=/usr/local --with-ssl-dir=/usr/local/openssl
阅读(1869) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~