Re: libssl not symlinking from openssl package?

2020-07-19 Thread Anthony Quizon
Hi Efraim, Everything seems to work correctly using gcc. The binary is built with the D language and dub. (I should have mentioned that as well - I'll try to get better at these help requests) I'm currently giving it another go but I'll try to compose a minimal setup and upload it to github if yo

Re: libssl not symlinking from openssl package?

2020-07-13 Thread Efraim Flashner
And to make sure, you're trying to build something, not link and already built binary? Is there any more information you can give us to help with troubleshooting? On Mon, Jul 13, 2020 at 02:47:33PM +1000, Anthony Quizon wrote: > Thanks for that - however, it seems to be the same. > I've removed co

Re: libssl not symlinking from openssl package?

2020-07-12 Thread Anthony Quizon
Thanks for that - however, it seems to be the same. I've removed coreutils, binutils-gold and added pkg-config and still are getting missing links with ldd. I've just manually set the paths for now as you suggested. I'm using guix on top of debian - there might be some sort of clash with the syst

Re: libssl not symlinking from openssl package?

2020-06-30 Thread Efraim Flashner
On Wed, Jul 01, 2020 at 03:09:03PM +1000, Anthony Quizon wrote: > 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 (0x7ffe86dd2000) > libresolv

Re: libssl not symlinking from openssl package?

2020-06-30 Thread Anthony Quizon
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 (0x7ffe86dd2000) libresolv.so.2 => /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libresol

Re: libssl not symlinking from openssl package?

2020-06-30 Thread Anthony Quizon
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, 202

Re: libssl not symlinking from openssl package?

2020-06-30 Thread Ricardo Wurmus
Anthony Quizon 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

libssl not symlinking from openssl package?

2020-06-29 Thread Anthony Quizon
Hello, I've run `guix install openssl` but it seems like the libraries are not populated in $GUIX_LIBRARY_PATH Running `ls` in `/gnu/store/dkzivzn17qilmqdfpyps62b395wxhshh-openssl-1.1.1f/lib` gives: `engines-1.1 libcrypto.so libcrypto.so.1.1 libssl.so libssl.so.1.1 pkgconfig` but a ` ls $GU