Results 1 to 10 of 16
Does Anyone Know How To Install Adobe Flash Player 9 on PS3 YDL 5.0.1??...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-04-2007 #1Just Joined!
- Join Date
- Jun 2007
- Posts
- 14
How Do I Install Flash Player 9 On PS3 YDL 5.0.1
Does Anyone Know How To Install Adobe Flash Player 9 on PS3 YDL 5.0.1??
- 07-04-2007 #2
Wouldn't the process be the same as any other distro? Download it from Adobe (the .tar.gz file), move it to /opt (just my place to install from) expand the archive which will create /opt/installflashplayerxxxxx and copy libflashplayer.so to the Firefox plugins folder, which, on my Fedora installs, is /usr/lib/firefox2.0.0.4/plugins. Restart Firefox and test flash.
Glenn
Powered by Fedora 18
- 07-04-2007 #3Just Joined!
- Join Date
- Jun 2007
- Posts
- 14
thanks, but that didnt work.
- 07-04-2007 #4Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
I don't think Adobe are creating a PPC build for Flash. PPC would be the nearest equivalent for Cell. You might look at
Gnash - GNU Project - Free Software Foundation (FSF)
It is still in an early stage but I believe it supports YouTube videos.
- 07-04-2007 #5Just Joined!
- Join Date
- Jun 2007
- Posts
- 14
ok i downloaded Gnash.tar.gz but i am having trouble installing it, i extracted it to /opt/ then try installing through the terminal but its not working, what file do i need to install??
- 07-04-2007 #6Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Did you download a source tarball? In that case in a terminal you need to :-
If you have any errors in the ./configure stage post them back here if they seem cryptic or you are not sure how to proceed.Code:cd /path/to/untarred/files ./configure make make install
- 07-04-2007 #7Just Joined!
- Join Date
- Jun 2007
- Posts
- 14
yeah thats a little confusing
cd /path/to/untarred/files
./configure
make
make install
i saved the file to my desktop but dont know how to access the path /???
- 07-04-2007 #8Just Joined!
- Join Date
- Jun 2007
- Posts
- 14
ok heres exactly lhow i typed in the terminal
cd /opt/gnash-0.8.0.tar.gz./configure then i get a error message saying that thats not a directory
/opt/ is where i downloaded the tarball file to.
do i need to extract the file??
- 07-04-2007 #9Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Putting them in /opt isn't a great idea as they are not intalled yet. Anyway, we'll try and work around. Open a terminal and paste this into it. This will extract and attempt to build the software. Enter your root password when prompted. You will not see the password being entered or echoed back to you.
Code:su - cd /opt tar xvf gnash-0.8.0.tar.gz cd gnash-0.8.0 ./configure make make install
- 07-04-2007 #10Just Joined!
- Join Date
- Jun 2007
- Posts
- 14
heres the message im getting now
sorry about this being so long
Code:jpeg.cpp:19:21: error: jpeglib.h: No such file or directory jpeg.cpp:39: error: field 'm_pub' has incomplete type jpeg.cpp:58: error: 'j_decompress_ptr' has not been declared jpeg.cpp:66: error: 'boolean' does not name a type jpeg.cpp:112: error: 'j_decompress_ptr' has not been declared jpeg.cpp:130: error: 'j_decompress_ptr' has not been declared jpeg.cpp:156: error: 'JOCTET' does not name a type jpeg.cpp: In constructor 'jpeg::rw_source::rw_source(tu_file*)': jpeg.cpp:49: error: 'm_pub' was not declared in this scope jpeg.cpp:50: error: 'fill_input_buffer' was not declared in this scope jpeg.cpp:52: error: 'jpeg_resync_to_restart' was not declared in this scope jpeg.cpp: In static member function 'static void jpeg::rw_source::init_source(int)': jpeg.cpp:60: error: base operand of '->' is not a pointer jpeg.cpp: In static member function 'static void jpeg::rw_source::skip_input_data(int, long int)': jpeg.cpp:114: error: base operand of '->' is not a pointer jpeg.cpp:120: error: 'class jpeg::rw_source' has no member named 'm_pub' jpeg.cpp:121: error: 'class jpeg::rw_source' has no member named 'm_pub' jpeg.cpp:122: error: 'fill_input_buffer' was not declared in this scope jpeg.cpp:125: error: 'class jpeg::rw_source' has no member named 'm_pub' jpeg.cpp:126: error: 'class jpeg::rw_source' has no member named 'm_pub' jpeg.cpp: In member function 'void jpeg::rw_source::discard_partial_buffer()': jpeg.cpp:150: error: 'm_pub' was not declared in this scope jpeg.cpp: In function 'void jpeg::setup_rw_source(jpeg_decompress_struct*, tu_file*)': jpeg.cpp:165: error: invalid use of undefined type 'struct jpeg_decompress_struct' jpeg.h:15: error: forward declaration of 'struct jpeg_decompress_struct' jpeg.cpp: At global scope: jpeg.cpp:174: error: field 'm_pub' has incomplete type jpeg.cpp:197: error: 'j_compress_ptr' has not been declared jpeg.cpp:207: error: 'boolean' does not name a type jpeg.cpp:230: error: 'j_compress_ptr' has not been declared jpeg.cpp:255: error: 'JOCTET' does not name a type jpeg.cpp: In constructor 'jpeg::rw_dest::rw_dest(tu_file*)': jpeg.cpp:189: error: 'm_pub' was not declared in this scope jpeg.cpp:190: error: 'empty_output_buffer' was not declared in this scope jpeg.cpp:193: error: 'm_buffer' was not declared in this scope jpeg.cpp: In static member function 'static void jpeg::rw_dest::init_destination(int)': jpeg.cpp:199: error: base operand of '->' is not a pointer jpeg.cpp:202: error: 'class jpeg::rw_dest' has no member named 'm_pub' jpeg.cpp:202: error: 'class jpeg::rw_dest' has no member named 'm_buffer' jpeg.cpp:203: error: 'class jpeg::rw_dest' has no member named 'm_pub' jpeg.cpp: In static member function 'static void jpeg::rw_dest::term_destination(int)': jpeg.cpp:232: error: base operand of '->' is not a pointer jpeg.cpp:236: error: 'class jpeg::rw_dest' has no member named 'm_pub' jpeg.cpp:238: error: 'class jpeg::rw_dest' has no member named 'm_buffer' jpeg.cpp:247: error: base operand of '->' is not a pointer jpeg.cpp: At global scope: jpeg.cpp:261: error: variable or field 'setup_rw_dest' declared void jpeg.cpp:261: error: 'int jpeg::setup_rw_dest' redeclared as different kind of symbol jpeg.cpp:28: error: previous declaration of 'void jpeg::setup_rw_dest(jpeg_compress_struct*, tu_file*)' jpeg.cpp:261: error: 'j_compress_ptr' was not declared in this scope jpeg.cpp:261: error: expected primary-expression before '*' token jpeg.cpp:261: error: 'outstream' was not declared in this scope jpeg.cpp:273: error: variable or field 'jpeg_error_exit' declared void jpeg.cpp:273: error: 'j_common_ptr' was not declared in this scope jpeg.cpp:274: error: expected ',' or ';' before '{' token jpeg.cpp:281: error: variable or field 'setup_jpeg_err' declared void jpeg.cpp:281: error: 'jpeg_error_mgr' was not declared in this scope jpeg.cpp:281: error: 'jerr' was not declared in this scope jpeg.cpp:282: error: expected ',' or ';' before '{' token jpeg.cpp:300: error: field 'm_cinfo' has incomplete type jpeg.cpp:301: error: field 'm_jerr' has incomplete type jpeg.cpp: In constructor 'jpeg::input_impl::input_impl(tu_file*)': jpeg.cpp:315: error: 'm_jerr' was not declared in this scope jpeg.cpp:315: error: 'jpeg::setup_jpeg_err' cannot be used as a function jpeg.cpp:316: error: 'm_cinfo' was not declared in this scope jpeg.cpp:319: error: 'jpeg_create_decompress' was not declared in this scope jpeg.cpp: In constructor 'jpeg::input_impl::input_impl(jpeg::input_impl::SWF_DEFINE_BITS_JPEG2_HEADER_ONLY, tu_file*)': jpeg.cpp:338: error: 'm_jerr' was not declared in this scope jpeg.cpp:338: error: 'jpeg::setup_jpeg_err' cannot be used as a function jpeg.cpp:339: error: 'm_cinfo' was not declared in this scope jpeg.cpp:342: error: 'jpeg_create_decompress' was not declared in this scope jpeg.cpp:347: error: 'FALSE' was not declared in this scope jpeg.cpp:347: error: 'jpeg_read_header' was not declared in this scope jpeg.cpp: In destructor 'virtual jpeg::input_impl::~input_impl()': jpeg.cpp:358: error: 'm_cinfo' was not declared in this scope jpeg.cpp:363: error: 'jpeg_destroy_decompress' was not declared in this scope jpeg.cpp: In member function 'virtual void jpeg::input_impl::discard_partial_buffer()': jpeg.cpp:372: error: 'm_cinfo' was not declared in this scope jpeg.cpp: In member function 'virtual void jpeg::input_impl::start_image()': jpeg.cpp:394: error: 'm_cinfo' was not declared in this scope jpeg.cpp:396: error: 'FALSE' was not declared in this scope jpeg.cpp:396: error: 'jpeg_read_header' was not declared in this scope jpeg.cpp:399: error: 'm_cinfo' was not declared in this scope jpeg.cpp:399: error: 'jpeg_start_decompress' was not declared in this scope jpeg.cpp: In member function 'virtual void jpeg::input_impl::finish_image()': jpeg.cpp:407: error: 'm_cinfo' was not declared in this scope jpeg.cpp:407: error: 'jpeg_finish_decompress' was not declared in this scope jpeg.cpp: In member function 'virtual int jpeg::input_impl::get_height() const':jpeg.cpp:416: error: 'm_cinfo' was not declared in this scope jpeg.cpp: In member function 'virtual int jpeg::input_impl::get_width() const': jpeg.cpp:423: error: 'm_cinfo' was not declared in this scope jpeg.cpp: In member function 'int jpeg::input_impl::get_components() const': jpeg.cpp:433: error: 'm_cinfo' was not declared in this scope jpeg.cpp: In member function 'virtual void jpeg::input_impl::read_scanline(unsigned char*)': jpeg.cpp:444: error: 'm_cinfo' was not declared in this scope jpeg.cpp:445: error: 'jpeg_read_scanlines' was not declared in this scope jpeg.cpp:449: error: 'JCS_GRAYSCALE' was not declared in this scope jpeg.cpp: At global scope: jpeg.cpp:492: error: field 'm_cinfo' has incomplete type jpeg.cpp:493: error: field 'm_jerr' has incomplete type jpeg.cpp: In constructor 'jpeg::output_impl::output_impl(tu_file*, int, int, int)': jpeg.cpp:501: error: 'm_cinfo' was not declared in this scope jpeg.cpp:501: error: 'm_jerr' was not declared in this scope jpeg.cpp:501: error: 'jpeg_std_error' was not declared in this scope jpeg.cpp:504: error: 'jpeg_create_compress' was not declared in this scope jpeg.cpp:510: error: 'JCS_RGB' was not declared in this scope jpeg.cpp:511: error: 'jpeg_set_defaults' was not declared in this scope jpeg.cpp:512: error: 'TRUE' was not declared in this scope jpeg.cpp:512: error: 'jpeg_set_quality' was not declared in this scope jpeg.cpp:514: error: 'jpeg_start_compress' was not declared in this scope jpeg.cpp: In destructor 'virtual jpeg::output_impl::~output_impl()': jpeg.cpp:521: error: 'm_cinfo' was not declared in this scope jpeg.cpp:521: error: 'jpeg_finish_compress' was not declared in this scope jpeg.cpp:527: error: 'jpeg_destroy_compress' was not declared in this scope jpeg.cpp: In member function 'virtual void jpeg::output_impl::write_scanline(unsigned char*)': jpeg.cpp:534: error: 'm_cinfo' was not declared in this scope jpeg.cpp:534: error: 'jpeg_write_scanlines' was not declared in this scope jpeg.cpp: At global scope: jpeg.cpp:273: warning: 'jpeg::jpeg_error_exit' defined but not used make[1]: *** [libgnashbase_la-jpeg.lo] Error 1 make[1]: Leaving directory `/opt/gnash-0.8.0/libbase' make: *** [install-recursive] Error 1Last edited by bigtomrodney; 07-05-2007 at 07:53 AM.


Reply With Quote
