Why can not I run the file located in the bin?

1

I need to use the file flare and flasm , which chown and permission are correct. Why can not I just run one and not another?

    -rwxr-xr-x  1 daniela.morais sudo    64808 Mar 19 13:54 flare*
    -rwxr-xr-x  1 daniela.morais sudo   108525 Mar 19 13:48 flasm*
    daniela.morais@tusk:/usr/local/bin$ flare

    Flare 0.6 build Jun 11 2007

    Copyright (c) 2003-2005 Igor Kogan
    All rights reserved. See LICENSE.TXT for terms of use.

    Usage: flare filename.swf
    Decompiled ActionScript code is stored in filename.flr.
    daniela.morais@tusk:/usr/local/bin$ flasm
    bash: /usr/local/bin/flasm: No such file or directory

Flare: link Flasm: link

    
asked by anonymous 19.03.2015 / 20:09

1 answer

1

I got the / These packages were missing:

sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 lib32z1
    
20.03.2015 / 13:58