[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: updating a shared lib crashes running programs
- From: Ulrich Drepper <drepper redhat com>
- To: For users of Fedora Core releases <fedora-list redhat com>
- Subject: Re: updating a shared lib crashes running programs
- Date: Fri, 22 Oct 2004 08:33:03 -0700
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Well, this isn't the _best_ way:
> $ mv /home/nxuser/pp/lib/libstack.so /home/nxuser/pp/lib/libstack.so.old
> $ cp libstack.so /home/nxuser/pp/lib/libstack.so
> $ rm /home/nxuser/pp/lib/libstack.so.old
The problem is that there is a time when there is no DSO available with
that name. Just use
$ cp libstack.so /home/nxuser/pp/lib/libstack.so.new
$ mv /home/nxuser/pp/lib/libstack.so.new home/nxuser/pp/lib/libstack.so
This will atomically replace the names.
- --
â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
iD8DBQFBeSgv2ijCOnn/RHQRAq5tAJ0XjabEbORorUPH994T/uw6APf0IwCgni7o
QiupU9/JBGWqtHjbT0v3tH4=
=bdpS
-----END PGP SIGNATURE-----
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]