View Single Post

   
  #9 (permalink)  
Old 01-16-2008, 06:50 PM
Casper H.S. Dik
 
Posts: n/a
Default Re: Self-initializing shared library?

"Dan Koren" <dankoren@yahoo.com> writes:

>Thanks for the clarification. Unfortunately, this is not what
>I am looking for. I need the ability to load a shared library
>*before* any user processes start running.


You cannot load a shared library except in a process, so
this makes no sense.

>I suppose I will have to write a driver to accomplish this.


Quite; what is it that you wish to accomplish with this shared
library or driver?

Casper
--
Expressed in this posting are my opinions. They are in no way related
to opinions held by my employer, Sun Microsystems.
Statements on Sun products included here are not gospel and may
be fiction rather than truth.
Reply With Quote