Hal Murray writes: > I'm mostly caught up again. > > I have a hack that makes it work on NetBSD. > The problem is that the run time loader/linker doesn't look in /usr/pkg/lib > where libsodium ends up. I added a link from where it does look: > ln -s /usr/pkg/lib/libsodium.so.18 /usr/lib/libsodium.so.18
That sounds like a packaging problem of libsodium on that system or you've missed to run the post-install step that updates ld-so.conf via ldconfig. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Samples for the Waldorf Blofeld: http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra _______________________________________________ devel mailing list [email protected] http://lists.ntpsec.org/mailman/listinfo/devel
