LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Flashplayer Installer (https://www.linuxquestions.org/questions/linux-software-2/flashplayer-installer-78301/)

Born^Dead 08-02-2003 09:03 AM

Flashplayer Installer
 
[root@10 install_flash_player_6_linux]# flashplayer-installer
bash: flashplayer-installer: command not found
[root@10 install_flash_player_6_linux]#

done like it says . whats worng ? :(

Bebo 08-02-2003 09:07 AM

You could try executing the script with "./" in front of it, like

Code:

[root@10 install_flash_player_6_linux]# ./flashplayer-installer
If this fixed your problem then it is since the current directory (".") isn't included in the PATH variable - which is quite common. ("echo $PATH" to see what is in your PATH.)

Born^Dead 08-02-2003 09:18 AM

Please enter the installation path of the Mozilla, Netscape,
or Opera browser (i.e., /usr/lib/mozilla):


where my Mozilla dir in redhat 9 ?

Born^Dead 08-02-2003 09:27 AM

Please enter the installation path of the Mozilla, Netscape,
or Opera browser (i.e., /usr/lib/mozilla): /usr/lib/mozilla/

WARNING: Please enter a valid installation path.

whats the prob

Born^Dead 08-02-2003 09:42 AM

ok i mange to install it !

now i try to install the Mozila 1.4beta
got this eror:
[root@10 Desktop]# rpm -Uvh mozilla-1.4-1.beta.dag.rh90.i386.rpm
error: Failed dependencies:
mozilla-nspr = 1.4-1.beta.dag.rh90 is needed by mozilla-1.4-1.beta.dag.rh90
mozilla = 1.2.1-26 is needed by (installed) mozilla-mail-1.2.1-26
mozilla = 1.2.1-26 is needed by (installed) mozilla-psm-1.2.1-26
[root@10 Desktop]#


whats worng ?

LavaDevil94 08-02-2003 10:19 AM

maybe you could force the installation by typing "rpm -i --force (name of file.rpm)" (no quotes).


All times are GMT -5. The time now is 10:22 AM.