Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2012 07:30:16 GMT
From:      Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
To:        freebsd-bugs@FreeBSD.org
Subject:   bin/171604: [patch] LD_PRELOAD set to not absolute path crashes rtld
Message-ID:  <201209140730.q8E7UGR0072645@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/171604; it has been noted by GNATS.

From: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
To: bug-followup@FreeBSD.org
Cc: Mark Johnston <markjdb@gmail.com>
Subject: bin/171604: [patch] LD_PRELOAD set to not absolute path crashes rtld
Date: Fri, 14 Sep 2012 10:24:31 +0300

 Having applied this patch:
 
 % env LD_PRELOAD=libz.so.6 date
 Shared object "libz.so.6" not found
 % env LD_PRELOAD=/lin/libz.so.6 date
 ...
 
 ps: please send bug followup, I cannot receive messages sent to my address.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209140730.q8E7UGR0072645>