Messages in this thread Patch in this message |  | | Subject | [patch] Get rid of annoying warning from ld.so-1.8.5 | Date | Wed, 18 Dec 1996 14:38:25 -0500 (EST) | From | "Aaron Tiensivu" <> |
| |
I got sick of it too.
--- ld.so-1.8.5/util/ldconfig.c.orig Wed Dec 18 14:34:04 1996 +++ ld.so-1.8.5/util/ldconfig.c Wed Dec 18 14:35:36 1996 @@ -183,8 +183,8 @@ if (strncmp(good, name, len) != 0 || (name[len] != '\0' && name[len] != '.')) { - warn("%s has inconsistent soname (%s), " - "skipping", buff, good); + /* warn("%s has inconsistent soname (%s), " + "skipping", buff, good); */ free(good); good = NULL; } --- Which is worse: ignorance or apathy? Who knows? Who cares? Life is sexually transmitted.
|  |