Skip to content
Prev 18235 / 398513 Next

How to detach binary objects/libraries?

On 25 Mar 2002, Peter Dimitrov wrote:

            
Does you package use .Last.lib to unload your shared library, X.so?
If not, that will probably be your problem, as library.dynam will not
reload it (and you probably use library.dynam).

Take a look at package tcltk for an example.

I'm not sure what Linux does if you change a shared library that is in
use, but it is not a good idea (and fatal on Solaris, for example).