Date: Wed, 27 Sep 1995 16:17:35 -0700 From: Nate Williams <nate> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld/rtld rtld.c Message-ID: <199509272317.QAA18200@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509272317.QAA18200>