linking to libaes_siv
Hal Murray
hmurray at megapathdsl.net
Sun Feb 17 02:47:27 UTC 2019
> Let us know what work - it should be documented.
This is what I used on Linux:
echo "/usr/local/lib/" > /etc/ld.so.conf.d/libaes_siv.conf
ldconfig
This is what I used on NetBSD and FreeBSD. There is probably a better/cleaner
way, but I wasn't in the mood to go hunting for it.
cd /usr/lib/
ln -s /usr/local/lib/libaes_siv.a
ln -s /usr/local/lib/libaes_siv.so
ln -s /usr/local/lib/libaes_siv.so.1
ln -s /usr/local/lib/libaes_siv.so.1.0.0
NetBSD needed one more:
cd /usr/include/
ln -s /usr/local/include/aes_siv.h
All as root
--
These are my opinions. I hate spam.
More information about the devel
mailing list