The names listed in the `LD_PRELOAD` variable are looked up in `$LD_LIBRARY_PATH`, like library names mentioned in the executable itself. So if you want to preload `/full/path/to/file.so`, you can use
export LD_LIBRARY_PATH=/full/path/to
export LD_PRELOAD=file.so