免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1480 | 回复: 4
打印 上一主题 下一主题

请教升级OpenSSH出现的错误。 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-04-05 12:27 |只看该作者 |倒序浏览
升级OpenSSH(依照最新的OpenSSL)

cd /usr/local/src

wget http://gulus.usherbrooke.ca/pub/ ... penssh-4.1p1.tar.gz

tar xzvf openssh-4.1p1.tar.gz

cd openssh-4.1p1

./configure --prefix=/usr --sysconfdir=/etc/ssh --with-pam --with-zlib --with-ssl-dir=/usr/local/openssl-0.9.8 --with-md5-passwords --mandir=/usr/share/man

make

make install
出现错误:
/usr/local/openssl-0.9.8/lib/libcrypto.a(dso_dlfcn.o)(.text+0x35): In function `dlfcn_load':
: undefined reference to `dlopen'
/usr/local/openssl-0.9.8/lib/libcrypto.a(dso_dlfcn.o)(.text+0x95): In function `dlfcn_load':
: undefined reference to `dlclose'
/usr/local/openssl-0.9.8/lib/libcrypto.a(dso_dlfcn.o)(.text+0xbc): In function `dlfcn_load':
: undefined reference to `dlerror'
/usr/local/openssl-0.9.8/lib/libcrypto.a(dso_dlfcn.o)(.text+0x147): In function `dlfcn_bind_var':
: undefined reference to `dlsym'
/usr/local/openssl-0.9.8/lib/libcrypto.a(dso_dlfcn.o)(.text+0x172): In function `dlfcn_bind_var':
: undefined reference to `dlerror'
/usr/local/openssl-0.9.8/lib/libcrypto.a(dso_dlfcn.o)(.text+0x237): In function `dlfcn_bind_func':
: undefined reference to `dlsym'
/usr/local/openssl-0.9.8/lib/libcrypto.a(dso_dlfcn.o)(.text+0x262): In function `dlfcn_bind_func':
: undefined reference to `dlerror'
/usr/local/openssl-0.9.8/lib/libcrypto.a(dso_dlfcn.o)(.text+0x52b): In function `dlfcn_unload':
: undefined reference to `dlclose'
collect2: ld returned 1 exit status
make: *** [ssh] Error 1
请教各位这个是什么问题?

论坛徽章:
0
2 [报告]
发表于 2006-04-05 16:11 |只看该作者
自己顶。~~!

论坛徽章:
0
3 [报告]
发表于 2006-04-18 19:52 |只看该作者
我也出现了类似的错误提示:

/usr/local/openssl-0.9.8a/lib/libcrypto.a(dso_dlfcn.o)(.text+0x3: In function `dlfcn_load':
: undefined reference to `dlopen'
/usr/local/openssl-0.9.8a/lib/libcrypto.a(dso_dlfcn.o)(.text+0xa0): In function `dlfcn_load':
: undefined reference to `dlclose'
/usr/local/openssl-0.9.8a/lib/libcrypto.a(dso_dlfcn.o)(.text+0xc9): In function `dlfcn_load':
: undefined reference to `dlerror'
/usr/local/openssl-0.9.8a/lib/libcrypto.a(dso_dlfcn.o)(.text+0x13e): In function `dlfcn_unload':
: undefined reference to `dlclose'
/usr/local/openssl-0.9.8a/lib/libcrypto.a(dso_dlfcn.o)(.text+0x1f5): In function `dlfcn_bind_var':
: undefined reference to `dlsym'
/usr/local/openssl-0.9.8a/lib/libcrypto.a(dso_dlfcn.o)(.text+0x241): In function `dlfcn_bind_var':
: undefined reference to `dlerror'
/usr/local/openssl-0.9.8a/lib/libcrypto.a(dso_dlfcn.o)(.text+0x2d5): In function `dlfcn_bind_func':
: undefined reference to `dlsym'
/usr/local/openssl-0.9.8a/lib/libcrypto.a(dso_dlfcn.o)(.text+0x321): In function `dlfcn_bind_func':
: undefined reference to `dlerror'
collect2: ld returned 1 exit status
make: *** [ssh] 错误 1

论坛徽章:
0
4 [报告]
发表于 2006-07-23 11:01 |只看该作者
我解决了
用openssl-0.9.7*的libcrypto.a覆盖掉就ok了

论坛徽章:
0
5 [报告]
发表于 2006-09-06 14:35 |只看该作者
原帖由 ashchen 于 2006-7-23 11:01 发表
我解决了
用openssl-0.9.7*的libcrypto.a覆盖掉就ok了

怎么覆盖?openssl-0.9.7*的编译过的吗?可是在我make install的时候会说openssl版本不匹配的error
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP