mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@libc.org>
To: Vince Fleming <vince@weka.io>
Cc: musl@lists.openwall.com
Subject: Re: [musl] dlopen() issue
Date: Thu, 23 Sep 2021 19:09:14 -0400	[thread overview]
Message-ID: <20210923230914.GW13220@brightrain.aerifal.cx> (raw)
In-Reply-To: <CANKoP_CterWUs7EzP-i+h=HbzaSKxgvLQA3XkcG1VaZ8UR+j+w@mail.gmail.com>

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

  reply	other threads:[~2021-09-23 23:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-23 21:47 Vince Fleming
2021-09-23 23:09 ` Rich Felker [this message]
2021-09-24 12:12   ` Vince Fleming
2021-09-24 12:42     ` Rich Felker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210923230914.GW13220@brightrain.aerifal.cx \
    --to=dalias@libc.org \
    --cc=musl@lists.openwall.com \
    --cc=vince@weka.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).