>I just tried to run a Linux program on DragonFly. I got the following: > >-bash-4.1$ /usr/pkg/emul/linux/bin/bash >ELF interpreter /lib/ld-linux.so.2 not found >Abort trap: 6 > >I then checked the man page and found that I need to run ldconfig. So I did >and got this: > ># /compat/linux/sbin/ldconfig >Segmentation fault (core dumped) .. >DragonFly darner.ixazon.lan 2.11-DEVELOPMENT DragonFly >v2.11.0.203.g0e5ac-DEVELOPMENT #2: Mon May 16 09:57:06 UTC 2011 >[email protected]:/usr/obj/usr/src/sys/GENERIC_SMP i386
Please try a fresh HEAD; there was problems with linux emul for a short period some months ago; you can see details in bugs (issueXXX). Also linux ldconfig is executed automatically (by /etc/rc.d/abi) when linux=yes is set in rc.conf. -thomas
