FreeBSD 6.1 Flash Intallation

I followed these steps and other tips, but nothing seems, to work....

and once I can get on my machine (I am at work at the moment) I can copy and paste what is going on into this forum..

http://www.freebsdwiki.net/index.php/Flash

pkg_add -r linuxpluginwrapper

cd /usr/ports/*/linux-flashplugin7;make install

its at that point I can go no further, because fetch attempts to well, fetch a file that doesnt exist, is unavailible....

if there is a better way, could someone let me know?

-Keith

Check out if this link will be of any help and let us know the results.

I thought I would copy and paste what I saw ^_-

superuser#make && make install && make clean
===> Vulnerability check disabled, database not found
=> install_flash_player_7_linux.tar.gz doesn't seem to exist in /usr/ports/distfiles/flashplugin/7.0r63.
=> Attempting to fetch from http://fpdownload.macromedia.com/get/flashplayer/current/.
fetch: http://fpdownload.macromedia.com/get/flashplayer/current/install\_flash\_player\_7_linux.tar.gz: size mismatch: expected 1021258, actual 1017790
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/7.0r63/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/7.0r63/install\_flash\_player\_7_linux.tar.gz: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/flashplugin/7.0r63 and try again.
*** Error code 1

Stop in /usr/ports/www/linux-flashplugin7.

superuser#cd /usr/ports/distfiles/flashplugin/7.0r63/

superuser#fetch http://fpdownload.macromedia.com/get/flashplayer/current/install\_flash\_player\_9_linux.tar.gz
install_flash_player_9_linux.tar.gz 100% of 2548 kB 614 kBps

superuser#cd -
/usr/ports/www/linux-flashplugin7
superuser#make && make install && make clean ===> Vulnerability check disabled, database not found
=> install_flash_player_7_linux.tar.gz doesn't seem to exist in /usr/ports/distfiles/flashplugin/7.0r63.
=> Attempting to fetch from http://fpdownload.macromedia.com/get/flashplayer/current/.
fetch: http://fpdownload.macromedia.com/get/flashplayer/current/install\_flash\_player\_7_linux.tar.gz: size mismatch: expected 1021258, actual 1017790
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/7.0r63/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/7.0r63/install\_flash\_player\_7_linux.tar.gz: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/flashplugin/7.0r63 and try again.
*** Error code 1

Stop in /usr/ports/www/linux-flashplugin7.

superuser#cd -
/usr/ports/distfiles/flashplugin/7.0r63
superuser#fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/7.0r63/install\_flash\_player\_7_linux.tar.gz:
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/7.0r63/install\_flash\_player\_7_linux.tar.gz:: File unavailable (e.g., file not found, no access)

I hope that isnt confusing, the way I pasted it in I mean...