[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Help: Strange 64bit issue



Andreas Tille <tillea@rki.de> writes:

> On Mon, 7 Jul 2008, William Pitcock wrote:
>
>> If you do build-depends on gcc-multilib and g++-multilib, it should fix
>> this problem.
>
> As I said it fixes the build problem - but now I have a package with a
> not working executable.  I guess it is also a simple 64 bit problem which
> might be easily solved by people with multiarch experience:
>
>> On Mon, 2008-07-07 at 22:56 +0200, Andreas Tille wrote:
>>>
>>>      svn://svn.debian.org/svn/debian-med/trunk/packages/maq/trunk/
>
> If I build this stuff I get a package containing /usr/bin/maq (besides
> some Perl scripts).  The problem is:
>
>
> $ /usr/bin/maq
> -bash: /usr/bin/maq: cannot execute binary file

That indicates your kernel can not execute that binary.

> $ ldd /usr/bin/maq
> ldd: exited with unknown exit code (126)

Usualy means the ld is missing, i.e. libc6 package missing.

> Does this ring a bell?
>
> Kind regards
>
>           Andreas.

Do you have the right kernel and libc installed?

MfG
        Goswin


Reply to: