Subject: Re: HEADS UP: migration to fully dynamic linked "base" system
To: Johnny Billquist <bqt@update.uu.se>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: current-users
Date: 08/26/2002 11:45:28
On Mon, Aug 26, 2002 at 08:32:22PM +0200, Johnny Billquist wrote:

 > 2) using dlopen() in all programs.
 > 
 > Why are these two discussions being mixed? Are they totally inseparable?

Basically, yes.  dlopen() requires that the ELF interpreter be mapped,
and that only happens for dynamically-linked executables.

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