> I do have fakeroot installed. "fakeroot dh_testroot" succeeds, too. > I've attached the `debian/rules' file in question. Any ideas?
fakeroot sets LD_LIBRARY_PATH and LD_PRELOAD: LD_LIBRARY_PATH: /usr/lib/libfakeroot:/usr/lib/64/libfakeroot LD_PRELOAD: libfakeroot.so.0 If you change either of these variables in your debian/rules (which you do) then you must append to these values. Matt -- Matt Kern http://www.undue.org/