in reply to Embedding Perl

Strace turned out to be extremely useful. I noticed that perl was trying to use some functions in /lib/libnss_nis.so.2 and /lib/libnss_files.so.2 plus it needed to get the protocol numbers from /etc/protocols. I put those files in the rootfs of my little distro, and it works like a champ now. Thanks dudes! -stephan