> fo-install is using the addgroup command. This one is specific to Debian > IIRC. The one which seems common to most distro is groupadd. So the > install fails on CentOS due to that.
Actually it doesn't, but it was doing some checking in a way that was noisy. I switched to a less verbose way. > Also I added the fo-cleanold script to the package, in order to support > clean uninstall. Well how will you call it if it's in the package? For the debian packages I just replicated the needed parts in the postrm script. Although I suppose maybe you could use fo-cleanold pre-removal in the purge case.... I've been thinking about building/installing some of the stuff in utils/ as part of the normal install, sounds like that might help you. > FATAL: shm_open: Function not implemented > FATAL: shm_open failed with errno I think nealk found an answer for this one, something about /dev/shm permissions IIRC. Do you have that setup? -- Matt Taggart [email protected] _______________________________________________ fossology mailing list [email protected] http://fossology.org/mailman/listinfo/fossology

