could you provide more details about your build process? Are you using the tarball from the GitHub page or your own tarball? You might have missed a git submodule update --init --recursive after checking out the 7.0.3 tag.
I tested building from the tarball at https://download.zeek.org/zeek-7.0.3.tar.gz and didn’t run into this, but I admittedly tried it on macOS and not Fedora. I agree with @awelzel here that some more information is needed about how/what you’re building.
Hi @awelzel
Building a git clone direct from the repo.
Using a Docker container on a Mac.
I did the git submodule update before checking out the tag.
Let me retest with a second submodule update after the checkout.
Thanks
Mark