LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   flash player install under linux (https://www.linuxquestions.org/questions/linux-newbie-8/flash-player-install-under-linux-133375/)

286 01-10-2004 09:07 AM

flash player install under linux
 
i downloaded the flash player 6 for linux. and it asked me to enter the installation path of the Mozilla. but i can't find where my mozilla directory is. it's not in /usr/bin neither /usr/lib or anywhere else. anyone knows how to find my mozilla installation path? thanks!

MartinN 01-10-2004 09:21 AM

Hi!

If you type
~> locate mozilla
you will probably get a lot more info than you want. :p

Try
~> /usr/local/mozilla/mozilla

Edit: This could also give a good hint:
~> which mozilla

Regards
Martin

286 01-10-2004 09:40 AM

thx for your advice! i used to type "locate" command. but it said : command not found in my suse9pro.

and the output of "which mozilla" is: usr/bin/mozilla, but the flash player installation requires a directory but not mozilla file.

and....there is no mozilla directory under /usr/local/

hehehe.....i m a bit confused...

MartinN 01-10-2004 10:03 AM

Hi again!

There is a default plug-in in mozilla call 'nullplugin' that is run when no appropriate plug-in is found. Try looking for it!
~> locate libnullplugin.so

On my machine the answer is:
/usr/local/mozilla/plugins/libnullplugin.so
and then I think that what the flash player would want is '/usr/local/mozilla'

Edit: Sorry, I must have read your reply somewhat sloppy. :o If you don't have 'locate' you could use 'find' as fyoder suggests.

Regards
Martin

fyoder 01-10-2004 11:50 AM

Or if you want to be thorough you could try find from the root:

find / -name plugins

To avoid a lot of error noise, do it as root. This takes some time to run, so you might want to try

find /usr -name plugins

first, as it will be a bit faster, and your mozilla/plugins directory is likely under /usr or /usr/local somewhere.

Seventh 01-10-2004 11:56 AM

Quote:

Originally posted by fyoder
Or if you want to be thorough you could try find from the root:

find / -name plugins

To avoid a lot of error noise, do it as root. This takes some time to run, so you might want to try

find /usr -name plugins

first, as it will be a bit faster, and your mozilla/plugins directory is likely under /usr or /usr/local somewhere.

That just helped me out.

'which mozilla' pointed me at /usr/lib/mozilla, but the player install hated it.

The find command showed me /usr/lub/mozilla-1-2-1, which the flash player install accepted.

Thanks!

286 01-10-2004 02:03 PM

ok.... i think my path should be the most strange one.... it's under: /opt/mozilla/lib/ directory.

i use >find / -name mozilla* which i think the case should be similar like upstairs "mozilla-1-2-1". but the result suprised me. hoho. anyway, it works! thanks guys! learned a new thing!

fyoder 01-10-2004 02:40 PM

Interesting, I thought opt was obsolete, but perhaps not.

Here's a page with the rationale:
http://www.pathname.com/fhs/2.2/fhs-3.12.html

286 01-10-2004 06:50 PM

Quote:

Originally posted by MartinN
Edit: Sorry, I must have read your reply somewhat sloppy. :o If you don't have 'locate' you could use 'find' as fyoder suggests.

Regards
Martin [/B]
ooo.... btw, why don't i have a locate command in my terminal? i do miss something while i was installing it :scratch:


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