Installing Netscape 7.0 on Solaris

I am trying to install Netscape 7.0 on Solaris. I downloaded n7_sunpkgs_sparc_S5[1].9.zip.

The installation notes to installation guide says:

1. Use the su command to change to root user.

2. Change to the installation directory where the compressed version of Netscape 7.0 was extracted:

# cd <directory name>

3. Run the following script to install Netscape 7.0 :

# ./nsinstall

4. Note: The installation script installs the Netscape 7.0 packages in the /opt/SUNWns directory on your workstation. Use the exit command to change to normal user.

There isn't a file called "nsinstall" found in n7_sunpkgs_sparc_S5[1].9.zip.

Thanks.

Mike

[706 byte] By [cavedon] at [2007-11-26 5:55:25]
# 1
I had to use the "pkgadd" command to install, that seemed to work. Now I just have to learn where/how to add the path to the "profile" file.The pkgadd seemed to to work, expanding and installing directories and files .. just no path.Crash
crashcraddock at 2007-7-6 13:09:57 > top of Java-index,Desktop,Mozilla Browser For Solaris...
# 2
You set the path in your $/.profile "PATH=$PATH:/opt/xxxxx/bin:export PATH" or globaly in /etc/profile after modyfing log out and back in..... But the eacyest way is to make a symbolic link to /usr/bin like cd /usr/bin/ ln -s /opt/xxxx/bin/netscape
makke_the_muss at 2007-7-6 13:09:57 > top of Java-index,Desktop,Mozilla Browser For Solaris...