7.21 Changes in .profile file for Solaris Operating System

For the Solaris operating system, do the following changes in the .profile file present in the user's home directory.

  • For Solaris Sparc and X86 systems, append the path $FIC_DB_HOME/lib/libC++11/ to LD_LIBRARY_PATH variable in the .profile file.

    For example:

    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$FIC_DB_HOME/lib/libC++11

  • For Solaris Sparc, add the Oracle Developer Studio installed path at the beginning of the LD_LIBRARY_PATH variable in the .profile file.

    For example:

    LD_LIBRARY_PATH=/opt/SunProd/studio12u6/developerstudio12.6/lib/compilers/CC-gcc/lib/sparcv9:$LD_LIBRARY_PATH