Summary: | net-misc/openssh-5.8_p1-r1 - ssh: symbol lookup error: ssh: undefined symbol: EC_KEY_new_by_curve_name | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Lars <laked> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Lars
2011-03-22 14:54:42 UTC
openssh uses ECDSA only if openssl provides it. if you built against such an openssl, and then deployed against an openssl built with USE=bindist, that isnt a bug in openssh. build against the same library you deploy against. $ readelf -sW /usr/lib/libcrypto.so | grep EC_KEY_new_by_curve_name 2755: 00000000000ac470 75 FUNC GLOBAL DEFAULT 11 EC_KEY_new_by_curve_name Aahh...I see... OK, recompiled openssh against openssl with use bindist redeploy and all is fine! Thanks for support! Greetz, Bitspyer |