Subject: Re: stdio FILE extension
To: Greg A. Woods <woods@weird.com>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: tech-userlevel
Date: 10/16/2001 16:40:59
On Tue, Oct 16, 2001 at 07:23:12PM -0400, Greg A. Woods wrote:

 > > No, "boom", always.  There will be duplicated symbols.
 > 
 > because two libc's get loaded?

Yes.  Note that the loader doens't know its "two libc's".  It is two
different SONAMEs: "libc.so.12" and "libc.so.13".  As far as ELF is
concerned, those are two different libraries, not two libraries with
different versions.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>