Hi there 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... Best, Till
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.
Alan DeKok 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.
According to https://pkgs.org/search/?q=libtalloc-devel, libtalloc-devel is in the CRB: https://linux.how2shout.com/enable-crb-code-ready-builder-powertools-in-alma... Richard.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
March 29, 2025 5:22 PM, "Richard Siddall via Freeradius-Users" <freeradius-users@lists.freeradius.org> wrote:
According to https://pkgs.org/search/?q=libtalloc-devel, libtalloc-devel is in the CRB: https://linux.how2shout.com/enable-crb-code-ready-builder-powertools-in-alma...
Richard.
Hi Richard Thanks for your reply. I also found repositories like that, but the names seemed a bit suspicious to me. I have no idea what almalinux is... It's important to use the headers of the library versions that are installed on the base system. Cheers, Till
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
The rpm for libtalloc-devel is in the code builder repository. https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/pac... g
On 29. Mar 2025, at 17:18, 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.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
March 29, 2025 5:27 PM, "glances.swamp0r--- via Freeradius-Users" <freeradius-users@lists.freeradius.org> wrote:
The rpm for libtalloc-devel is in the code builder repository.
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/pac... s#CodeReadyLinuxBuilder-repository
g
Hi g It's really confusing how Red Hat organizes their packages. And there's no straightforward way to search them. Is there a command line tool to search in repositories that are not enabled (yet)? Sorry, this is a bit off topic. But it helps others who also build on RHEL. Cheers, Till
March 29, 2025 5:41 PM, g4-lisz@tonarchiv.ch wrote:
It's really confusing how Red Hat organizes their packages. And there's no straightforward way to search them.
Is there a command line tool to search in repositories that are not enabled (yet)?
Sorry, this is a bit off topic. But it helps others who also build on RHEL.
They must be kidding:
Installed Packages Name : mysql-libs Version : 8.0.41 Release : 2.el9_5 Architecture : x86_64 Size : 6.5 M Source : mysql-8.0.41-2.el9_5.src.rpm Repository : @System From repo : codeready-builder-for-rhel-9-x86_64-rpms Summary : The shared libraries required for MySQL clients
Installed from "codeready-builder-for-rhel" - but no headers, no -devel package.
It should be all in mysql-devel. cheers
On 29. Mar 2025, at 18:05, g4-lisz@tonarchiv.ch wrote:
March 29, 2025 5:41 PM, g4-lisz@tonarchiv.ch wrote:
It's really confusing how Red Hat organizes their packages. And there's no straightforward way to search them.
Is there a command line tool to search in repositories that are not enabled (yet)?
Sorry, this is a bit off topic. But it helps others who also build on RHEL.
They must be kidding:
Installed Packages Name : mysql-libs Version : 8.0.41 Release : 2.el9_5 Architecture : x86_64 Size : 6.5 M Source : mysql-8.0.41-2.el9_5.src.rpm Repository : @System From repo : codeready-builder-for-rhel-9-x86_64-rpms Summary : The shared libraries required for MySQL clients
Installed from "codeready-builder-for-rhel" - but no headers, no -devel package. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
That’s probably better anyway. I think mariadb is the preferred mysql variant for rhel. Cheers
On 29. Mar 2025, at 18:38, g4-lisz@tonarchiv.ch wrote:
March 29, 2025 6:28 PM, "glances.swamp0r--- via Freeradius-Users" <freeradius-users@lists.freeradius.org> wrote:
It should be all in mysql-devel. cheers
Oh! After some goo... I ended with mariadb-connector-c-devel
Cheers - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On 29/03/2025 15:48, 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...
Look at our Dockerfiles. It builds regularly using this: https://github.com/FreeRADIUS/freeradius-server/blob/v3.2.x/scripts/docker/d... Or, less easy to follow, the Github Actions CI job: https://github.com/FreeRADIUS/freeradius-server/blob/v3.2.x/.github/workflow... (Or to save building entirely you can just use the packages we provide at https://packages.inkbridgenetworks.com/ )
I'm really not a friend of this RHEL distro, but that's what our customer is using...
Same. The repositories are just weird. -- Matthew
Nice, thanks everyone a lot for all the support! Why can't every community be like this one? :-) People really help each other here... We have to build from the sources because we have some modules of our own. Cheers, Till March 29, 2025 6:43 PM, "Matthew Newton via Freeradius-Users" <freeradius-users@lists.freeradius.org> wrote:
On 29/03/2025 15:48, 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...
Look at our Dockerfiles. It builds regularly using this:
https://github.com/FreeRADIUS/freeradius-server/blob/v3.2.x/scripts/docker/d...
Or, less easy to follow, the Github Actions CI job:
https://github.com/FreeRADIUS/freeradius-server/blob/v3.2.x/.github/workflow...
(Or to save building entirely you can just use the packages we provide at https://packages.inkbridgenetworks.com )
I'm really not a friend of this RHEL distro, but that's what our customer is using...
Same. The repositories are just weird.
-- Matthew - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (5)
-
Alan DeKok -
g4-lisz@tonarchiv.ch -
glances.swamp0r@icloud.com -
Matthew Newton -
Richard Siddall