Bug 598086

Summary: libneon: undefined symbol: SSL_SESSION_cmp
Product: [openSUSE] openSUSE 11.3 Reporter: Jiri Slaby <jslaby>
Component: BasesystemAssignee: E-mail List <bnc-team-screening>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: lchiquitto, meissner
Version: Factory   
Target Milestone: ---   
Hardware: x86-64   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Jiri Slaby 2010-04-20 11:13:23 UTC
$ git svn rebase
/usr/bin/perl: symbol lookup error: /usr/lib64/libneon.so.27: undefined symbol: SSL_SESSION_cmp

$ nm -D /usr/lib64/libneon.so.27|grep SSL_SESSION_cmp
                 U SSL_SESSION_cmp
$ nm -D /usr/lib64/libssl.so.1.0.0|grep SSL_SESSION_cmp

The symbol was unexported recently AFAICS -> seems like neon bug?

$ rpm -qf /usr/lib64/libssl.so.1.0.0 /usr/lib64/libneon.so.27 /usr/lib/git/git-svn 
libopenssl1_0_0-1.0.0-1.1.x86_64
libneon27-0.28.4-6.4.x86_64
git-svn-1.7.0.3-28.2.x86_64
Comment 1 Leonardo Chiquitto 2010-04-20 14:14:12 UTC
*** Bug 598131 has been marked as a duplicate of this bug. ***
Comment 2 Marcus Meissner 2010-04-20 20:55:44 UTC
hmm, neon wqas fixed ..

rpm -q --changelog libneon27 | head
Comment 3 Jiri Slaby 2010-04-20 21:02:19 UTC
(In reply to comment #2)
> hmm, neon wqas fixed ..

Yup, but is not on mirrors yet. With packages directly from OBS, works as expected.