[2297] in Kerberos_V5_Development
Re: shared library versioning thoughts
daemon@ATHENA.MIT.EDU (Ezra Peisach)
Sun Mar 9 15:59:29 1997
To: Tom Yu <tlyu@MIT.EDU>
Cc: krbdev@MIT.EDU
In-Reply-To: Your message of "Sun, 09 Mar 1997 15:10:36 EST."
<9703092010.AA12493@tesla-coil.MIT.EDU>
Date: Sun, 09 Mar 1997 15:57:43 EST
From: Ezra Peisach <epeisach@MIT.EDU>
Funny that you should send mail about this today - as I was thinking about this
for Linux. At least under Debian, you want the SONAME libfoo.so.1 and the symlink
I did a quick and dirty implementation today - the changes were to aclocal.m4
and config/lib.in (or was that libobj.in).
I set up a new variable with the libfoo.so.1 construct and aclocal.m4
tells the Makefile what to build. Having rules to build in any manner
in the config/* files is okay - just that we need to tell them what to
make. I'll send you what I did so it could be properly conditionalized...
Ezra