unloading a shared lib on HP-UX
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Unix and Linux reviews > Free Unix support > Unix Programming > unloading a shared lib on HP-UX




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    unloading a shared lib on HP-UX  
vk02720


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-20-04 01:34 AM

How do I unload a shared library on HP-UX ? I am able to compile and
create the .sl file which a daemon process uses. I shut down the
deamon and restart but it is not picking up the new lib.

TIA





[ Post a follow-up to this message ]



    Re: unloading a shared lib on HP-UX  
Paul Pluzhnikov


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-20-04 05:33 AM

vk02720@my-deja.com (vk02720) writes:

> How do I unload a shared library on HP-UX ? I am able to compile and
> create the .sl file which a daemon process uses. I shut down the
> deamon and restart but it is not picking up the new lib.

AIX is the only modern UNIX I know that has "sticky" shared
libraries. HP-UX does not do that.

Your problem is somewhere else (e.g. a different copy of the .sl
exists elsewhere, and your daemon picks it up instead of the one
you replaced). Or else, your replace command fails with EBUSY
because the daemon is still running and using it at the time you've
attempted to replace it.

Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 06:05 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register