Go to main content
Oracle® Developer Studio 12.6: Installation Guide

Exit Print View

Updated: July 2017
 
 

Installing Only the Runtime Libraries on Oracle Solaris 11

The required runtime libraries are installed automatically when you install the complete developerstudio-126 package.

You must separately install the Oracle Developer Studio runtime libraries on machines where Oracle Developer Studio will not be installed but the runtime libraries are needed:

  • The runtime libraries must be installed on any machines where applications built using Oracle Developer Studio 12.6 will be executed.

  • If you install runtime libraries in a global zone, you might also need to install them in the non-global zones as well.

  • If an installation of Oracle Developer Studio is shared over NFS, the runtime libraries must be installed on NFS client systems before the clients can use the shared installation.

How to Install Only the Runtime Libraries on Oracle Solaris 11

This procedure is needed only for systems described above where the complete release has not been installed.

Before You Begin

Verify that the Oracle Solaris 11 system has the been updated to required system libraries.

Verify that the system is configured to use the Oracle Developer Studio package repository as described in steps 1 through 3 in How to Install Oracle Developer Studio 12.6 from the Package Repository.

You must have privileges to install software on the system.

  1. Become root or a user privileged to install software.
  2. Verify that Oracle Developer Studio 12.6 is not already installed on the system by typing the following:
    # pkg list 'developer/developerstudio-126/*'
    pkg list: No packages matching 'developer/developerstudio-126/*' installed 
    
  3. Install the libraries by typing the following:
    # pkg install --accept developerstudio-126/library/c++-libs \
    developerstudio-126/library/c-libs \
    developerstudio-126/library/f90-libs \
    developerstudio-126/library/math-libs \
    developerstudio-126/library/perflib \
    developerstudio-126/library/studio-gccrt
    ------------------------------------------------------------
    Package: pkg://solarisstudio/developer/developerstudio-126/studio-legal@12.6,5.11-1.0.0.0:20170614T234539Z
    License: devpro.OTN.license
    
    You acknowledge that your use of Oracle Developer Studio is subject to
    the Oracle Developer Studio OTN License Agreement.  The OTN License
    Agreement is located at : http://www.oracle.com/technetwork/licenses/studio-license-2980206.html
    
               Packages to install: 10
           Create boot environment: No
    Create backup boot environment: No
    
    DOWNLOAD                                PKGS         FILES    XFER (MB)   SPEED
    Completed                              10/10     2917/2917    90.0/90.0    0B/s
    PHASE                                          ITEMS
    Installing new actions                     3125/3125
    Updating package state database                 Done
    Updating package cache                           0/0
    Updating image state                            Done
    Creating fast lookup database                   Done
    Updating package cache                           2/2
    # 

    To install all the libraries, use the following command:

    # pkg install --accept developer/developerstudio-126/library/*
    ------------------------------------------------------------
    Package: pkg://solarisstudio/developer/developerstudio-126/studio-legal@12.6,5.11-1.0.0.0:20170614T234539Z
    License: devpro.OTN.license
    
    You acknowledge that your use of Oracle Developer Studio is subject to
    the Oracle Developer Studio OTN License Agreement.  The OTN License
    Agreement is located at : http://www.oracle.com/technetwork/licenses/studio-license-2980206.html
    
               Packages to install: 11
           Create boot environment: No
    Create backup boot environment: No
    
    DOWNLOAD                                PKGS         FILES    XFER (MB)   SPEED
    Completed                              11/11     2952/2952  252.6/252.6    0B/s
    PHASE                                          ITEMS
    Installing new actions                     3175/3175
    Updating package state database                 Done
    Updating package cache                           0/0
    Updating image state                            Done
    Creating fast lookup database                   Done
    Updating package cache                           2/2
    #
  4. View the installed packages by typing the following:
    # pkg list developer/developerstudio-126/\*
    NAME (PUBLISHER)                                  VERSION                    IFO
    developer/developerstudio-126/library/c++-libs (solarisstudio) 12.6-1.0.0.0  i--
    developer/developerstudio-126/library/c-libs (solarisstudio) 12.6-1.0.0.0    i--
    developer/developerstudio-126/library/f90-libs (solarisstudio) 12.6-1.0.0.0  i--
    developer/developerstudio-126/library/math-libs (solarisstudio) 12.6-1.0.0.0 i--
    developer/developerstudio-126/library/oic-libs (solarisstudio) 12.6-1.0.0.0  i--
    developer/developerstudio-126/library/perflib (solarisstudio) 12.6-1.0.0.0   i--
    developer/developerstudio-126/library/studio-gccrt (solarisstudio) 12.6-1.0.0.0 i--
    developer/developerstudio-126/studio-common (solarisstudio) 12.6-1.0.0.0     i--
    developer/developerstudio-126/studio-ja (solarisstudio) 12.6-1.0.0.0         i--
    developer/developerstudio-126/studio-legal (solarisstudio) 12.6-1.0.0.0      i--
    developer/developerstudio-126/studio-zhCN (solarisstudio) 12.6-1.0.0.0       i--
    # 

    Additional required packages were automatically installed.

Next Steps

Verify that users on this system are able to use Oracle Developer Studio 12.6. See After Installing Oracle Developer Studio 12.6.