[2149] in Kerberos_V5_Development
Re: thoughts about shared library build process
daemon@ATHENA.MIT.EDU (Tom Yu)
Sun Dec 29 19:13:49 1996
Date: Sun, 29 Dec 1996 19:13:37 -0500
To: Ezra Peisach <epeisach@MIT.EDU>
Cc: tlyu@MIT.EDU, krbdev@MIT.EDU
From: Tom Yu <tlyu@MIT.EDU>
In-Reply-To: <9612300005.AA05142@kangaroo.mit.edu>
Does linux not deal with sonames or library names that contain a dot
in the version number? My logic here is mostly have libfoo.so.MAJ.MIN
be the "versioned" library name, which would always get compiled and
installed, and libfoo.so be a symlink. Are there any systems where
this will cause breakage?
---Tom