[ncl-install] NCL 6.4.0 at openSUSE Tumbleweed [solution]

David Adams dave.k.adams at gmail.com
Tue Dec 26 13:00:55 MST 2017


Hi Kevin, Fernando,
back to trying to install 6.4.  Still no luck.

ncl_ncarg-6.4.0-Debian8.6_64bit_nodap_gnu492.tar.gz

I get this error now.
ncl: error while loading shared libraries: libbz2.so.1.0: cannot open
shared object file: No such file or director

locate libbz2.so.1.0  gives me

/usr/lib/libbz2.so.1.0.6
/usr/lib64/libbz2.so.1.0.6

I set $LD_LIBRARY_PATH

echo $LD_LIBRARY_PATH  gives
/usr/lib64

I tried
rpm -iv libgfortran3-6.2.1+r239768-5.5.2.x86_64.rpm

warning: libgfortran3-6.2.1+r239768-5.5.2.x86_64.rpm: Header V3 RSA/SHA256
Signature, key ID 3dbdc284: NOKEY
error: Failed dependencies:
    libquadmath0 >= 6.2.1+r239768-5.5.2 is needed by
libgfortran3-6.2.1+r239768-5.5.2.x86_64

so no sure what to try now.

any thoughts.
saludos,
Dave









On Sat, Dec 9, 2017 at 9:08 AM, FO <fometeo at gmail.com> wrote:

> Hi Kevin. Your answer to David Adams gave me a precious hint.
> So, here are some steps to get NCL 6.4.0 at openSUSE Tumbleweed
> The main thing was already done after all, the Debian binaries.
>
> # vi /etc/bash.bashrc.local
> export PKG_CONFIG_PATH=/usr/lib64/pkgconfig:/usr/local/lib/pkgconfig
> export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64:/usr/lib64:/lib64
> export CPATH=/usr/local/include:/usr/include:/usr/include/linux/
> export NCARG_ROOT=/usr/local/ncarg
> export PATH=$NCARG_ROOT/bin:$PATH
> #
> # source /etc/bash.bashrc.local
> # ldconfig
>
> get /usr/lib64/libgfortran.so.3
> # wget https://rpmfind.net/linux/opensuse/update/leap/42.2/oss/
> x86_64/libgfortran3-6.2.1+r239768-5.5.2.x86_64.rpm
> # rpm -iv libgfortran3-6.2.1+r239768-5.5.2.x86_64.rpm
>
> NCL Version 6.4.0 precompiled binaries (not OPeNDAP-enabled)
> at https://www.earthsystemgrid.org/dataset/ncl.640.nodap/file.html
> get ncl_ncarg-6.4.0-Debian8.6_64bit_nodap_gnu492.tar.gz
>
> # mkdir /usr/local/ncarg
> # tar xvzf ncl_ncarg-6.4.0-Debian8.6_64bit_nodap_gnu492.tar.gz -C
> /usr/local/ncarg
>
> # ncl -V
> 6.4.0
>
> # ng4ex xy01n
> also works graphically
>
> Regards,
> Fernando
>
> _______________________________________________
> ncl-install mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-install
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-install/attachments/20171226/5ea1945d/attachment.html>


More information about the ncl-install mailing list