This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: dlopen() not locking shared object


On 22 Oct 1999 minyard@acm.org wrote:

> Date: 22 Oct 1999 09:03:28 -0400
> From: minyard@acm.org
> Reply-To: glibc-linux@ricardo.ecn.wfu.edu
> To: glibc-linux@ricardo.ecn.wfu.edu
> Subject: dlopen() not locking shared object
> 
> I'm looking for a way to load a shared object like dlopen() does, but
> without keeping the shared object file open.  I have an application
> where I need to mount an NFS volume, load a shared object completely,
> then unmount the NFS volume (I can't have NFS up all the time due
> to reliability concerns).

Copy the object to a local filesytem, then dlopen the copy.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]