How To Install Libiconv Red Hat
This manual explains how to boot the Red Hat Enterprise Linux 6.9 installation program (anaconda) and to install Red Hat Enterprise Linux 6.9 on 32-bit and 64-bit x86. May 28, 2004 LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat: where can i get libiconv.so.2. Install libiconv 1.8 on slackware 9.0? Iskander: Linux. How to Install Software in Red Hat Linux. Red Hat is the basis of PC, Linux OS, Mandriva and Fedora. If your distro doesn't include all the software you want, you can.
3.1.1 Oracle R Distribution for Oracle R Enterprise Oracle recommends that you use Oracle R Distribution with Oracle R Enterprise Server. Oracle R Distribution is configured to simplify installation, resolve dependencies, and easily integrate with the Intel Math Kernel Library (MKL). Benefits of Oracle R Distribution:.
Oracle R Distribution is compiled with the flags that are required by Oracle R Enterprise server components. Oracle R Distribution uses MKL to provide high performance mathematical computations on x86 hardware. If you have a licensed installation of MKL, you can configure Oracle R Distribution to use it by simply adding it to LDLIBRARYPATH path and setting one environment variable. See for details.
3.2.1 Installing Oracle R Distribution on Oracle Linux Using Yum Before installing Oracle R Distribution, verify that your version of Oracle Linux is supported by Oracle R Enterprise. To install Oracle R Distribution on Oracle Linux Using Yum:. Log in to the Linux server as root and change to the /etc/yum.repos.d directory: # cd /etc/yum.repos.d. Execute the following command to download the yum configuration file from Oracle Public Yum: # wget xxx.repo The name of the configuration file is public-yum- xxx.repo, where xxx is either el5, for Oracle Linux 5, or 0l6., for Oracle Linux 6 Note: If the yum configuration file is already present in /etc/yum.d, then you can skip this step. Open the configuration file in a text editor and specify enabled=1 for xxx latest and xxx addons, where xxx indicates the version of Linux, either el5 or ol6: xxxlatest enabled=1 xxxaddons enabled=1. Execute the yum install command to install R.
To install R-2.15.3: # yum install R-2.15.3 To install the most recent version of R that is available on Oracle Public Yum: # yum install R.x8664. 3.2.2 Installing Oracle R Distribution on Oracle Linux Using RPMs Oracle recommends that you use yum to install Oracle R Distribution. However, if yum is not available, you can install Oracle R Distribution using RPMs. Before installing Oracle R Distribution, verify that your version of Oracle Linux is supported by Oracle R Enterprise. To download and install the RPMs for Oracle Linux 5, execute the commands shown in. To download and install the RPMs for Oracle Linux 6, execute these same commands but replace el5 with ol6.
Note that these RPMs may have dependencies that need resolving. 3.3 Installing Oracle R Distribution on Oracle Solaris Oracle R Distribution is supported on Oracle Solaris x86-64 and SPARC. Before installing Oracle R Distribution, verify that your version of Oracle Solaris is supported by Oracle R Enterprise. To install Oracle R Distribution on Oracle Solaris:. Go to the Oracle Open Source Software Download page for Oracle R Distribution:. Download the files for your installation. The following are the files for R-2.15.3:.
Install Libiconv
For x86 64-bit systems: ord-2.15.3-sol10-x86-64-sunstudio12u3.tar.gz ord-2.15.3-supporting-sol10-x86-64-sunstudio12u3.tar.gz. For SPARC 64-bit systems: ord-2.15.3-sol10-sparc-64-sunstudio12u3.tar.gz ord-2.15.3-supporting-sol10-sparc-64-sunstudio12u3.tar.gz. Uncompress the first file, either sol110-x86-64 or sol10-sparc. Run i nstall.sh as root to install the Solaris PKG file for Oracle R Distribution. # install.sh. Uncompress the second file, either supporting-sol10-x86-64 or supporting-sol10-sparc, to a local directory such as $ORACLEHOME/lib. Add that directory to $LDLIBRARYPATH.
These tar files contain the shared libraries for libR.so:. libiconv.so.2. libncurses.so.5. libreadline.so.6.
libsunperf.so (This library and its dependent shared libraries usually ship with Oracle Solaris Studio). Run the following command to verify that libR.so is picking up its shared library dependencies correctly from the local directory. # ldd -r /usr/lib/64/R/lib/libR.so. Start R by typing R at the command prompt:% R. 3.4 Installing Oracle R Distribution on IBM AIX Oracle R Distribution is supported on IBM AIX. Before installing Oracle R Distribution, verify that your version of IBM AIX is supported by Oracle R Enterprise. To install Oracle R Distribution on IBM AIX:.
Go to the Oracle Open Source Software Download page for Oracle R Distribution:. Download the files for your installation.
3.5 Installing Oracle R Distribution on Oracle Exadata Database Machine Oracle recommends that you use Oracle R Distribution for Oracle R Enterprise on Exadata. You must install R on each Exadata node. For Linux systems, Oracle recommends that you install Oracle R Distribution from Oracle Public Yum: Refer to the instructions in. For Oracle Solaris systems, Oracle recommends that you install Oracle R Distribution from the Open Source Software Downloads page on the Oracle Technology Network: Refer to the instructions in.
3.6 Using the Intel Math Kernel Library The Intel Math Kernel Library (MKL) includes highly vectorized and threaded Linear Algebra, Fast Fourier Transforms (FFT), Vector Math and Statistics functions. Oracle R Distribution includes support that dynamically picks up MKL if it is installed on your system. Follow these steps to use MKL with Oracle R Distribution on Linux:. Add libmklrt.so, $RHOME/lib, and $ORACLEHOME/lib to the LDLIBRARYPATH system environment variable. Start R and execute this Oracle R Distribution function Sys.BlasLapack: R Sys.BlasLapack $vendor 1 'Intel Math Kernel Library (Intel MKL)' $nthreads 1 -1 The vendor value returned indicates the presence of MKL instead of R's internal BLAS. In order to get the speedup provided by MKL, you must set the MKLTHREADINGLAYER environment variable to GNU before you start Oracle R Distribution on your system. In the Bash shell, set the variable as follows:% export MKLTHREADINGLAYER=GNU.
3.7 Installing R on Windows Oracle R Distribution is not supported on Windows, however the binaries distributed by the Comprehensive R Archive Network (CRAN) for Windows work with Oracle R Enterprise. Before installing R, verify that your version of Microsoft Windows is supported by Oracle R Enterprise. Follow these steps to install R on Windows:. Go to the R home page:. Under Download, Packages, choose CRAN. Select a CRAN Mirror. Choose Download R for Windows.
Under Subdirectories, choose base. Under Other builds, choose Previous releases. Download the most recent version of R specified in. When the download completes, double-click the executable file to start the Windows installer for R.
For example: R-2.15.3-win.exe. Follow the instructions to complete the installation.