Open karlic opened 2 months ago
did you configure and build nettle? there is no sign of that in the text above.
Yes. I had already installed nettle using openwrt's opkg and thought I just needed the headers. When that didn't work, I tried building and installing nettle, but that made no difference.
is there something like a nettle-dev package which contains the headers?
I don't think so. So I used wget to get them from https://ftp.gnu.org/gnu/nettle/nettle-3.4.1.tar.gz
this sounds like you are building inside openwrt - is that right?
I read at https://openwrt.org/docs/guide-developer/toolchain/building_openwrt_on_openwrt#setting_up_the_development_environment which might be useful in that case.
It would be cool if rdfind would be available on openwrt as a package!
Yes, I'm trying to build in openwrt. I have an extroot (storage off the device) so have the space. It would indeed be cool to have a rdfind package. My next step will be to set up a build environment if I can't get on-device building working.
Passing CPPFLAGS doesn't seem to work either BTW, first line of sha.h says it's deprecated.