View Single Post
Posts: 465 | Thanked: 149 times | Joined on Oct 2007
#143
Originally Posted by ArnimS View Post
ERROR: ld.so: object '/usr/local/lib/libesd.so.0' from LD_PRELOAD cannot be preloaded: ignored.

i always get
Does /usr/local/lib/libesd.so.0 exist?

I had the same problem, just had to link it:
(ln -s /usr/local/lib/libesd.so.0.2.8 /usr/local/lib/libesd.so.0)

Substitute 0.2.8 with whatever version you've compiled, of course.