I need a CentOS v5.9 x32 installer & component files which have been compiled with libstdc++-4.1.2-54.el5.i386 (No GLIBC_2.7 or GLIBCXX_3.4.9 and above) and which I can manually install for use in a LanDesk v9.5 core server environment.
My issue is that the component files included in the 32bit version of the Landesk 9.5 CentOS Agent are for CenOS v6 & I have CentOS v5.9. The v6 installer wants different glibc libraries than what is available for CentOS v5 through Yum. Specifically, it’s tied to the cba8-9.00-3.30.cent6.i386.rpm file that’s inside the baseclient.tar.gz file. My versions of the libraries don't contain the newer objects that the client is looking for.
Examining x32LinuxLandeskClient/tmp/cba8-9.00-3.30.cent6.i386.rpm: cba8-9.00-3.30.i386
Marking x32LinuxLandeskClient/tmp/cba8-9.00-3.30.cent6.i386.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package cba8.i386 0:9.00-3.30 set to be updated
--> Processing Dependency: libc.so.6(GLIBC_2.7) for package: cba8
--> Processing Dependency: libcrypto.so.10 for package: cba8
--> Processing Dependency: libssl.so.10 for package: cba8
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.11) for package: cba8
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.9) for package: cba8
--> Finished Dependency Resolution
cba8-9.00-3.30.i386 from /cba8-9.00-3.30.cent6.i386 has depsolving problems
--> Missing Dependency: libstdc++.so.6(GLIBCXX_3.4.11) is needed by package cba8-9.00-3.30.i386 (/cba8-9.00-3.30.cent6.i386)
cba8-9.00-3.30.i386 from /cba8-9.00-3.30.cent6.i386 has depsolving problems
--> Missing Dependency: libcrypto.so.10 is needed by package cba8-9.00-3.30.i386 (/cba8-9.00-3.30.cent6.i386)
cba8-9.00-3.30.i386 from /cba8-9.00-3.30.cent6.i386 has depsolving problems
--> Missing Dependency: libssl.so.10 is needed by package cba8-9.00-3.30.i386 (/cba8-9.00-3.30.cent6.i386)
cba8-9.00-3.30.i386 from /cba8-9.00-3.30.cent6.i386 has depsolving problems
--> Missing Dependency: libstdc++.so.6(GLIBCXX_3.4.9) is needed by package cba8-9.00-3.30.i386 (/cba8-9.00-3.30.cent6.i386)
cba8-9.00-3.30.i386 from /cba8-9.00-3.30.cent6.i386 has depsolving problems
--> Missing Dependency: libc.so.6(GLIBC_2.7) is needed by package cba8-9.00-3.30.i386 (/cba8-9.00-3.30.cent6.i386)
Error: Missing Dependency: libstdc++.so.6(GLIBCXX_3.4.11) is needed by package cba8-9.00-3.30.i386 (/cba8-9.00-3.30.cent6.i386)
Error: Missing Dependency: libcrypto.so.10 is needed by package cba8-9.00-3.30.i386 (/cba8-9.00-3.30.cent6.i386)
Error: Missing Dependency: libssl.so.10 is needed by package cba8-9.00-3.30.i386 (/cba8-9.00-3.30.cent6.i386)
Error: Missing Dependency: libstdc++.so.6(GLIBCXX_3.4.9) is needed by package cba8-9.00-3.30.i386 (/cba8-9.00-3.30.cent6.i386)
Error: Missing Dependency: libc.so.6(GLIBC_2.7) is needed by package cba8-9.00-3.30.i386 (/cba8-9.00-3.30.cent6.i386)
For this install, I need:
- GLIBCXX_3.4.9
- GLIBCXX_3.4.11
- GLIBC_2.7
But I only have:
- GLIBCXX_3.4
- GLIBCXX_3.4.1
- GLIBCXX_3.4.2
- GLIBCXX_3.4.3
- GLIBCXX_3.4.4
- GLIBCXX_3.4.5
- GLIBCXX_3.4.6
- GLIBCXX_3.4.7
- GLIBCXX_3.4.8
- GLIBC_2.3
- GLIBC_2.0
- GLIBC_2.3.2
- GLIBC_2.4
- GLIBC_2.1
- GLIBC_2.1.3
- GLIBC_2.2
I could try to manually strip the GLIBC objects out of a newer C Library & patch them in place, but I’d rather get a 32-bit version of the LanDesk installer (And associated component files) which have been properly compiled against CentOS 5.9.
Anybody out there have such a thing?