How to Install Oracle 11g R2 Database on Ubuntu 14.04 Trusty LTS 64-bit Easy Guide | Installing Packages

March 9, 2016 | By the+gnu+linux+evangelist.

<< 1/6 Previous Step – Oracle 11g DB Installation on Ubuntu 14.04 64-bit
.

The article contains the necessary instructions to install the Ubuntu 14.04 Trusty Oracle 11g Database setting up the Required Packages and Making the needed Symlinks.

Oracle 11g DB Installation on Ubuntu 14.04 Trusty | 2/6 Installing Packages & Making Symlinks

  1. Install Prerequisite Packages.

    apt-get update
    apt-get install alien autoconf automake autotools-dev binutils doxygen 
    elfutils expat gawk gcc gcc-multilib g++-multilib libstdc++6:i386 ksh less libtiff4 
    libtiff4-dev lib32z1 libaio1 libaio-dev libc6-dev libc6-dev-i386 libc6-i386 
    libelf-dev libltdl-dev libmotif4 libodbcinstq4-1 libodbcinstq4-1:i386 
    libpthread-stubs0 libpth-dev libstdc++5 lsb-cxx make 
    pdksh openssh-server rlwrap rpm sysstat unixodbc unixodbc-dev x11-utils 
    zlibc libglapi-mesa:i386 libglu1-mesa:i386 libqt4-opengl:i386 
    libpthread-workqueue0 libpthread-workqueue-dev libzthread-2.3-2 libzthread-dev 
    libpthread-stubs0-dev

    How to Install libtiff4, libtiff4-dev and libpthread-stubs0: Here.




  2. Make Symlinks to Binaries and Libraries.

    Linking Binaries

    ln -s /usr/bin/awk /bin/awk
    ln -s /usr/bin/rpm /bin/rpm
    ln -s /usr/bin/basename /bin/basename

    Linking Libraries

    ln -s /usr/lib/x86_64-linux-gnu /usr/lib64
    cd /lib64
    ln -s /lib/x86_64-linux-gnu/libgcc_s.so.1 .



3/6 Next Step – Oracle 11g DB Installation on Ubuntu 14.04 64-bit >>.


QuickChic Theme • Powered by WordPress