Subject: Re: Missing shared lib resolution
To: None <banshee@gabriella.resort.com, current-users@sun-lamp.cs.berkeley.edu>
From: Theo Deraadt <deraadt@fsa.ca>
List: current-users
Date: 04/12/1994 01:21:25
> Shouldn't programs accept whatever shared library version they can get their 
> "hands" on, only passing back a warning about libs that don't match what 
> they are expecting?  SunOS does this.

No. Our shared libraries in general have more involved changes
than SunOS's shared libraries did. When the main structure for
stdio changes, you can expect that the old one won't work at all.

------------------------------------------------------------------------------