|
Message-ID: <20210923230914.GW13220@brightrain.aerifal.cx> Date: Thu, 23 Sep 2021 19:09:14 -0400 From: Rich Felker <dalias@...c.org> To: Vince Fleming <vince@...a.io> Cc: musl@...ts.openwall.com Subject: Re: dlopen() issue On Thu, Sep 23, 2021 at 05:47:37PM -0400, Vince Fleming wrote: > Hi all; > > I seem to be having a problem with dynamically loading a library. It's > intermittent; it will succeed and work fine, then on the next run it'll > give "libaio: cannot open shared object file: No such file or directory", > or "Dynamic loading not supported", which appear to come from dlerror() in > musl, not the application I'm porting to musl. > > Has anyone else seen such behavior? The error means your program is static linked. It's not clear why you're not seeing it other times; presumably you're rebuilding (or at least relinking) the program between runs, or else running different versions of it each time. Rich
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.