Subversion library version numbers
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-10-09 19:29:17 CEST
I'm using trunk@HEAD but I assume the following applies to the
$ svn --version | grep ^svn
Look at this
$ objdump -p svn | grep libsvn_fs
$ objdump -p objdump -p libsvn_fs-1.so|grep SONAME
Is that .so.0 correct? Should it be .so.1?
Also look at this
$ ls libsvn_fs*
Is libsvn_fs-1.so.0.0.0 correct? Should it be libsvn_fs-1.so.1.2.0?
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Oct 9 19:29:28 2004 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.