AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
  • 1.  How to install xlc on AIX

    Posted Wed June 08, 2011 04:43 AM

    Originally posted by: Xiaobo


    I am trying to install xlcpp.11.1.0.1.aix.eval.tar.tgz on AIX, the steps are as following:
    1.gunzip xlcpp.11.1.0.1.aix.eval.tar.tgz
    2. tar -xvf xlcpp.11.1.0.1.aix.eval.tar.tgz into /home/ruser/xl/xlcpp11.1.0.1
    3. smitt install_latest and specify /home/ruser/xl/xlcpp11.1.0.1 for INPUT device / directory for software and enter
    4. smitt failed : 0503-003 geninstall: The specified device /home/ruser/xl/xlcpp11.1.0.1 is not a valid device or file

    No Installable software products were found on the media
    #AIX-Forum


  • 2.  Re: How to install xlc on AIX

    Posted Wed June 08, 2011 09:50 AM

    Originally posted by: flodstrom


    I'm sure you will find a "install.pdf" file in that image you downloaded, have you read that?

    That said, I'm not entirely sure how the directory layout on the evaluation image look like, but I suspect it looks similar to that of a CD delivery. You need to go to the location of the actual install images. Typically this is in "./usr/sys/inst.images/" or similar.
    #AIX-Forum


  • 3.  Re: How to install xlc on AIX

    Posted Thu July 28, 2011 12:57 PM

    Originally posted by: wwq


    change to /xlcpp.11.1.0.1.aix.eval/runtime directory
    then smit install
    that´s it
    #AIX-Forum


  • 4.  Re: How to install xlc on AIX

    Posted Tue August 02, 2011 04:50 PM

    Originally posted by: Dwayne_M


    Hi,

    The file for the evaluation version of XL C/C++ for AIX, V11.1 is named "xlcpp.11.1.0.1.aix.eval.tar.Z", but if you downloaded it with Microsoft Internet Explorer, the browser has a bug which would have renamed it "xlcpp.11.1.0.1.aix.eval.tar.tgz". Please rename the file "xlcpp.11.1.0.1.aix.tar.Z" and then once you have moved it to your AIX system:

    $ zcat xlcpp.11.1.0.1.aix.eval.tar.Z | tar -xvf -
    $ installp -aXYgd ./usr/sys/inst.images -e /tmp/install.log all
    Dwayne Moore
    Market Manager, Power & Compilers
    IBM Corporation | Rational Software
    @AIXAppDev on Twitter
    #AIX-Forum


  • 5.  RE: Re: How to install xlc on AIX

    Posted Thu February 17, 2022 08:15 AM
    Hello, 

    I follow this instruction : installp -paXgd ./usr/sys/inst.images -e /tmp/install.log all
    but received below error, can you help to fix MISSING REQUISITES? Thanks so much!

    BR, NTT

    MISSING REQUISITES: The following filesets are required by one or more
    of the selected filesets listed above. They are not currently installed
    and could not be found on the installation media.

    bos.loc.iso.Zh_CN 6.1.0.0 # Base Level Fileset
    bos.loc.iso.ja_JP 5.3.0.0 # Base Level Fileset
    bos.loc.iso.ja_JP 6.1.0.0 # Base Level Fileset
    bos.loc.iso.zh_CN 5.3.0.0 # Base Level Fileset
    bos.loc.iso.zh_CN 6.1.0.0 # Base Level Fileset
    bos.loc.pc.Ja_JP 5.3.0.0 # Base Level Fileset
    bos.loc.pc.Ja_JP 6.1.0.0 # Base Level Fileset
    bos.loc.utf.EN_US 5.3.0.0 # Base Level Fileset
    bos.loc.utf.EN_US 6.1.0.0 # Base Level Fileset
    bos.loc.utf.JA_JP 5.3.0.0 # Base Level Fileset
    bos.loc.utf.JA_JP 6.1.0.0 # Base Level Fileset
    bos.loc.utf.ZH_CN 5.3.0.0 # Base Level Fileset
    bos.loc.utf.ZH_CN 6.1.0.0 # Base Level Fileset

    << End of Failure Section >>

    ------------------------------
    Tra Nguyen
    ------------------------------



  • 6.  RE: Re: How to install xlc on AIX

    Posted Fri February 18, 2022 09:07 AM
    Hi,

    Thoose messages can be ignored. It happens because you tried to install all locales (languages) packages from xlC ("all" parameters in your command line).
    Thooses base packages locales are not installed on your system, so I think you don't need it with xlC.

    Can you confirm that other packages are correctly installed ?

    Regards.

    ------------------------------
    Damien LEMAGNEN
    AIX System Engineer/Architect
    NETIXWARE
    ------------------------------



  • 7.  Re: How to install xlc on AIX

    Posted Wed August 03, 2011 06:24 AM

    Originally posted by: DjRobin69


    Did you get any error messages when you un-tared the file? Did you binary ftp from fropm your pc to the server? Check the contents of the directory, there should be a .toc file containing any products that can be installed, yuo can cerate one using the inutoc command
    #AIX-Forum