Sponsored Content
Operating Systems BSD FreeBSD 6.1 Flash Intallation Post 302106631 by chlordane on Saturday 10th of February 2007 11:36:44 PM
Old 02-11-2007
Well......

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...layer/current/.
fetch: http://fpdownload.macromedia.com/get..._linux.tar.gz: size mismatch: expected 1021258, actual 1017790
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/po...plugin/7.0r63/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/po..._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...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...layer/current/.
fetch: http://fpdownload.macromedia.com/get..._linux.tar.gz: size mismatch: expected 1021258, actual 1017790
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/po...plugin/7.0r63/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/po..._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/po..._linux.tar.gz:
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/po...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...
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Flash

I just flashed my Test Internal and External FW's. After the image has been successfully put onto the server, it automatically reboots itself. During the boot up process when it goes to boot, I have to hit the esc key 4 or five times and type boot -a. Well I don't get to this point and I get the... (1 Reply)
Discussion started by: Hordak
1 Replies

2. OS X (Apple)

flash

ive got mac os x 2.2 and my flash download says i need 6.x to use it, but on my old mac i had a mac classic version of flash(before the hard drive got wiped out) and on jaguar 2.2 you can go classic so i would like to get a classic running version for my mac. Anyone know where to get that nowadays?... (1 Reply)
Discussion started by: Blip
1 Replies

3. Post Here to Contact Site Administrators and Moderators

Sites flash

The flash you have placed in the header of the site is really really cool.. But it makes your machine lag, and its really big for ppl connecting with low speeds.. And thinking that you know this already, why dont you just make it a bit smaller? (5 Replies)
Discussion started by: binary_w0lf
5 Replies

4. UNIX for Advanced & Expert Users

Intallation

We have installed Oracle 10g in our server. How we can install Oracle Report into our server. I do not know whether we have Oracle Report installed already along with 10g. If we do, how we can find out through unix? How we can bring it up through Unix. Please help (0 Replies)
Discussion started by: ma466
0 Replies

5. Programming

Application crashes in FreeBSD 7.1 while working ok in FreeBSD 6.3

Hello there, My mulithreaded application (which is too large to represent the source code here) is crashing after installing FreeBSD 7.1-RELEASE/amd64. It worked properly on others machines (Dual Cores with 4GB of RAM - FreeBSD 6.2-RELEASE/i386). The current machine has 2x Core 2 Duo... (1 Reply)
Discussion started by: Seenquev
1 Replies

6. Solaris

svn error after intallation

Dear All, after i install svn whin i trying to use svnadmin command i got this error xxmasrawy # svnadmin ld.so.1: svnadmin: fatal: libldap-2.4.so.2: open failed: No such file or directory Killed xxmasrawy# what can i do for this xxmasrawy# ldd svn libsvn_client-1.so.0... (4 Replies)
Discussion started by: xxmasrawy
4 Replies

7. UNIX for Beginners Questions & Answers

Flash player

hello, i have downloaded flash player as tar.gz,i dont know how to copy files and paste it to usr/lib/adobe-flashplugin/ , i have download it in my downloads. plz help me. (1 Reply)
Discussion started by: Lee win
1 Replies
URI::URL(3)						User Contributed Perl Documentation					       URI::URL(3)

NAME
URI::URL - Uniform Resource Locators SYNOPSIS
$u1 = URI::URL->new($str, $base); $u2 = $u1->abs; DESCRIPTION
This module is provided for backwards compatibility with modules that depend on the interface provided by the "URI::URL" class that used to be distributed with the libwww-perl library. The following differences exist compared to the "URI" class interface: o The URI::URL module exports the url() function as an alternate constructor interface. o The constructor takes an optional $base argument. The "URI::URL" class is a subclass of "URI::WithBase". o The URI::URL->newlocal class method is the same as URI::file->new_abs. o URI::URL::strict(1) o $url->print_on method o $url->crack method o $url->full_path: same as ($uri->abs_path || "/") o $url->netloc: same as $uri->authority o $url->epath, $url->equery: same as $uri->path, $uri->query o $url->path and $url->query pass unescaped strings. o $url->path_components: same as $uri->path_segments (if you don't consider path segment parameters) o $url->params and $url->eparams methods o $url->base method. See URI::WithBase. o $url->abs and $url->rel have an optional $base argument. See URI::WithBase. o $url->frag: same as $uri->fragment o $url->keywords: same as $uri->query_keywords o $url->localpath and friends map to $uri->file. o $url->address and $url->encoded822addr: same as $uri->to for mailto URI o $url->groupart method for news URI o $url->article: same as $uri->message SEE ALSO
URI, URI::WithBase COPYRIGHT
Copyright 1998-2000 Gisle Aas. perl v5.16.3 2012-02-11 URI::URL(3)
All times are GMT -4. The time now is 10:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy