Date: Wed, 3 Mar 2004 16:12:52 +0800 From: leafy <leafy@leafy.idv.tw> To: freebsd-current@freebsd.org Subject: LD_PRELOAD behaviour difference in -stable and -current Message-ID: <20040303081252.GA39161@chihiro.leafy.idv.tw>
next in thread | raw e-mail | index | archive | help
While upgrading help2man today, I noticed that it won't build on a
-current machine due to the preloadable gettext library not available.
Extracting from the configure script, it runs:
LD_PRELOAD="preloadable_libintl.so" sh -c 'echo yes'
This line, returns 'yes' on a -stable system and "/libexec/ld-elf.so.1:
Shared object "preloadable_libintl.so" not found" on a -current system.
Is this a correct behaviour?
regards,
Jiawei
--
"Without the userland, the kernel is useless."
--inspired by The Tao of Programming
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040303081252.GA39161>
