> 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. _______________________________________________ devel mailing list devel@ntpsec.org http://lists.ntpsec.org/mailman/listinfo/devel