Comment 6 for bug 33994

Revision history for this message
Oliver Kuster (olivervbk) wrote :

The solution I found in rhel5 was to add a script to /etc/profiles.d/
with the content:

LD_PRELOAD_32=/lib/snoopy.so
readonly LD_PRELOAD
export LD_PRELOAD_64=/lib64/snoopy.so
readonly LD_PRELOAD_64

I did only test it in bash and only on rhel5 systems.