On Tue, Sep 07, 1999 at 11:18:40AM +1200, David Ferry wrote: > Note that the cross install script bombs out on a redhat 6.0 box. > > It wants the start-stop-daemon installed.
It's not cross-install that requires this. It is the dpkg binary which uses this to check for root. Providing a stub for it is completely sufficient, for example: ln -s /bin/false /usr/local/bin/start-stop-daemon. Also set your PATH to include /sbin and /usr/sbin. > I then went to sleep, so I'll be doing the native install tonight. Well, no RH'ish problems to expect there, I hope :) Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org Check Key server Marcus Brinkmann GNU http://www.gnu.org for public PGP Key [EMAIL PROTECTED] PGP Key ID 36E7CD09 http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/

