[Bug 845901] Re: libneon can't find SSLv2_server_method
Ryan Lortie
desrt at desrt.ca
Fri Nov 23 14:20:15 UTC 2012
This seems to be working on quantal now, but a SRU in precise would be
nice.
This got fixed in debian with this patch (which we also now have in
quantal).
http://patch-
tracker.debian.org/patch/series/view/neon27/0.29.6-3/disabled_SSLv2_support.patch
A good testcase: try to compile libmusicbrainz 5.0.1 with the non-gnutls
version of the library (libneon27-dev) installed.
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/845901
Title:
libneon can't find SSLv2_server_method
Status in “neon27” package in Ubuntu:
Confirmed
Bug description:
I just upgraded to Oneiric Beta 1, and in attempting to build
Subversion 1.7 from source, I get the following error:
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../../lib/libneon.so: undefined reference to `SSLv2_server_method'
collect2: ld returned 1 exit status
make: *** [subversion/svn/svn] Error 1
I also get the above as a runtime error when running pre-built
binaries.
It appears that libneon27 is not linking to the correct libraries to
resolve the above function. I don't know if neon is or should be
using gnutls or openssl.
To reproduce:
$ svn co https://svn.apache.org/repos/asf/subversion/branches/1.7.x wc
$ cd wc
$ ./autogen.sh
$ ./configure
$ make
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neon27/+bug/845901/+subscriptions
More information about the Ubuntu-sponsors
mailing list