I have a fresh install(1 week old) of Debian Stretch and been loading programs needed for my study. As part of it, I installed a program called GrADS. But, when I try to run it from the terminal, it shows the following error:
grads: symbol lookup error: /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: libssh2_scp_recv2
What does it mean and how can I correct it?
UPDATE1:
Output of apt policy:
Package files:
100 /var/lib/dpkg/status release a=now 500 http://deb.debian.org/debian stretch/non-free amd64 Packages release v=9.5,o=Debian,a=stable,n=stretch,l=Debian,c=non-free,b=amd64 origin deb.debian.org 500 http://deb.debian.org/debian stretch/contrib amd64 Packages release v=9.5,o=Debian,a=stable,n=stretch,l=Debian,c=contrib,b=amd64 origin deb.debian.org 500 http://deb.debian.org/debian stretch/main amd64 Packages release v=9.5,o=Debian,a=stable,n=stretch,l=Debian,c=main,b=amd64 origin deb.debian.org 500 http://deb.debian.org/debian stretch-updates/main amd64 Packages release o=Debian,a=stable-updates,n=stretch-updates,l=Debian,c=main,b=amd64 origin deb.debian.org 500 http://security.debian.org/debian-security stretch/updates/main amd64 Packages release v=9,o=Debian,a=stable,n=stretch,l=Debian-Security,c=main,b=amd64 origin security.debian.org Pinned packages: UPDATE2:
Strangely, I can run the program from the (Whisker)Menu, it then opens in a new terminal windows, and works as expected as far as I tested.
UPDATE3:
Output of apt policy libssh2-1:
libssh2-1: Installed: 1.7.0-1 Candidate: 1.7.0-1 Version table: *** 1.7.0-1 500 500 http://deb.debian.org/debian stretch/main amd64 Packages 100 /var/lib/dpkg/status Output of libcurl3-gnutls:
:
libcurl3-gnutls: Installed: 7.52.1-5+deb9u7 Candidate: 7.52.1-5+deb9u7 Version table: *** 7.52.1-5+deb9u7 500 500 http://security.debian.org/debian-security stretch/updates/main amd64 Packages 100 /var/lib/dpkg/status 7.52.1-5+deb9u6 500 500 http://deb.debian.org/debian stretch/main amd64 Packages
gradsfrom. (Also, yourapt policyoutput is all good, and I knowgradsas provided in Debian 9 works fine.) Do you have anything inLD_LIBRARY_PATH? (echo $LD_LIBRARY_PATH)