[opensuse] Leap-15.0: Anybody to explain this?
Hello, sh-4.4$ export LANG=C sh-4.4$ tas sh: /usr/local/bin/tas: No such file or directory sh-4.4$ ls -l /usr/local/bin/tas lrwxrwxrwx 1 root root 30 Aug 28 10:15 /usr/local/bin/tas -> /m/s/rep/git-svn/lmisc/bin/tas sh-4.4$ ls -l /m/s/rep/git-svn/lmisc/bin/tas -rwx------ 1 jw jw 162401 Jan 7 2016 /m/s/rep/git-svn/lmisc/bin/tas sh-4.4$ file /m/s/rep/git-svn/lmisc/bin/tas /m/s/rep/git-svn/lmisc/bin/tas: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, not stripped sh-4.4$ ldd /m/s/rep/git-svn/lmisc/bin/tas not a dynamic executable sh-4.4$ What's going on here? -- Josef Wolf jw@raven.inka.de -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
30.08.2018 12:21, Josef Wolf пишет:
Hello,
sh-4.4$ export LANG=C sh-4.4$ tas sh: /usr/local/bin/tas: No such file or directory sh-4.4$ ls -l /usr/local/bin/tas lrwxrwxrwx 1 root root 30 Aug 28 10:15 /usr/local/bin/tas -> /m/s/rep/git-svn/lmisc/bin/tas sh-4.4$ ls -l /m/s/rep/git-svn/lmisc/bin/tas -rwx------ 1 jw jw 162401 Jan 7 2016 /m/s/rep/git-svn/lmisc/bin/tas sh-4.4$ file /m/s/rep/git-svn/lmisc/bin/tas /m/s/rep/git-svn/lmisc/bin/tas: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, not stripped
Does /lib/ld-linux.so.2 exist?
sh-4.4$ ldd /m/s/rep/git-svn/lmisc/bin/tas not a dynamic executable sh-4.4$
What's going on here?
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Thu, Aug 30, 2018 at 09:03:36PM +0300, Andrei Borzenkov wrote:
30.08.2018 12:21, Josef Wolf пишет:
sh-4.4$ export LANG=C sh-4.4$ tas sh: /usr/local/bin/tas: No such file or directory sh-4.4$ ls -l /usr/local/bin/tas lrwxrwxrwx 1 root root 30 Aug 28 10:15 /usr/local/bin/tas -> /m/s/rep/git-svn/lmisc/bin/tas sh-4.4$ ls -l /m/s/rep/git-svn/lmisc/bin/tas -rwx------ 1 jw jw 162401 Jan 7 2016 /m/s/rep/git-svn/lmisc/bin/tas sh-4.4$ file /m/s/rep/git-svn/lmisc/bin/tas /m/s/rep/git-svn/lmisc/bin/tas: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, not stripped
Does /lib/ld-linux.so.2 exist?
That was it: this was a 32 bit binary and won't run on 64bit system. But the error message is somewhat irritating. -- Josef Wolf jw@raven.inka.de -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 08/30/2018 05:21 AM, Josef Wolf wrote:
Hello,
sh-4.4$ export LANG=C sh-4.4$ tas sh: /usr/local/bin/tas: No such file or directory sh-4.4$ ls -l /usr/local/bin/tas lrwxrwxrwx 1 root root 30 Aug 28 10:15 /usr/local/bin/tas -> /m/s/rep/git-svn/lmisc/bin/tas sh-4.4$ ls -l /m/s/rep/git-svn/lmisc/bin/tas -rwx------ 1 jw jw 162401 Jan 7 2016 /m/s/rep/git-svn/lmisc/bin/tas sh-4.4$ file /m/s/rep/git-svn/lmisc/bin/tas /m/s/rep/git-svn/lmisc/bin/tas: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, not stripped sh-4.4$ ldd /m/s/rep/git-svn/lmisc/bin/tas not a dynamic executable sh-4.4$
What's going on here?
/usr/local/bin not in your $PATH??? Mark -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2018-08-30 12:19 PM, Mark Hounschell wrote:
On 08/30/2018 05:21 AM, Josef Wolf wrote:
Hello,
sh-4.4$ export LANG=C sh-4.4$ tas sh: /usr/local/bin/tas: No such file or directory sh-4.4$ ls -l /usr/local/bin/tas lrwxrwxrwx 1 root root 30 Aug 28 10:15 /usr/local/bin/tas -> /m/s/rep/git-svn/lmisc/bin/tas sh-4.4$ ls -l /m/s/rep/git-svn/lmisc/bin/tas -rwx------ 1 jw jw 162401 Jan 7 2016 /m/s/rep/git-svn/lmisc/bin/tas sh-4.4$ file /m/s/rep/git-svn/lmisc/bin/tas /m/s/rep/git-svn/lmisc/bin/tas: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, not stripped sh-4.4$ ldd /m/s/rep/git-svn/lmisc/bin/tas not a dynamic executable sh-4.4$
What's going on here?
/usr/local/bin not in your $PATH???
Mark
It should be, if it's an out-of-the-box Leap 15.0 install. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (4)
-
Andrei Borzenkov
-
Darryl Gregorash
-
Josef Wolf
-
Mark Hounschell