I've been playing around with a script that generates a live-cd based off of Th for a special purpose machine. I'm generating the target file system using `poldek --install-dist`.
My current package set installs, but later in the script when I try to run some commands having chrooted into the target, I get errors that make it look like the package set failed to identify all their own dependencies. > mount: error while loading shared libraries: libselinux.so.1: cannot open > shared object file: > No such file or directory Is selinux currently required for all systems? If so why do no packages trigger it as a dependency? If not, why does mount want to see it? > poldek: error while loading shared libraries: libxml2.so.2: cannot open > shared object file: > No such file or directory Is it possible that poldek should have a dep for libxml2? Caleb _______________________________________________ pld-devel-en mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
