From: jeremy a. <arc...@co...> - 2003-09-11 21:33:20
|
I am trying to install/compile beoboot-cm.1.5 for Debian using kernel 2.4.21. I have successfully compiled the kernel and bproc-3.2.6 but now need the remote booting portion. My problem seems to be that Debian doesn't have libmodutils, libmodutilobj, or libmodutilutil and hence "make" fails at: ld -r -o init.o boot.o rarp.o recv.o monte/libmonte.a -Bstatic -L/usr/lib -lmodutils -lmodutilobj -lmodutilutil -lz -lcmconf ld: cannot find -lmodutils I have found that the modutils-devel RPM exists (and contains the libraries), but I don't know if I can use this on Debian. Is there another place I can get/create the libraries? or is there another remote boot option that Debian users are using for bproc? Thanks. -Jeremy |