Jeffro
Jeffro
How were you linking before so that it didn't work? I'm using Ubuntu 22.04 and it works fine for me on `master`.
Hi @LocalMonero, sorry it took so long to get back to you. I was trying out a bunch of Ubuntu installations trying to reproduce the linking errors that you were...
Sorry, that's what I meant to say: I built and installed libunbound from source. Do you have the package `libunbound-dev` installed? If you do, what happens when you `sudo apt...
Does this work without removing the `libunbound-dev` package?
@LocalMonero Right. I was saying that when the `libunbound-dev` package is installed, our CMake rules for finding `libunbound` might have linked against the wrong library (I don't know if they...
> Shouldn't all these checks be wrapped in `if(STATIC)` so they only apply to static builds? Probably? It *probably* shouldn't negatively affect non-static builds, but it would be likely be...
@selsta what do you think of @jtgrassie 's comment?
The bug fixes look good, but I don't know anything about `lest`. Is there an upstream repo you could add as a submodule?
It should be discussed whether this should be an error or whether the command line argument logic should be modified to understand the command no matter where the `index=` argument...
I don't know what I meant by that comment lol. I guess I didn't see the `%s`? I'm gonna review this more in-depth over the next couple days