Date: Wed, 01 Nov 2006 16:06:34 -0800 From: Maxim Sobolev <sobomax@sippysoft.com> To: "current@freebsd.org" <current@FreeBSD.ORG>, julian@elischer.org Subject: libpthread shared library version number Message-ID: <4549368A.5020505@sippysoft.com>
next in thread | raw e-mail | index | archive | help
Guys, I have noticed that libpthread shared library version number in 6-STABLE and 7-CURRENT is the same (.2), which causes all threaded application compiled for 6-STABLE to segfault when executed on 7-CURRENT system, unless libpthread.so.2 is replaced with with its 6-STABLE version which in turn will create problems with threaded apps compiled for 7-CURRENT. IMHO we should increase version number in current, so that it is in the line of what we have for other system libraries. Any objections? Regards, Maxim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4549368A.5020505>