That's a very easy to fix issue, but I report it because it is still unfixed:<br><br>    clfs@devnull:~/sources/dropbear-0.52$ make MULTI=1 PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" install DESTDIR=${CLFS}/usr<br>
    install -d -m 755 /home/clfs/usr/usr/bin<br>    install -m 755 dropbearmulti /home/clfs/usr/usr/bin<br>    chown root /home/clfs/usr/usr/bin/dropbearmulti<br>    chown: changing ownership of `/home/clfs/usr/usr/bin/dropbearmulti': Operation not permitted<br>
    make: [inst_dropbearmulti] Error 1 (ignored)<br>    chgrp 0 /home/clfs/usr/usr/bin/dropbearmulti<br>    chgrp: changing group of `/home/clfs/usr/usr/bin/dropbearmulti': Operation not permitted<br>    make: [inst_dropbearmulti] Error 1 (ignored)<br>
<br>'clfs' user is not allowed to change ownership/group of the binaries instaled as 'root', so Makefile can't execute fine lines like:<br><br>    chown root $(DESTDIR)$(bindir)/dropbearmulti$(EXEEXT)<br>
    chown root $(DESTDIR)$(sbindir)/dropbear$(EXEEXT)<br><br>Fix this as you prefer to take a best profit of the CLFS book.<br><br>Best regards,<br>  -- Ivan<br><br>