Re: executable won't execute

2013-12-13 Thread Fernando Bordignon
Had the same problem here! Using Xubuntu 13.10 updated from 13.04 3.11.0-14-generic Found the solution on this 3yo thread, amazing! This cmd did the trick: sudo ln -s ld-linux-x86-64.so.2 ld-lsb-x86-64.so.3 Thanks guys -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with

Re: executable won't execute

2010-05-17 Thread Sven Joachim
On 2010-05-17 11:23 +0200, Alexey Salmin wrote: > It appears that ld-lsb symlinks are created by lsb-core postinst > script. That's why they're not listed in package contents. Ah, indeed. The Debian changelog does not mention that -- thanks for enlightening me. Sven -- To UNSUBSCRIBE, email

Re: executable won't execute

2010-05-17 Thread Alexey Salmin
On Mon, May 17, 2010 at 3:59 PM, Sven Joachim wrote: > On 2010-05-17 08:54 +0200, Sven Joachim wrote: > >> On 2010-05-17 08:46 +0200, Alexey Salmin wrote: >> >>> So, it's a bug in lsb-core package? >> >> Yes, the LSB mandates that /lib/ld-lsb.so.3 is the dynamic linker: >> >> http://refspecs.frees

Re: executable won't execute

2010-05-17 Thread Sven Joachim
On 2010-05-17 08:54 +0200, Sven Joachim wrote: > On 2010-05-17 08:46 +0200, Alexey Salmin wrote: > >> So, it's a bug in lsb-core package? > > Yes, the LSB mandates that /lib/ld-lsb.so.3 is the dynamic linker: > > http://refspecs.freestandards.org/LSB_4.0.0/LSB-Core-IA32/LSB-Core-IA32/baselib.html

Re: executable won't execute

2010-05-16 Thread Sven Joachim
On 2010-05-17 08:46 +0200, Alexey Salmin wrote: > On Sat, May 15, 2010 at 4:15 PM, Sven Joachim wrote: >> On 2010-05-15 11:04 +0200, Jan C. Nordholz wrote: >>      [Requesting program interpreter: /lib/ld-lsb.so.3] >>> >>> That dynamic linker doesn't look right. A little googling shows that

Re: executable won't execute

2010-05-16 Thread Alexey Salmin
On Sat, May 15, 2010 at 4:15 PM, Sven Joachim wrote: > On 2010-05-15 11:04 +0200, Jan C. Nordholz wrote: > >>> [readelf output] >>> >>> ELF Header: >>> [...] >> >>>  INTERP         0x000114 0x08048114 0x08048114 0x00011 0x00011 R   0x1 >>>      [Requesting program interpreter: /lib/ld-lsb.so.3] >>

Re: executable won't execute

2010-05-15 Thread Kent West
On 5/15/10 7:56 AM, Anand Sivaram wrote: > > > On Sat, May 15, 2010 at 14:45, Sven Joachim > wrote: > > On 2010-05-15 11:04 +0200, Jan C. Nordholz wrote: > > >> [readelf output] > >> > >> ELF Header: > >> [...] > > > >> INTERP 0x000114 0

Re: executable won't execute

2010-05-15 Thread Kent West
On 5/14/10 6:17 PM, Andrew Reid wrote: > On Thursday 13 May 2010 20:36:41 Kent West wrote: > >> I'm trying to start a daemon for Maple v 14, but when I try to run it, >> the system complains that the file doesn't exist. What's up? >> >> wes...@]goshen.acu.edu]:/usr/local/Maple_Network_Tools/FLEX

Re: executable won't execute

2010-05-15 Thread Anand Sivaram
On Sat, May 15, 2010 at 14:45, Sven Joachim wrote: > On 2010-05-15 11:04 +0200, Jan C. Nordholz wrote: > > >> [readelf output] > >> > >> ELF Header: > >> [...] > > > >> INTERP 0x000114 0x08048114 0x08048114 0x00011 0x00011 R 0x1 > >> [Requesting program interpreter: /lib/ld-lsb.so

Re: executable won't execute

2010-05-15 Thread Sven Joachim
On 2010-05-15 11:04 +0200, Jan C. Nordholz wrote: >> [readelf output] >> >> ELF Header: >> [...] > >> INTERP 0x000114 0x08048114 0x08048114 0x00011 0x00011 R 0x1 >> [Requesting program interpreter: /lib/ld-lsb.so.3] > > That dynamic linker doesn't look right. A little googling sho

Re: executable won't execute

2010-05-15 Thread Jan C. Nordholz
Hi, > [readelf output] > > ELF Header: > [...] > INTERP 0x000114 0x08048114 0x08048114 0x00011 0x00011 R 0x1 > [Requesting program interpreter: /lib/ld-lsb.so.3] That dynamic linker doesn't look right. A little googling shows that Redhat and Suse seem to be using that one now. A

Re: executable won't execute

2010-05-14 Thread Andrew Reid
On Thursday 13 May 2010 20:36:41 Kent West wrote: > I'm trying to start a daemon for Maple v 14, but when I try to run it, > the system complains that the file doesn't exist. What's up? > > wes...@]goshen.acu.edu]:/usr/local/Maple_Network_Tools/FLEXlm/11.7:> ls -lh > total 2.8M > lrwxrwxrwx 1 root

Re: executable won't execute

2010-05-14 Thread Kent West
Alexey Salmin wrote: On Sat, May 15, 2010 at 3:08 AM, Kent West wrote: Kent West wrote: wes...@]goshen.acu.edu]:/usr/local/Maple_Network_Tools/FLEXlm/11.7:> ldd lmgrd /usr/bin/ldd: line 117: ./lmgrd: No such file or directory Not amd64, ok :) Try to use ldd on that binary and c

Re: executable won't execute

2010-05-14 Thread Alexey Salmin
On Sat, May 15, 2010 at 3:08 AM, Kent West wrote: > Kent West wrote: >> >> I'm trying to start a daemon for Maple v 14, but when I try to run it, >> the system complains that the file doesn't exist. What's up? >> >> wes...@]goshen.acu.edu]:/usr/local/Maple_Network_Tools/FLEXlm/11.7:> ls >> -lh >>

Re: executable won't execute

2010-05-14 Thread Kent West
Kent West wrote: I'm trying to start a daemon for Maple v 14, but when I try to run it, the system complains that the file doesn't exist. What's up? wes...@]goshen.acu.edu]:/usr/local/Maple_Network_Tools/FLEXlm/11.7:> ls -lh total 2.8M lrwxrwxrwx 1 root staff6 2010-05-13 16:04 lmcksum -> lmu

Re: executable won't execute

2010-05-14 Thread Ron Johnson
On 05/13/2010 07:36 PM, Kent West wrote: I'm trying to start a daemon for Maple v 14, but when I try to run it, the system complains that the file doesn't exist. What's up? wes...@]goshen.acu.edu]:/usr/local/Maple_Network_Tools/FLEXlm/11.7:> ls -lh total 2.8M lrwxrwxrwx 1 root staff6 2010-0

Re: executable won't execute

2010-05-13 Thread Alexey Salmin
On Fri, May 14, 2010 at 10:09 AM, Anand Sivaram wrote: > > > On Fri, May 14, 2010 at 06:06, Kent West wrote: >> >> I'm trying to start a daemon for Maple v 14, but when I try to run it, >> the system complains that the file doesn't exist. What's up? >> >> wes...@]goshen.acu.edu]:/usr/local/Maple_

Re: executable won't execute

2010-05-13 Thread Anand Sivaram
On Fri, May 14, 2010 at 06:06, Kent West wrote: > I'm trying to start a daemon for Maple v 14, but when I try to run it, > the system complains that the file doesn't exist. What's up? > > wes...@]goshen.acu.edu]:/usr/local/Maple_Network_Tools/FLEXlm/11.7:> ls > -lh > total 2.8M > lrwxrwxrwx 1 roo