March 29, 2025 5:17 PM, "Alan DeKok" <aland@deployingradius.com> wrote:
On Mar 29, 2025, at 11:48 AM, g4-lisz@tonarchiv.ch wrote:
Maybe someone here on the list has already done this and can help me: I have a hard time finding libtalloc-devel for Red Hat 9.
libtalloc is already installed, but no headers... I'm really not a friend of this RHEL distro, but that's what our customer is using...
It should be possible to build from source. libtalloc isn't that big.
Alan DeKok.
Hi Alan Thanks a lot for your reply. I just found it. I don't know why all the package + repository management tools from the command line couldn't find it. But with the online package search (Redhat website) I finally got a hint. It's in the repository "codeready-builder-for-rhel-9-x86_64-rpms" So you have to subscibe to that:
sudo subscription-manager repos --enable="codeready-builder-for-rhel-9-x86_64-rpms"
Cheers, Till