dspinellis / dgsh

Shell supporting pipelines to and from multiple processes
http://www.spinellis.gr/sw/dgsh/
Other
323 stars 22 forks source link

Bash raising 'no version information available' #104

Closed ariel-anieli closed 6 years ago

ariel-anieli commented 6 years ago

Hi, I have this error coming out:

/usr/local/bin/dgsh: /lib/x86_64-linux-gnu/libtinfo.so.5: no version information available (required by /usr/local/bin/dgsh)
bash: /lib/x86_64-linux-gnu/libtinfo.so.5: no version information available (required by bash)
bash: /lib/x86_64-linux-gnu/libtinfo.so.5: no version information available (required by bash)

Here is my configuration,

# uname -a && lsb_release -a
Linux OVPn17HttpSrv 3.16.0-4-amd64 #1 SMP Debian 3.16.51-3 (2017-12-13) x86_64 GNU/Linux
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 8.10 (jessie)
Release:    8.10
Codename:   jessie

May I have an idea of where it comes from?

Thanks, Ariel

dspinellis commented 6 years ago

It is not a dgsh message. Could it be that you're running an old binary with newer shared libraries?

ariel-anieli commented 6 years ago

You are right, @dspinellis; the issue comes from elsewhere: you can close it. By the way, I'm using dgsh for grepyang: it greps through modules written in YANG.

dspinellis commented 6 years ago

Thank you for the update. Interesting application!

ariel-anieli commented 6 years ago

Your welcome, @dspinellis! Feel free to play around with it, and to feedback issues or enhancement ideas; if you see any!