Menu

#22 libreadline.so.5

Darwin
closed
None
1
2019-02-21
2019-02-10
Jim Little
No

I'm attempting to install the new OpenGrads Bundle

I've downloaded opengrads-2.2.1.oga.1-bundle-x86_64-pc-linux-gnu-glibc_2.11.3.tar.gz.
and following the instructions installed the bundle
in my home directory under opengrads ($HOME/opengrads or ~/opengrads)

When I try to run grads I get the following:

[~/opengrads]# grads
grads: error while loading shared libraries: libreadline.so.5: cannot
open shared object file: No such file or directory

I don't see libreadline.so.5 anywhere in the bundle and am at a loss.

I am not particularly proficient in Linux but can
generally stumble my way around and get things running. I have had
a previous version of OpenGrads running for several years
but got caught in the NOMADS server switch to https.

Can you advise?

HOST:
Bluehost server box 308

LINUX VERSION:
~/ cat /proc/version
Linux version 3.10.0-693.11.6.1.ELK.el6.x86_64 (root@bluerock1.bluehost.com) (gcc version 4.8.2 20140120 (Red Hat 4.8.2-15) (GCC) ) #1 SMP Tue Jan 23 10:30:30 MST 2018

Related

Bugs: #22

Discussion

  • Arlindo da Silva

    Why did you install the glibc_2.11.3 version? Have you tried the glibc_2.17 version? Type "ldd --version" to get your glibc version.

     
  • Jim Little

    Jim Little - 2019-02-12

    I've downloaded opengrads-2.2.1.oga.1-bundle-x86_64-pc-linux-gnu-glibc_2.17.tar.gz, extracted the
    and placed the Contents directory in my home directory under opengrads (~/opengrads).

    I'm still getting an error when invoking grads.

    ie: grads: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory

    The glibc version on my server host is Version 2.12 (see below). This is apparently not the latest
    version. Could this be my issue?

    Any advice you can offer will be greatly appreciated.

    Thanks.

    Jim Little
    jamesrlittle@msn.com

    HOST:
    Bluehost server box 308

    LINUX VERSION:
    [~/opengrads]# cat /proc/version
    Linux version 3.10.0-693.11.6.1.ELK.el6.x86_64 (root@bluerock1.bluehost.com) (gcc version 4.8.2 20140120 (Red Hat 4.8.2-15) (GCC) ) #1 SMP Tue Jan 23 10:30:30 MST 2018

    glibc VERSION:
    [~/opengrads]# ldd --version
    ldd (GNU libc) 2.12
    Copyright (C) 2010 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    Written by Roland McGrath and Ulrich Drepper.

     
    • Mike Fiorino

      Mike Fiorino - 2019-02-12

      hi Jim and Arlindo,

      I first test the 2.17 linux version on a centos6 box... glibc was at 2.12
      so updated to 2.17 using the .sh as root below...it's working so far

      ! /bin/sh

      update glibc to 2.17 for CentOS 6

      run as root

      wget
      http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-2.17-55.el6.x86_64.rpm
      wget
      http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-common-2.17-55.el6.x86_64.rpm
      wget
      http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-devel-2.17-55.el6.x86_64.rpm
      wget
      http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-headers-2.17-55.el6.x86_64.rpm

      rpm -Uvh glibc-2.17-55.el6.x86_64.rpm \ glibc-common-2.17-55.el6.x86_64.rpm \ glibc-devel-2.17-55.el6.x86_64.rpm \ glibc-headers-2.17-55.el6.x86_64.rpm

      On Tue, Feb 12, 2019 at 4:48 AM Jim Little jlittle49@users.sourceforge.net
      wrote:

      I've downloaded
      opengrads-2.2.1.oga.1-bundle-x86_64-pc-linux-gnu-glibc_2.17.tar.gz,
      extracted the
      and placed the Contents directory in my home directory under opengrads
      (~/opengrads).

      I'm still getting an error when invoking grads.

      ie: grads: error while loading shared libraries: libreadline.so.5: cannot
      open shared object file: No such file or directory

      The glibc version on my server host is Version 2.12 (see below). This is
      apparently not the latest
      version. Could this be my issue?

      Any advice you can offer will be greatly appreciated.

      Thanks.

      Jim Little
      jamesrlittle@msn.com

      HOST:
      Bluehost server box 308

      LINUX VERSION:
      [~/opengrads]# cat /proc/version
      Linux version 3.10.0-693.11.6.1.ELK.el6.x86_64 (
      root@bluerock1.bluehost.com) (gcc version 4.8.2 20140120 (Red Hat
      4.8.2-15) (GCC) ) #1 SMP Tue Jan 23 10:30:30 MST 2018

      glibc VERSION:
      [~/opengrads]# ldd --version
      ldd (GNU libc) 2.12
      Copyright (C) 2010 Free Software Foundation, Inc.
      This is free software; see the source for copying conditions. There is NO
      warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
      Written by Roland McGrath and Ulrich Drepper.


      Status: open
      Group: Darwin
      Created: Sun Feb 10, 2019 08:07 PM UTC by Jim Little
      Last Updated: Mon Feb 11, 2019 06:53 PM UTC
      Owner: Arlindo da Silva

      I'm attempting to install the new OpenGrads Bundle

      I've downloaded
      opengrads-2.2.1.oga.1-bundle-x86_64-pc-linux-gnu-glibc_2.11.3.tar.gz.
      and following the instructions installed the bundle
      in my home directory under opengrads ($HOME/opengrads or ~/opengrads)

      When I try to run grads I get the following:

      [~/opengrads]# grads
      grads: error while loading shared libraries: libreadline.so.5: cannot
      open shared object file: No such file or directory

      I don't see libreadline.so.5 anywhere in the bundle and am at a loss.

      I am not particularly proficient in Linux but can
      generally stumble my way around and get things running. I have had
      a previous version of OpenGrads running for several years
      but got caught in the NOMADS server switch to https.

      Can you advise?

      HOST:
      Bluehost server box 308

      LINUX VERSION:
      ~/ cat /proc/version
      Linux version 3.10.0-693.11.6.1.ELK.el6.x86_64 (
      root@bluerock1.bluehost.com) (gcc version 4.8.2 20140120 (Red Hat
      4.8.2-15) (GCC) ) #1 SMP Tue Jan 23 10:30:30 MST 2018


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/opengrads/bugs/22/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Bugs: #22

  • Arlindo da Silva

    I have posted a build with glibc 2.12 made on CentOS. This should solve your problem. It is better not to upgrade the glibc on CentOS as it can lead to other problems.

     
  • Arlindo da Silva

    • status: open --> closed
     

Log in to post a comment.