Alcatel-Lucent nmake Product Builder Alcatel-Lucent

How to install an Alcatel-Lucent nmake package?

Please follow the procedures below to install a nmake package on the requested server/machine:

  1. Create a directory (not owned by root), e.g. nmake_lu3.5. This directory will be called <nmake_root>.
  2. Change directory to <nmake_root> and unbundle the .Z file using the following command:
    zcat lu3.5-.tar.Z | tar xvf -
    
    If you have a .cpio.Z package file then use:
    zcat path_of_.Z_file | cpio -icdumv
    
  3. Change directory to <nmake_root>/lib/license, rename the license file you got from customer support to "make", place it in this directory, and change its permission to readonly (eg. chmod 444 make).
  4. Update your PATH to include the <nmake_root>/bin directory. You should only have one nmake bin in your PATH. Solaris users must have the nmake bin in their PATH before the system ksh, see the Solaris KSH FAQ for details.
  5. Update your FPATH to include the <nmake_root>/fun directory if <nmake_root>/fun directory is available for your platform.
  6. Update your MANPATH to include the <nmake_root>/man directory.
  7. Some older releases include shared libraries in the lib directory. For such a release you need to add the lib directory to LD_LIBRARY_PATH, eg. LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<nmake_root>/lib
Last Update: Wednesday,20-Dec-06 13:21:58 CST