fakeroot: preload library `libfakeroot.so' not found, aborting.

Johan Ribenfors
I'm trying to get ptxdist setup and running on a new computer, but can't
get past this error when running 'ptxdist go'

I'm using the 12.02.0 build of ptxdist and the BSP, and the 2011.11.1
toolchain.

I haven't changed any settings in menuconfig, kernelconfig etc.

The host machine is 32 bit ubuntu 12.04.

libfakeroot.so exists in platform-mini2440/sysroot-host/lib

I've tried 'ptxdist clean', but it has no effect.

What do I try next?

davef
Section 3.3.3. maybe.

Something like:
sudo apt-get install fakeroot

Juergen Beisert
New Computer? Did you copy the already built BSP to the new computer? Many
libraries compile in static paths, so if you change the path via move or
copy it does not work anymore. Until you rebuild everything, which also
creates new paths.

Johan Ribenfors
davef:  I was assuming it was the fakeroot in the BSP it was looking for. 
If it's the host's fakeroot, that might be the reason.  It's installed, but
 /usr/lib/libfakeroot/ contains libfakeroot-sysv.so and libfakeroot-tcp.so.
 Not libfakeroot.so.

I assume this is a ubuntu thing.

Juergen: I built the BSP on the new machine.

davef
Looks the same as on my host.  I am running 10.04LTS though.