K 10 svn:author V 5 peter K 8 svn:date V 27 2001-02-13T05:19:56.000000Z K 7 svn:log V 349 When setproctitle() moved from libutil to libc, we forgot to back the change out that made libperl.so dynamically depend on libutil.so to pick up setproctitle() in its old location. This breaks changes involving incomptabable libc's because ld looks for the dynamic dependency (which it has no business doing anyway) in the wrong place - /usr/lib! END