LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how does it come??? this error (https://www.linuxquestions.org/questions/linux-newbie-8/how-does-it-come-this-error-92633/)

Killah 09-14-2003 06:29 AM

how does it come??? this error
 
i'm trying to install flash and they asked me to give the path of my webbrowser :

[killah@localhost killah]$ cd /usr/bin/
[killah@localhost bin]$ ./mozilla

/usr/bin/ so

but look ::

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

WARNING: Please enter a valid installation path.

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

WARNING: /usr/bin/mozilla is not a directory.

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

How does it come??

XavierP 09-14-2003 06:42 AM

try looking in /usr/bin - there is a folder called mozilla, which doesn't have your browser. The folder will be called mozilla-1.2 or -1.3, etc that is what needs to be typed in.

MasterC 09-14-2003 06:43 AM

Confusing, I know :) But simply follow the example given, on nearly every system I've used /usr/lib/mozilla is indeed the directory for the web browser 'plugins' which is what it's actually asking for :)

Cool

MasterC 09-14-2003 06:46 AM

Re: how does it come??? this error
 
Quote:

Originally posted by Killah
/usr/bin/

(i.e., /usr/lib/mozilla): /usr/bin/mozilla

WARNING: /usr/bin/mozilla is not a directory.

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

How does it come??

/usr/bin/mozilla is the mozilla executable, such should be the case with nearly every file in /usr/bin as that's the intention of that directory.

HTH

Cool

Killah 09-14-2003 06:56 AM

thx m8 it works...

Can I ask you an other question???

Whats the best mediaplayer for a radhat 9 destribution thart supports (ram, mp3, wav, avi, ..)

I neeeeed ram: for playing these files --->>
http://www.bbc.co.uk/radio1/media/g2...ots_warmup.ram

hope you can help me

thx in advance

Pieter

MasterC 09-14-2003 07:17 AM

By far:
www.mplayerhq.hu

However, read threads around this site to find out the best way to setup Mplayer, there is the standard, which works great, however, there is compiling it to fit your system perfectly, and including the codecs to decode nearly everything media related on PC's today.

:)

Cool

Killah 09-14-2003 09:57 AM

Hi I installed mplayer (not the RPM) an I putted my codecs in /usr/local/bin/codecs

and make my configure =
./configure --enable-gui --with-codecsdir=/usr/local/bin/codecs

make
make install
and when I tried the GUI of Mplayer (gmplayer) it gives this error:::::

[killah@localhost killah]$ gmplayer
MPlayer 1.0pre1-3.2.2 (C) 2000-2003 MPlayer Team

CPU: Advanced Micro Devices (Family: 6, Stepping: 1)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE

Reading config file /usr/local/etc/mplayer/mplayer.conf: Onbekend bestand of mapReading config file /home/killah/.mplayer/config
[cfg] read config file: /home/killah/.mplayer/gui.conf
Reading config file /home/killah/.mplayer/gui.conf: No such file or directory
vo: X11 running at 1280x960 with depth 24 and 32 bpp (":0.0" => local display)
Reading /home/killah/.mplayer/codecs.conf: Can't open '/home/killah/.mplayer/codecs.conf': Onbekend bestand of map
Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': Onbekend bestand of map
Using built-in default codecs.conf
font: can't open file: /home/killah/.mplayer/font/font.desc
font: can't open file: /usr/local/share/mplayer/font/font.desc
Failed to open /dev/rtc: Apparaat of systeembron bezig (mplayer should be setuid root or /dev/rtc should be readable by the user.)
Using usleep() timing
Can't open input config file /home/killah/.mplayer/input.conf: Onbekend bestand
of map
Can't open input config file /usr/local/etc/mplayer/input.conf: Onbekend bestand of map
Falling back on default (hardcoded) input config
SKIN dir 1: '/home/killah/.mplayer/Skin'
SKIN dir 2: '/usr/local/share/mplayer/Skin'

what can i do about it , and I have a skin extracted in /usr/local/share/mplayer/Skin' !!

thx in advance
pieter

MasterC 09-14-2003 03:10 PM

The skin extracted to that location needs to be termed "Default". So, you have a few options, symlink or move.

mv /usr/local/share/mplayer/Skin/Skin-Name /usr/local/share/mplayer/Skin/default

Where "Skin-Name" is the name of ths skin you have chosen. Be sure to also have the font installed to /usr/local/share/mplayer/font ;)

HTH

Cool


All times are GMT -5. The time now is 09:41 AM.