[HPADM] Overwrite running dynamic library

From: Sabrina Lautier (slautier_at_amadeus.net)
Date: 10/17/03

  • Next message: Andreas Fischer: "[HPADM] SUMMARY: RE: installing printers@hp-ux11.11"
    To: hpux-admin@dutchworks.nl
    Date: Fri, 17 Oct 2003 15:23:48 +0200
    
    

    Hi all,

    On SunOS, to overwrite a dynamic library, our C++ developers simply copy it
    at the place of the old one:
    $ cp dynlibv1.0.so dynlibv1.1.so
    This works even if the dynamic library is running. Developers, then close
    the application and restart it.

    Doing this is apparently not possible with HP-UX if the dynamic library is
    running:
    $ cp dynlibv1.0.sl dynlibv1.1.sl
    | Error: library dynlibv1.0.sl is in use

    Is there a way to do it like on SunOS as the server is quite critical and I
    cannot reboot it !

    Thanks a lot for your help,
    Rgds

    Sabrina Lautier
    Amadeus SAS
    DEV-IIS-OAU-SYS
    +33 (0)4 97 23 09 56
    slautier@amadeus.net

    --
                 ---> Please post QUESTIONS and SUMMARIES only!! <---
            To subscribe/unsubscribe to this list, contact majordomo@dutchworks.nl
           Name: hpux-admin@dutchworks.nl     Owner: owner-hpux-admin@dutchworks.nl
     
     Archives:  ftp.dutchworks.nl:/pub/digests/hpux-admin       (FTP, browse only)
                http://www.dutchworks.nl/htbin/hpsysadmin   (Web, browse & search)
    

  • Next message: Andreas Fischer: "[HPADM] SUMMARY: RE: installing printers@hp-ux11.11"