Operating System - HP-UX
1834648 Members
2786 Online
110069 Solutions
New Discussion

netscape communicator on a unix box

 
SOLVED
Go to solution
mike worrell
Regular Advisor

netscape communicator on a unix box

HI all,
We are replacing one of our old unix boxes with a newer spare we have. We have moved all the products over except for 1.. netscape.
On this old box we can type in netscape and the netscape browser comes up. Where do I need to go to get the software to make this happen on the new unix box I'm going to. Thanks, Mike
10 REPLIES 10
Pete Randall
Outstanding Contributor
Solution

Re: netscape communicator on a unix box

harry d brown jr
Honored Contributor

Re: netscape communicator on a unix box

Sridhar Bhaskarla
Honored Contributor

Re: netscape communicator on a unix box

Hi,

Netscape communicator is available at software.hp.com

http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8342AA

However, it is no more supported on HP. You should consider Mozilla suite unless you have a requirement to use netscape.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
KapilRaj
Honored Contributor

Re: netscape communicator on a unix box

Isn't it there is one of the apps CD's ?

Kaps
Nothing is impossible
Steven E. Protter
Exalted Contributor

Re: netscape communicator on a unix box

Netscape is available on the app cd's software.hp com.

mozilla, also available from software.hp.com is in my opinion a better tool, based on netscape.

Thats what I'm using right now.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
mike worrell
Regular Advisor

Re: netscape communicator on a unix box

Thanks to all..
I loaded on the netscape communicator... That is what's on our old box.
/opt/netscape/netscape gives me this in ReflectionX window
./netscape
Error: Can't open display: fifrux23:0.0
Error: Couldn't find per display information
fifrux23:/opt/netscape>
any ideas what I need to do to get around this and make it work.
Thanks
Abdul Rahiman
Esteemed Contributor

Re: netscape communicator on a unix box

Looks like the DISPLAY varibale is not set on your new server or misconfigured on the ReflecionX software.
Is "fifrux23" your new servername ?
If not, change it in your ReflextioX configuration.
Also do # echo $DISPLAY on your xterminal to check it is setup for the correct hostname.
No unix, no fun
Sridhar Bhaskarla
Honored Contributor

Re: netscape communicator on a unix box

Hi,

Find out the IP Address/hostname of your windows box. You can find it out by typing

$who -mR

(note the IP/hostname in the brackets)

$export DISPLAY=:0
$/opt/netscape/netscape

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Pete Randall
Outstanding Contributor

Re: netscape communicator on a unix box

You may also need to use the "xhost +" command to enable the connection.


Pete

Pete
mike worrell
Regular Advisor

Re: netscape communicator on a unix box

thanks, the export of display got it