Prerequisites for installing iManager on SLES15-SP1

I'm trying to assist the customer in installing iManager on SLES15-SP1 (Or even SP3) but I come across the same issue, 


Libstdc++33-32bit and Libstdc++43-32bit are required
----------------------------------------------------

Please install libstdc++33-32bit, libstdc++43-32bit and try installing again.

Can someone point me in the direction for getting these installed? I saw something about needing to enable an SLE-Legacy-Module but it cannot really be this hard? 

Thank you, 

-DS

  • Verified Answer

    +1  

    Hi dschaldenovell,

    in case this is stil relevant:

    You can check package availability / status / providing repository via

    zypper se -s libstdc++

    On a SLES 15 SP3 box i have available with iManager installed it shows:

    HostAcme03:~ # zypper se -s libstdc++
    Refreshing service 'Basesystem_Module_15_SP3_x86_64'.
    Refreshing service 'Containers_Module_15_SP3_x86_64'.
    Refreshing service 'Desktop_Applications_Module_15_SP3_x86_64'.
    Refreshing service 'Development_Tools_Module_15_SP3_x86_64'.
    Refreshing service 'Legacy_Module_15_SP3_x86_64'.
    Refreshing service 'Python_2_Module_15_SP3_x86_64'.
    Refreshing service 'SUSE_Linux_Enterprise_Server_15_SP3_x86_64'.
    Refreshing service 'SUSE_Package_Hub_15_SP3_x86_64'.
    Refreshing service 'Server_Applications_Module_15_SP3_x86_64'.
    Refreshing service 'Web_and_Scripting_Module_15_SP3_x86_64'.
    Loading repository data...
    Reading installed packages...
    
    S | Name                         | Type    | Version                      | Arch   | Repository
    --+------------------------------+---------+------------------------------+--------+--------------------------------------
    
    v | libstdc++6                   | package | 12.2.1+git416-150000.1.5.1   | x86_64 | SLE-Module-Basesystem15-SP3-Updates
    v | libstdc++6                   | package | 11.3.0+git1637-150000.1.11.2 | x86_64 | SLE-Module-Basesystem15-SP3-Updates
    i | libstdc++6                   | package | 11.3.0+git1637-150000.1.9.1  | x86_64 | SLE-Module-Basesystem15-SP3-Updates
    v | libstdc++6                   | package | 11.2.1+git610-150000.1.6.6   | x86_64 | SLE-Module-Basesystem15-SP3-Updates
    v | libstdc++6                   | package | 11.2.1+git610-1.3.9          | x86_64 | SLE-Module-Basesystem15-SP3-Updates
    v | libstdc++6                   | package | 10.3.0+git1587-1.6.4         | x86_64 | SLE-Module-Basesystem15-SP3-Updates
    v | libstdc++6                   | package | 10.2.1+git583-1.3.4          | x86_64 | SLE-Module-Basesystem15-SP3-Pool
    v | libstdc++6-32bit             | package | 12.2.1+git416-150000.1.5.1   | x86_64 | SLE-Module-Basesystem15-SP3-Updates
    v | libstdc++6-32bit             | package | 11.3.0+git1637-150000.1.11.2 | x86_64 | SLE-Module-Basesystem15-SP3-Updates
    i | libstdc++6-32bit             | package | 11.3.0+git1637-150000.1.9.1  | x86_64 | SLE-Module-Basesystem15-SP3-Updates
    v | libstdc++6-32bit             | package | 11.2.1+git610-150000.1.6.6   | x86_64 | SLE-Module-Basesystem15-SP3-Updates
    v | libstdc++6-32bit             | package | 11.2.1+git610-1.3.9          | x86_64 | SLE-Module-Basesystem15-SP3-Updates
    v | libstdc++6-32bit             | package | 10.3.0+git1587-1.6.4         | x86_64 | SLE-Module-Basesystem15-SP3-Updates
    v | libstdc++6-32bit             | package | 10.2.1+git583-1.3.4          | x86_64 | SLE-Module-Basesystem15-SP3-Pool
    v | libstdc++6-pp-gcc11          | package | 11.3.0+git1637-150000.1.11.2 | x86_64 | SLE-Module-Basesystem15-SP3-Updates
    i | libstdc++6-pp-gcc11          | package | 11.3.0+git1637-150000.1.9.1  | x86_64 | SLE-Module-Basesystem15-SP3-Updates
    v | libstdc++6-pp-gcc11          | package | 11.2.1+git610-150000.1.6.6   | x86_64 | SLE-Module-Basesystem15-SP3-Updates
    v | libstdc++6-pp-gcc11          | package | 11.2.1+git610-1.3.9          | x86_64 | SLE-Module-Basesystem15-SP3-Updates
    v | libstdc++6-pp-gcc11-32bit    | package | 11.3.0+git1637-150000.1.11.2 | x86_64 | SLE-Module-Basesystem15-SP3-Updates
    i | libstdc++6-pp-gcc11-32bit    | package | 11.3.0+git1637-150000.1.9.1  | x86_64 | SLE-Module-Basesystem15-SP3-Updates
    v | libstdc++6-pp-gcc11-32bit    | package | 11.2.1+git610-150000.1.6.6   | x86_64 | SLE-Module-Basesystem15-SP3-Updates
    v | libstdc++6-pp-gcc11-32bit    | package | 11.2.1+git610-1.3.9          | x86_64 | SLE-Module-Basesystem15-SP3-Updates
    

    Hope that helps!

    Best regards,
    Philipp

  • 0   in reply to   

    Good day, 

    Thank you for your assistance, I did the following:

    zypper in libstdc++6-32bit

    Then iManager seemed to move past that issue and start the installation.