| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 2349.1 | THey should be there! | IOSG::STANDAGE | Oink...Oink...Mooooooooooooooooooooooooooooooooo | Wed Mar 03 1993 09:09 | 15 | 
|  |     
    Simon,
    
    Both DNS$SHARE and DNS$RTL are shipped as part of VMS, so you don't
    actually need DNS to be specifically installed (unless you're going
    to use the Filecabinet Server with distribution turned on - which
    I would imagine is pretty unlikely!).
    
    I don't know when these images started shipping with VMS though, nor
    can I imagine how they would not exist on your system.
      
    
    Kevin.
    
    
 | 
| 2349.4 | same message after the files loaded in SYS$SHARE? | HTSC19::SIMONLAU |  | Tue Apr 06 1993 08:16 | 21 | 
|  |     Thanks for your inputs.
    
    The customer has just copy the files DNS$SHARE and DNS$RTL into 
    SYS$SHARE directory from the VMS kit, and he retried the upgrade 
    installation, but he got failed again with message saying that the
    files DNS$SHARE and DNS$RTL not found in SYS$SHARE directory !!
    
    Customer had checked several times that those 2 files did exixt in
    SYS$SHARE, and also verified the logical SYS$SHARE !
    
    Is there any suggestion that I can check to fix this strange problem ?
    
    
    Urgent help needed !!
    
    
    Thanks a lot !!
    
    Regards
    Simon
     
 | 
| 2349.5 | In IMAGELIB? INSTALLed? | IOSG::PYE | Graham - ALL-IN-1 Sorcerer's Apprentice | Tue Apr 06 1993 09:08 | 25 | 
|  |     If the files are definitely there:
    
    	$DIR/SIZ SYS$SHARE:DNS$*
    
    	Directory SYS$COMMON:[SYSLIB]
    
    	DNS$RTL.EXE;2               34
    	DNS$SHARE.EXE;2             65
    
    The next most likely thing is that they aren't in IMAGELIB.OLB:
    
    	$ LIB/LIST/ONLY=DNS* SYS$SHARE:IMAGELIB.OLB
    
    	Directory of SHAREABLE IMAGE SYMBOL TABLE library
    	SYS$COMMON:[SYSLIB]IMAGELIB.OLB;1 on  6-APR-1993 09:04:05
    	Creation date:  16-SEP-1984 05:14:44      Creator:  VAX-11 Librarian V04-00
    	Revision date:  13-MAR-1993 12:08:35      Library format:   3.0
    	Number of modules:     73                 Max. key length:  39
    
    	DNS$RTL
    	DNS$SHARE
    
    And hence they won't be linkable. Also, they need to be $INSTALLed.
    
    Graham
 |