LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 04-15-2006, 08:26 PM   #1
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Rep: Reputation: 30
Installing Firefox?


Focusing on a different subject now..FINALLY!!!! I want to know how can I install Firefox for Solaris 10 x86? Is it easy enough for a NEWBIE to do or not?? Well, saying that..I will need some examples or commands after I had downloaded the installation file...

Be WARNED...

I am no good in compiling software or anything like that under UNIX...

thanks

EDIT>>

I did manage to install firefox....

But, how can replace the ICON in the CDE panel where the CLOCK is with Firefox??? Is there any way to replace that clock-webbrowser icon with Firefox?

Last edited by as400; 04-15-2006 at 08:37 PM.
 
Old 04-15-2006, 08:55 PM   #2
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Download http://releases.mozilla.org/pub/mozi...86-pkg.tar.bz2 somewhere in your disk, then, open a shell window, cd in that directory and run:
Code:
bunzip2 firefox-1.5.0.1.en-US.solaris2.10-i386-pkg.tar.bz2
tar xf firefox-1.5.0.1.en-US.solaris2.10-i386-pkg.tar
cd firefox-1.5.0.1.en-US.solaris2.10-i386
pkgadd -d MOZffox.pkg
Answer yes to every question pkgadd may ask you.

That will create a directory in /opt (like /opt/firefox-<something>).
Note the directory name, to launch firefox, run "/opt/firefox*/firefox"
 
Old 04-15-2006, 09:11 PM   #3
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
OK thanks alot..I already ran it...

But does these commands actually replace the clock-looking icon in the CDE panel? Like i said, I already had it running...But I cannot get Firefox to replace the default Mozilla browser..

Because I dont want to have to run it everytime through that directory or through even a console to open firefox..I just want click on that icon in CDE panel to start browsing.

Last edited by as400; 04-15-2006 at 09:19 PM.
 
Old 04-16-2006, 05:39 AM   #4
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Edit "/usr/dt/bin/sdtwebclient"
replace the lines:
Code:
PATH=/usr/bin:${PATH}:/usr/sfw/bin:/opt/NSCPcom
COMMAND=`basename $0`
DEFAULT_BROWSER_LIST="mozilla netscape sun_netscape netscape6"
by
Code:
PATH=/usr/bin:${PATH}:/usr/sfw/bin:/opt/NSCPcom:/opt/firefox
COMMAND=`basename $0`
DEFAULT_BROWSER_LIST="firefox mozilla netscape sun_netscape netscape6"
Make sure /opt/firefox is a link to the directory where firefox is installed, by running this command:
Code:
ln -s /opt/firefox1.5 /opt/firefox
Replace firefox1.5 by the actual name of the directory if different.
 
Old 04-16-2006, 10:41 AM   #5
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
And this will replace the Mozilla Browser in the CDE panel that looks like the clock???
 
Old 04-16-2006, 12:35 PM   #6
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Why wouldn't it ?
 
Old 05-16-2006, 11:28 AM   #7
ep_noc
LQ Newbie
 
Registered: May 2006
Posts: 3

Rep: Reputation: 0
firefox on solaris

hello jlliagre,

I was trying to install firefox on solaris and when I extract the tar file it does not extract the file cous I dont see any dir cd firefox-1.5.0.1.en-US.solaris2.10-i386 and when I go to a dir MOZfirefox and run pkgadd -d MOZffox.pkg I get some error message,

I need some help please,

I have solaris 8
thsnks
ep_noc
 
Old 05-16-2006, 01:39 PM   #8
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
It seems you are installing a Solaris 10 package on Solaris 8, which is unlikely to work.
 
Old 05-16-2006, 01:44 PM   #9
ep_noc
LQ Newbie
 
Registered: May 2006
Posts: 3

Rep: Reputation: 0
thanks for noticing that

Can u help me please with some detailed instruction how to instal and what version to install?

thanks
 
Old 05-16-2006, 06:14 PM   #10
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Go to http://www.mozilla.com/firefox/relea...l#othersystems
and look for Contributed Builds, pick one of the solaris2.8 archive, depending on your architecture (x86 or sparc) and preference (tarball or package).
 
Old 05-17-2006, 11:11 AM   #11
ep_noc
LQ Newbie
 
Registered: May 2006
Posts: 3

Rep: Reputation: 0
hello,

I did install the browser but when I try to launch it wont cause some patches are missing. any ideas.

thanks
 
Old 06-04-2006, 11:14 AM   #12
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by ep_noc
I did install the browser but when I try to launch it wont cause some patches are missing. any ideas.
Installing the expected patches would be the best option, I believe.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help Installing Firefox gaspower Linux - Software 6 01-20-2006 11:32 AM
Removing Firefox 1.0.6 and installing Firefox 1.5 JockVSJock Slackware 12 12-16-2005 01:09 AM
installing firefox sted Linux - Software 3 12-10-2004 03:26 AM
Installing Firefox bruce205 Slackware 7 11-08-2004 07:56 PM
Installing firefox-1.0 hotpepsi Linux - Newbie 5 10-17-2004 07:25 AM

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration