$LD_PRELOAD is not set by the package at install time. The reason for this is
because some people have experienced severe problems.

To test out libsafe, do this after the package is installed:

	#	LD_PRELOAD=libsafe.so.1
	# export LD_PRELOAD

If this works for you, you can add /lib to /etc/ld.so.preload . 

If it doesn't work, and you get errors like:

error in loading shared libraries: libsafe.so.1.: cannot open shared object
file: No such file or directory

You need to do this:

	# LD_PRELOAD=
	# export LD_PRELOAD

That unsets the LD_PRELOAD environment variable.

*DO NOT ADD /lib TO /etc/ld.so.preload WITHOUT TESTING WITH AND ENVIRONMENT VARIABLE
FIRST. If you do and experience problems, you will more than likely have to do
a hard reset of your machine, reboot in rescue mode, mount the root partition,
and delete /lib from /etc/ld.so.preload before your system will function
properly again. If you run into this, please see the documentaion for Red Hat
Linux rescue mode.

