- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Subversion error "Unresolved symbol: SSL_CTX_s...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2008 12:55 AM
07-04-2008 12:55 AM
Subversion error "Unresolved symbol: SSL_CTX_set_client_cert_cb"
Recently,The subversion doesn't work now and got below error message
svn checkout http/temip-scm-sandbox.csd200a.com/svn/temip-scm-sandbox/SQM/trunk/V142L01P01 --ninteractive
/usr/lib/dld.sl: Unresolved symbol: SSL_CTX_set_client_cert_cb (code) from //local/lib/libneon.sl
ABORT instruction (core dumped)
I used command nm to investigate
nm /usr/local/lib/libneon.sl|grep SSL_CTX_set_client_cert_cb
SSL_CTX_set_client_cert_cb| |undef |code |
SSL_CTX_set_client_cert_cb| 142152|uext |stub |
uname -a
HP-UX honduras B.11.11 U 9000/800 766977641 unlimited-user license
Could you help me on it?
Thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2008 01:07 AM
07-04-2008 01:07 AM
Re: Subversion error "Unresolved symbol: SSL_CTX_set_client_cert_cb"
If you dont have, you can download it from software.hp.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2008 03:53 AM
07-04-2008 03:53 AM
Re: Subversion error "Unresolved symbol: SSL_CTX_set_client_cert_cb"
[root_honduras]/> swlist |grep -i ssl
neon 0.26.4 neon shared libs with SSL support
openssl 0.9.8g openssl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2008 12:01 PM
07-04-2008 12:01 PM
Re: Subversion error "Unresolved symbol: SSL_CTX_set_client_cert_cb"
SSL_CTX_set_client_cert_cb|undef |code |
SSL_CTX_set_client_cert_cb|uext |stub |
This just says the same thing as the dld error message, that symbol is missing.
If this symbol is defined in openssl as Arunvijai says, you could search more shlibs:
nm -pxAN /usr/lib/lib* /usr/local/lib/lib* | grep SSL_CTX_set_client_cert_cb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2008 05:58 PM
07-06-2008 05:58 PM
Re: Subversion error "Unresolved symbol: SSL_CTX_set_client_cert_cb"
nm -pxAN /usr/lib/lib* /usr/local/lib/lib* | grep SSL_CTX_set_client_cert_cb
/usr/local/lib/libneon.a:0x00000000 U SSL_CTX_set_client_cert_cb
/usr/local/lib/libneon.sl:0x00022b48 T SSL_CTX_set_client_cert_cb
/usr/local/lib/libneon.sl:0x00000000 U SSL_CTX_set_client_cert_cb
/usr/local/lib/libssl.a:0x00001640 T SSL_CTX_set_client_cert_cb
But I don't know what meaning of this result.
Could you help me explain it?Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2008 06:15 PM
07-06-2008 06:15 PM
Re: Subversion error "Unresolved symbol: SSL_CTX_set_client_cert_cb"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2008 06:47 PM
07-06-2008 06:47 PM
Re: Subversion error "Unresolved symbol: SSL_CTX_set_client_cert_cb"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2008 07:14 PM
07-06-2008 07:14 PM
Re: Subversion error "Unresolved symbol: SSL_CTX_set_client_cert_cb"
/usr/local/lib/libneon.a:U SSL_CTX_set_client_cert_cb
/usr/local/lib/libneon.sl:U
/usr/local/lib/libssl.a:T
>But I don't know what meaning of this result.
This says that symbol is an unsat in libneon and defined in libssl.a. Do you have a shlib version of libssl.sl?
If you can rebuild svn, you need to link with -lssl.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2008 07:58 PM
07-06-2008 07:58 PM
Re: Subversion error "Unresolved symbol: SSL_CTX_set_client_cert_cb"
and I got the binary files of SVN 1.46 to install on this server.That is
subversion-1.4.6-hppa-11.11.depot.gz.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2008 09:26 PM
07-06-2008 09:26 PM
Re: Subversion error "Unresolved symbol: SSL_CTX_set_client_cert_cb"
http://translate.google.com/translate?hl=en&sl=zh-CN&u=http://www.subversion.org.cn/bbs/redirect.php%3Ftid%3D1723%26goto%3Dnewpost&sa=X&oi=translate&resnum=2&ct=result&prev=/search%3Fq%3Dhttp/temip-scm-sandbox.csd200a.com/svn/temip-scm-sandbox/SQM/trunk/V142L01P01%26hl%3Den
Note: Translate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2008 04:38 AM
07-07-2008 04:38 AM
Re: Subversion error "Unresolved symbol: SSL_CTX_set_client_cert_cb"
where did you get your subversion SW from?
I got mine ~3 month ago (version 1.5.0 however) for 11.23 from
http://hpux.cs.utah.edu
It did NOT work in the first step, but I found out (which took really some time), that there is a dependency missing:
The free kerberos implementation heimdal-1.0.2
mfG Peter
PS: I tried to send an email to
hpux At connect.org.uk
but the mail came back as undeliverable.
So that dep. is still missing at the HP porting site ...