How do i install swftools with rhel5.3 64bit


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat How do i install swftools with rhel5.3 64bit
# 1  
Old 05-27-2009
Error How do i install swftools with rhel5.3 64bit

Hi:
I am very sorry,I am not good at english.

Please help me,I use rhel5.3 64bit OS,I can not combine swftools-0.9.0.tar.gz; but I use rhel5.3 32bit OS,I done.

anybody have some question.
Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Using cvsup on a 64bit-OpenBSD

After doing some searching I noticed there doesnt seem to be a 64bit version of cvsup & it seems that the other utility thats used "csup" doesnt have as many options. So what would be the best option for installing & upgrading pkgs or ports. Can you still install "cvsup" & does it matter if its... (0 Replies)
Discussion started by: Browser
0 Replies

2. Solaris

Compiler - 32bit or 64bit?

Hi Gurus, I need to check whether the compiler installed in my system supports 64bit compilation. Server - Sun fire v490 OS - Solaris 5.9 Processor - Sparcv9 (64bit) Install Directory - /opt/SUNWSpro Compiler Model - Sun Forte C Compiler. My development team is claiming that there... (20 Replies)
Discussion started by: Hari_Ganesh
20 Replies

3. Red Hat

How to enable AIO and DIO on rhel5 64bit?

Hi Friends, Please help me to understand, how to enable async disk IO and Direct disk IO in ext3 filesystem on rhel5. Regards, Arumon (0 Replies)
Discussion started by: arumon
0 Replies

4. Programming

32bit to 64bit conversion.

Is there an 'easy' way to convert 32Bit code to 64Bit code. I have this benchmark i need to run on different machines and it would be nice if i could run it on the 64 bit machines ass wel. The output when compiling(1) and running(2) are the following: (1) linux:/home/user1/subbench/heapsort #... (7 Replies)
Discussion started by: demuynckr
7 Replies

5. Programming

compiling on 64bit systems

Is it possible to compile the same source code on 32bit and 64bit systems? I'm trying to compile OpenLDAP on AIX 5.3 64 bit with gcc but I get a memory fault when sarting it and I think it is caused by a 32bit vs 64bit problem. (1 Reply)
Discussion started by: rein
1 Replies

6. Linux

Linux 32bit or 64bit

Hi, I want to know what is command to know which will tell wheather linux is 32 or 64 bit (5 Replies)
Discussion started by: manoj.solaris
5 Replies

7. Programming

dlclose crashing in 64bit

Hi I have a 64bit C++ dynamic component built using Sun Forte compiler(CC) on one server. I am opening this shared component using dlopen and checking if a particular function is defined or not. After that, when I am closing the component using dlclose, the program is crashing. The... (3 Replies)
Discussion started by: ajphaj
3 Replies

8. Linux

Oracle and 64bit Linux

Hello All, Does anybody installed the subj? How it works? Any troubles/problems? M (1 Reply)
Discussion started by: mg`
1 Replies

9. UNIX for Dummies Questions & Answers

64bit- or 32bit- processor

when using the command : cat /proc/cpuinfo I get some basic info back on the cpu.. but it doesn't tell me if I am using a 64 or 32 bit processor .. a) is this the right command to find this ? b) if it is not what is ? and how do I get that information.. thanx moxxx68 (2 Replies)
Discussion started by: moxxx68
2 Replies

10. UNIX for Dummies Questions & Answers

32bit vs 64bit

Whats the difference between 32bit and 64bit OS's or applications. I understand it a little but its just not clicking the way the teacher explained to me thanks, any info would be much appreciated (1 Reply)
Discussion started by: eloquent99
1 Replies
Login or Register to Ask a Question
swfdump(1)							     swftools								swfdump(1)

NAME
swfdump - Display an SWF file's content. Synopsis swfdump [-atpdu] file.swf DESCRIPTION
A tool for displaying information about flash files swfdump shows ids, names and depths of objects defined in the SWF file. It can furthermore also disassemble Actionscript, extract texts, and display placement information about objects. OPTIONS
-h, --help Print short help message and exit -D, --full Show everything. Same as -atp -V, --version Print version info and exit -e, --html Print out html code for embedding the file -E, --xhtml Print out xhtml code for embedding the file -a, --action Disassemble action tags -t, --text Show text fields (like swfstrings). -s, --shapes Show shape coordinates/styles -F, --fonts Show font information -p, --placements Show placement information -B, --buttons Show button information -b, --bbox Print tag's bounding boxes -X, --width Print out the horizontal dimension of the movie, in a string of the form "-X width" -Y, --height Print out the vertical dimension of the movie, in a string of the form "-Y height" -r, --rate Print out the frame rate of the movie, in a string of the form "-r rate". -f, --frames Print out the number of frames in the movie, in a string of the form "-f frames" -d, --hex Print hex output of tag data, too. -u, --used Show referred IDs for each Tag. AUTHOR
Matthias Kramm <kramm@quiss.org> swfdump February 2012 swfdump(1)