unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Anthony Quizon <anthoq88@gmail.com>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: help-guix@gnu.org
Subject: Re: libssl not symlinking from openssl package?
Date: Wed, 1 Jul 2020 15:09:03 +1000	[thread overview]
Message-ID: <CAPHgq+KuR516j5=DtvcWQnOFuvPjYN8+0ANAWW2u23Rm_9SnUQ@mail.gmail.com> (raw)
In-Reply-To: <CAPHgq+L+62w0VFJogy6G6Kbj3pJ6PYW+b3GSYfyJjTSG-Oc6pg@mail.gmail.com>

Ok so when I use gcc-toolchain and do a ldd on my binary, I get "not found"
for the libssl and libcrypto links.
However, all other libraries seem to resolve correctly.

linux-vdso.so.1 (0x00007ffe86dd2000)
        libresolv.so.2 =>
/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libresolv.so.2
(0x00007fcaa9e1c000)
        libssl.so.1.1 => not found
        libcrypto.so.1.1 => not found
        libpthread.so.0 =>
/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libpthread.so.0
(0x00007fcaa9dfb000)
        libm.so.6 =>
/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libm.so.6
(0x00007fcaa9cba000)
        librt.so.1 =>
/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/librt.so.1
(0x00007fcaa9cb0000)
        libdl.so.2 =>
/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libdl.so.2
(0x00007fcaa9ca9000)
        ....

Do you know what would make libssl and libcrypto different from the other
links?

I'm using a manifest file with these packages:

(specifications->manifest
  '("glib"
    "gcc-toolchain"
    "binutils-gold"



    "coreutils"
    "openssl"
    ))

On Wed, Jul 1, 2020 at 7:49 AM Anthony Quizon <anthoq88@gmail.com> wrote:

> Oh sorry, stupid mistake.
> That's the environment variable I set to point to
> "$HOME/.guix-profile/lib". I was wondering if the openssl lib files were
> meant to be populated there.
> But now I can see that its actually in $LIBRARY_PATH when gcc-toolchain is
> installed like you said.
>
>
> On Tue, Jun 30, 2020 at 11:43 PM Ricardo Wurmus <rekado@elephly.net>
> wrote:
>
>>
>> Anthony Quizon <anthoq88@gmail.com> writes:
>>
>> > I've run `guix install openssl` but it seems like the libraries are not
>> > populated in $GUIX_LIBRARY_PATH
>>
>> What is GUIX_LIBRARY_PATH supposed to be?
>>
>> The LIBRARY_PATH variable is set when you have gcc-toolchain installed.
>> GUIX_LIBRARY_PATH is not set by anything in Guix as far as I know.
>>
>> --
>> Ricardo
>>
>

  reply	other threads:[~2020-07-01  5:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-30  1:55 libssl not symlinking from openssl package? Anthony Quizon
2020-06-30 13:43 ` Ricardo Wurmus
2020-06-30 21:49   ` Anthony Quizon
2020-07-01  5:09     ` Anthony Quizon [this message]
2020-07-01  6:45       ` Efraim Flashner
2020-07-13  4:47         ` Anthony Quizon
2020-07-13  9:09           ` Efraim Flashner
2020-07-20  6:04             ` Anthony Quizon

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='CAPHgq+KuR516j5=DtvcWQnOFuvPjYN8+0ANAWW2u23Rm_9SnUQ@mail.gmail.com' \
    --to=anthoq88@gmail.com \
    --cc=help-guix@gnu.org \
    --cc=rekado@elephly.net \
    /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).