Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Getting BIND 9.21.x to build?



On Thu, 11 Sep 2025, Havard Eidnes wrote:

Where are those dtrace symbols supposed to come from?  They do not appear
to be present in any of the generated object files, even though the symbols
definately look BIND-specific.


```
$ find bind-9.21.12 -name '*.d'
bind-9.21.12/lib/ns/probes.d
bind-9.21.12/lib/isc/probes.d
bind-9.21.12/lib/dns/probes.d
$
```

Try disabling tracing:

```
meson build -Dtracing=false
```

-RVP


Home | Main Index | Thread Index | Old Index