HP OpenVMS Systemsask the wizard | 
	
 The Question is: I updated the system from OpenVMS V7.1 to OpenVMS V7.1 1H2. I met the following error message at the linking time. %LINK-I-DATMISMCH, creation date of 18-FEB-1998 10:43 in shareable image SYS$COMMON:[SYSLIB]LBRSHR.EXE;2 differs from date of 25-NOV-1996 21:54 in sharable image library SYS$COMMON:[SYSLIB]IMAGELIB.OLB:1 Did I fail to update the system? Would you please tell me how to fix this problem? Thank you in advance. The Answer is : 
 
  This is likely a known (harmless) side-effect of a particular series of
  OpenVMS ECO kits and derivative kits.  To resolve the situation that
  causes the linker to generate this informational message, simply issue:
 
    $ LIBRARY/REPLACE SYS$COMMON:[SYSLIB]IMAGELIB.OLB -
        SYS$COMMON:[SYSLIB]LBRSHR.EXE
 
  For information, see:
    http://ftp.service.digital.com/public/Readmes/vms/alpy2k01_071.README
 
 
 
  |