linking to libaes_siv

Daniel Franke dfoxfranke at gmail.com
Sat Feb 16 14:55:46 UTC 2019


This is on Linux? Make sure /usr/local/lib is in your /etc/ld.so.conf
and then run ldconfig.

On Sat, Feb 16, 2019 at 9:46 AM Hal Murray <hmurray at megapathdsl.net> wrote:
>
>
> I'm getting closer to actually using it.
>
> Of course, it didn't work or you wouldn't be reading this message.
>
> The symptom is that it links but doesn't run.  At runtime, it can't find
> libaes_siv
>
> It was installed in /usr/local/lib/
>
> It works after I add links from /usr/lib64/ over to /usr/local/lib/
>
> [murray at fed play]$ ldd fed/main/ntpd/ntpd
>         linux-vdso.so.1 (0x00007ffcb13db000)
>         libssl.so.1.1 => /lib64/libssl.so.1.1 (0x00007fa097d41000)
>         libcrypto.so.1.1 => /lib64/libcrypto.so.1.1 (0x00007fa097a67000)
>         libaes_siv.so.1 => not found
>         libm.so.6 => /lib64/libm.so.6 (0x00007fa0978e3000)
>         librt.so.1 => /lib64/librt.so.1 (0x00007fa0978d9000)
>         libcap.so.2 => /lib64/libcap.so.2 (0x00007fa0978d2000)
>         libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fa0978ae000)
>         libc.so.6 => /lib64/libc.so.6 (0x00007fa0976e8000)
>         libz.so.1 => /lib64/libz.so.1 (0x00007fa0976ce000)
>         libdl.so.2 => /lib64/libdl.so.2 (0x00007fa0976c8000)
>         /lib64/ld-linux-x86-64.so.2 (0x00007fa097e42000)
>
> [murray at fed play]$ fed/main/ntpd/ntpd --version
> fed/main/ntpd/ntpd: error while loading shared libraries: libaes_siv.so.1:
> cannot open shared object file: No such file or directory
> [murray at fed play]$
>
>
> --
> These are my opinions.  I hate spam.
>
>
>


More information about the devel mailing list