BLFS6.2.0 -> CUPS I'm doing user based package management from hints project. So I do not run 'make install' as root. There is an instruction to create an lp user in cups but the Makefiles are doing 'chgrp $(CUPS_GROUP)' which is defined as 'nobody' in Makedefs. So I manually set the groups to nobody and a second run of 'make install' doens't display these errors any more. Additionally I virtually changed CUPS_PRIMARY_SYSTEM_GROUP in Makedefs to root by setting the group of /var/run/cups/certs accordingly.
What files am I supposed to 'chgrp lp' now? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
