I've tried installing the FWCloud Agent on several RHEL 7 server machines, but it's failing with glibc compatibility issues. I've tried the agent distributed from https://pkg.fwcloud.net/fwcloud-agent/rpm/fwcloud-agent-1.2.1-1.x86_64.rpm (which was linked from your Downloads link) and the agent https://packagecloud.io/SOLTECSIS/FWCloud/el/7/x86_64/fwcloud-agent-1.2.1-1.x86_64.rpm (which was via the Installation documentation).
The error I get via yum is:
Or, if I choose to use rpm to install it, the error is:
It appears that the agent you've published in Package Cloud for all three RHEL versions is the same file (according to sha256sum). That RPM was built against glibc 2.28, but RHEL 7 only runs glibc 2.17.
The agent does install just fine on RHEL 8 and 9.
Is there a different agent to install, or that can be compiled to run on RHEL 7?
Also, I see that you have a GPG signature assigned to your repo (https://packagecloud.io/SOLTECSIS/FWCloud/gpgkey), but none of the RPMs are signed. Is that intentional?
Thanks,
Jeremy Mueller
The error I get via yum is:
---> Package fwcloud-agent.x86_64 0:1.2.1-1 will be installed
--> Processing Dependency: libc.so.6(GLIBC_2.28)(64bit) for package: fwcloud-agent-1.2.1-1.x86_64
--> Finished Dependency Resolution
Error: Package: fwcloud-agent-1.2.1-1.x86_64 (fwcloud_mirror)
Requires: libc.so.6(GLIBC_2.28)(64bit)
Or, if I choose to use rpm to install it, the error is:
error: Failed dependencies:
libc.so.6(GLIBC_2.18)(64bit) is needed by fwcloud-agent-1.1.8-1.x86_64
libc.so.6(GLIBC_2.25)(64bit) is needed by fwcloud-agent-1.1.8-1.x86_64
libc.so.6(GLIBC_2.27)(64bit) is needed by fwcloud-agent-1.1.8-1.x86_64
libc.so.6(GLIBC_2.28)(64bit) is needed by fwcloud-agent-1.1.8-1.x86_64
It appears that the agent you've published in Package Cloud for all three RHEL versions is the same file (according to sha256sum). That RPM was built against glibc 2.28, but RHEL 7 only runs glibc 2.17.
The agent does install just fine on RHEL 8 and 9.
Is there a different agent to install, or that can be compiled to run on RHEL 7?
Also, I see that you have a GPG signature assigned to your repo (https://packagecloud.io/SOLTECSIS/FWCloud/gpgkey), but none of the RPMs are signed. Is that intentional?
Thanks,
Jeremy Mueller