1004029365 / maashaack

Automatically exported from code.google.com/p/maashaack
0 stars 0 forks source link

Swf İnfo Problem with Ubuntu #200

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./swfinfo
2.
3.

What is the expected output? What do you see instead?
-bash: ./swfinfo: No such file or directory
What version of the product are you using? On what operating system?
Linux server1 2.6.35-22-server #35-Ubuntu SMP Sat Oct 16 22:02:33 UTC 2010 
x86_64 GNU/Linux
Please provide any additional information below.

Original issue reported on code.google.com by kingemkurdam@gmail.com on 7 May 2012 at 12:42

GoogleCodeExporter commented 8 years ago
did you chmod +x the file ?

Original comment by zwetan on 8 May 2012 at 1:26

GoogleCodeExporter commented 8 years ago

Original comment by zwetan on 8 May 2012 at 1:26

GoogleCodeExporter commented 8 years ago
Yes I did.

root@server1:/opt/test# ls -la
total 2652
drwxr-xr-x 2 root root    4096 2012-05-08 13:01 .
drwxr-xr-x 4 root root    4096 2012-05-08 12:59 ..
-rwxr-xr-x 1 root root 1999409 2011-02-16 12:24 swfinfo
-rw-r--r-- 1 root root  700716 2012-04-16 16:36 test.swf

root@server1:/opt/test# ./swfinfo 
-bash: ./swfinfo: No such file or directory
root@server1:/opt/test# ./swfinfo test.swf 
-bash: ./swfinfo: No such file or directory

Original comment by kingemkurdam@gmail.com on 8 May 2012 at 10:03