- Previous thread: Play With Ubuntu, Now Mac Won't Boot!
- Next thread: Official Jaunty release?
- Threads sorted by date: ubuntu 200904
2009/4/22 Vincenzo Ciancia :
> Il giorno mer, 22/04/2009 alle 15.19 +0100, richard ha scritto:
>>
>> richard-1@richard-g8jvm:~/eagle-5.5.0/bin$ ldd ./eagle
>> =A0 =A0 =A0 =A0 not a dynamic executable
>>
>
> The output from "file eagle"?
>
Assuming it's eagle the circuit board design software, then "eagle" is
not an executable but a shell script.
alan@hactar:/usr/bin$ file eagle
eagle: POSIX shell script text executable
Which then calls /usr/lib/eagle/bin/eagle
alan@hactar:~$ file /usr/lib/eagle/bin/eagle
/usr/lib/eagle/bin/eagle: ELF 32-bit LSB executable, Intel 80386,
version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux
2.2.5, stripped
- that's on a 32-bit Ubuntu Jaunty system with Eagle installed from
the default repo. I assume from the version number that Richard has an
upstream version he's unpacked in his home folder.
Doesn't look like it's installed correctly to me.
The "No such file or directory" is probably eagle shell script not
able to find /usr/lib/eagle/bin/eagle.
Cheers,
Al.
-- =
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinf=
o/ubuntu-devel-discuss
> Il giorno mer, 22/04/2009 alle 15.19 +0100, richard ha scritto:
>>
>> richard-1@richard-g8jvm:~/eagle-5.5.0/bin$ ldd ./eagle
>> =A0 =A0 =A0 =A0 not a dynamic executable
>>
>
> The output from "file eagle"?
>
Assuming it's eagle the circuit board design software, then "eagle" is
not an executable but a shell script.
alan@hactar:/usr/bin$ file eagle
eagle: POSIX shell script text executable
Which then calls /usr/lib/eagle/bin/eagle
alan@hactar:~$ file /usr/lib/eagle/bin/eagle
/usr/lib/eagle/bin/eagle: ELF 32-bit LSB executable, Intel 80386,
version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux
2.2.5, stripped
- that's on a 32-bit Ubuntu Jaunty system with Eagle installed from
the default repo. I assume from the version number that Richard has an
upstream version he's unpacked in his home folder.
Doesn't look like it's installed correctly to me.
The "No such file or directory" is probably eagle shell script not
able to find /usr/lib/eagle/bin/eagle.
Cheers,
Al.
-- =
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinf=
o/ubuntu-devel-discuss
Conversations: dynamic executables ?
- dynamic executables ? by richard on 2009-04-22T14:22:09+00:00
- Re: dynamic executables ? by Vincenzo Ciancia on 2009-04-22T14:31:40+00:00
- Re: dynamic executables ? by Alan Pope on 2009-04-22T14:59:06+00:00
- Re: dynamic executables ? by Tim Frost on 2009-04-23T07:04:27+00:00
- Re: dynamic executables ? by richard on 2009-04-23T09:17:21+00:00
- Re: dynamic executables ? by Vincenzo Ciancia on 2009-04-23T10:50:58+00:00
- Re: dynamic executables ? by Jan Claeys on 2009-04-25T21:19:31+00:00