[2148] in Kerberos_V5_Development
Re: thoughts about shared library build process
daemon@ATHENA.MIT.EDU (Ezra Peisach)
Sun Dec 29 19:05:44 1996
To: tlyu@MIT.EDU
Cc: krbdev@MIT.EDU
In-Reply-To: Your message of "29 Dec 1996 13:38:00 EST."
<xe1iv5lmc1j.fsf@maneki-neko.cygnus.com>
Date: Sun, 29 Dec 1996 19:05:33 EST
From: Ezra Peisach <epeisach@MIT.EDU>
Hmm - I was thinking about this last week as well. I notcied that at
least on debian linux the soname of the library would be libkrb5.so.1.
libkrb5.so.1 would symlink to the latest version. For developemner,
libkrb5.so would exist. We of course do not set the soname under linux -
but we could, -Wl,-soname... or -Wl,-h....
To make matters a little bit easier, I started documenting what all
those top level configure.in variables mean - as well as information
about all platforms as I rediscover them... Tomorrow night I will put it
in the libhack development tree somewhere under doc...
Ezra