[ncl-install] No package compat-libgfortran-41-4.1.2-39.el6.i686.rpm available.

Mary Haley haley at ucar.edu
Mon Jan 30 07:03:53 MST 2012


Kalim,

I don't understand what you are trying to do below. You already have the software downloaded as a compressed tar file, "ncl_ncarg-6.0.0.Linux_RedHat_i686_nodap_gcc412.tar.gz". Trying to do a "yum install" on this file is not going to work.

It looks like you must have run "gunzip" and "tar -xvf" on this file at some point to extract the files, because you have files like "lib/libhlu.a".

The final two steps should be:

  1) set your NCARG_ROOT environment variable to the directory path where the "bin", "lib" and "include"  directories reside
  2) make sure $NCARG_ROOT/bin is on your search path

For information about how to set NCARG_ROOT, please see:

http://www.ncl.ucar.edu/Download/install.shtml#SetNCARG_ROOT

--Mary

On Jan 30, 2012, at 6:53 PM, kalim ullah wrote:

> Hi,
> I'm feeling difficulty to installing NCL(ncl_ncarg-6.0.0.Linux_RedHat_i686_nodap_gcc412.tar.gz) on my system. My linux, and  gcc version,is given below.The error is also atached herewith. Please your help/guidance will be highly appreciated.
> thanks and regards,
> kalim
> 
> ***********************************************************
> [root at localhost ~]# uname -m
> i686
> [root at localhost ~]# uname -a
> Linux localhost.localdomain 2.6.18-164.el5xen #1 SMP Thu Sep 3 04:47:32 EDT 2009 i686 i686 i386 GNU/Linux
> [root at localhost~]# gcc -v
> Using built-in specs.
> Target: i386-redhat-linux
> Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
> Thread model: posix
> gcc version 4.1.2 20080704 (Red Hat 4.1.2-51)
> [root at localhost~]# locate libgfortran.so.1
> /usr/lib/libgfortran.so.1
> /usr/lib/libgfortran.so.1.0.0
> [root at localhost~]# env | grep LD_LIBRARY_PATH
> [root at localhost~]# /usr/local/lib
> bash: /usr/local/lib: is a directory
> [root at localhost Softwares]# export LD_LIBRARY_PATH
> 
> [root at localhost~]# cd NCL
> [root at localhost NCL]# ls
> bin lib new file.txt~
> include ncl_ncarg-6.0.0.Linux_RedHat_i686_nodap_gcc412.tar.gz
> [root at localhost NCL]# yum install ncl_ncarg-6.0.0.Linux_RedHat_i686_nodap_gcc412.tar.gz
> Loaded plugins: fastestmirror
> Loading mirror speeds from cached hostfile
> * base: ftp.cuhk.edu.hk
> * extras: mirrors.digipower.vn
> * updates: mirrors.digipower.vn
> Setting up Install Process
> No package ncl_ncarg-6.0.0.Linux_RedHat_i686_nodap_gcc412.tar.gz available.
> Nothing to do
> [root at localhost NCL]# yum install compat-libgfortran-41-4.1.2-39.el6.i686.rpm
> Loaded plugins: fastestmirror
> Loading mirror speeds from cached hostfile
> * base: ftp.iitm.ac.in
> * extras: ftp.iitm.ac.in
> * updates: ftp.iitm.ac.in
> Setting up Install Process
> No package compat-libgfortran-41-4.1.2-39.el6.i686.rpm available.
> Nothing to do
> 
> [root at localhost NCL]# yum install openssl
> Loaded plugins: fastestmirror
> Loading mirror speeds from cached hostfile
> * base: centos.vr-zone.com
> * extras: mirror-cybernet.lums.edu.pk
> * updates: mirror-cybernet.lums.edu.pk
> Setting up Install Process
> Package openssl-0.9.8e-20.el5_7.1.i686 already installed and latest version
> Nothing to do
> [root at localhost NCL]# yum install libx11-devel
> Loaded plugins: fastestmirror
> Loading mirror speeds from cached hostfile
> * base: ftp.iitm.ac.in
> * extras: ftp.iitm.ac.in
> * updates: ftp.iitm.ac.in
> Setting up Install Process
> No package libx11-devel available.
> * Maybe you meant: libX11-devel
> Nothing to do
> [root at localhost NCL]# ls -a
> . include new file.txt~
> .. lib
> bin ncl_ncarg-6.0.0.Linux_RedHat_i686_nodap_gcc412.tar.gz
> [root at localhost NCL1]# cd include
> [root at localhost include]# ls -a
> . .. ncarg
> [root at localhost include]# cd ..
> [root at localhost NCL]# cd lib
> [root at localhost lib]# ls -a
> . libhlu_cairo.a libncarg_ras.a libnio.a
> .. liblapack_ncl.a libncl.a libsphere3.1_dp.a
> libblas_ncl.a libncarg.a libnclapi.a ncarg
> libcgm.a libncarg_c.a libnfp.a
> libfftpack5_dp.a libncarg_gks.a libnfpfort.a
> libhlu.a libncarg_gks_cairo.a libngmath.a
> 
> _______________________________________________
> ncl-install mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-install



More information about the ncl-install mailing list