INSTALLATION INSTRUCTIONS FOR AVS/EXPRESS PLUGIN. (1) Please make sure that you have version 3.x of Netscape Navigator. If you do not, please retreive a copy from http://www.netscape.com (2) Move this compressed tar file to a location where it will remain. This location will be referred to as your project directory. (3) change to the project directory cd (3) Uncompress the file with uncompress (4) Untar the resulting file with tar xvf (5) Move the .so file located at /lib/s2/.so to your Netscape plugin directory. (This is located in the directory "plugin" where your Netscape Navigator was installed.) (6) Create an environment variable call XP_PATH which points to the AVS/Express project directory. - In your current csh shell: setenv XP_PATH or - In your .login or .cshrc file, enter the line setenv XP_PATH (7) Place your project directory in your path: - In your current csh shell: set path=($path ) rehash or - In your .login or .cshrc file, enter the line set path = ($path ) (8) Set the preloader environment variable to allow Netscape to preload the Solaris C++ library. - In your current csh shell: setenv LD_PRELOAD /usr/lib/libC.so or - In your .login or .cshrc file, enter the line setenv LD_PRELOAD /usr/lib/libC.so YOUR AVS/EXPRESS PLUGIN IS NOW READY TO USE.