From owner-cvs-gnu Wed Sep 27 16:17:38 1995 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA18209 for cvs-gnu-outgoing; Wed, 27 Sep 1995 16:17:38 -0700 Received: (from nate@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA18200 ; Wed, 27 Sep 1995 16:17:35 -0700 Date: Wed, 27 Sep 1995 16:17:35 -0700 From: Nate Williams Message-Id: <199509272317.QAA18200@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld/rtld rtld.c Sender: owner-cvs-gnu@FreeBSD.org Precedence: bulk nate 95/09/27 16:17:34 Modified: gnu/usr.bin/ld/rtld rtld.c Log: Make the error message more readable when 'ld.so' cannot locate a needed shared library. Formerly, the message looked like this: ld.so: run: libjdp1.so.1.0: Undefined error: 0 The new message looks like this: ld.so: run: Can't find shared library "libjdp1.so.1.0" (Where "run" is the name of the program being executed.) Submitted by: jdp@polstra.com (John Polstra)