LD_PRELOAD issue

I´ve installed Domino 8.5 on SUSE Enterprise Server 10 SP2. We use the script that IBM recommends to configure Domino to start automatically in Linux.

This Line didn´t work:

/bin/su - notes -c "export LD_PRELOAD=/lib/libpthread.so.0:/lib/librt.so.1;$DOM_PROG/server " > /dev/null 2>&1 &

Error message:

When we try to execute script we got this error:

Could not find linked executable: 'ERROR: ld.so: object ‘/lib/libpthread.so.0’ from LD_PRELOAD cannot be preloaded: ignored.

ERROR: ld.so: object ‘/lib/librt.so.1’ from LD_PRELOAD cannot be preloaded: ignored.

server’

Anyone know how to solve this issue!?

Thanks!

Subject: Anyone?