2009/04/28

AIX dynamic linking library

When updating libraries on AIX systems, you could get this message:

[...] Cannot open or remove a file containing a running program.

even if you are updating a library file which is not in use.

Apart of verifying that the file is not in use for real, you should cleanup the dynamic library linker cache, with the command:

> slibclean

And try again...