unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: divoplade <d@divoplade.fr>
To: help-guix@gnu.org
Subject: How do I set LTDL_LIBRARY_PATH?
Date: Thu, 17 Sep 2020 22:58:36 +0200	[thread overview]
Message-ID: <5e8245d2af36f13d6119b53cd14c2ebd7ca8fdf8.camel@divoplade.fr> (raw)

Hello guix,

I have written a small C guile module to access (some parts of) the GNU
nettle library. I can install it with guix, but then if I try to load
it from within an environment:

guix environment --ad-hoc guile guile-nettle -- guile <<EOF
(load-extension "libguile-nettle" "init_nettle")
EOF

guile does not find "libguile-nettle" (In procedure dynamic-link: file:
"libguile-nettle", message: "file not found")

This is because guile expects it to be in LTDL_LIBRARY_PATH, and guix
does not set that up.

How do I do that? Can I just update my package definition? I did not
find any modules that even mentions LTDL_LIBRARY_PATH; however I found
this in r-with-tests:

    (native-search-paths
     (list (search-path-specification
            (variable "R_LIBS_SITE")
            (files (list "site-library/")))))

Am I correct in assuming that if I put "LTDL_LIBRARY_PATH" as the
variable and "lib/" as the files, an environment containing my library
will set LTDL_LIBRARY_PATH=lib/ or is there a catch?

Best regards,

divoplade



             reply	other threads:[~2020-09-17 20:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-17 20:58 divoplade [this message]
2020-09-29 14:02 ` How do I set LTDL_LIBRARY_PATH? Ludovic Courtès

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=5e8245d2af36f13d6119b53cd14c2ebd7ca8fdf8.camel@divoplade.fr \
    --to=d@divoplade.fr \
    --cc=help-guix@gnu.org \
    /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.
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 read-only IMAP folder(s) and NNTP newsgroup(s).