On Thu, Oct 22, 2009 at 10:25:59AM -0700, Jay Schulist wrote: > I have an issue with perl and qemu that I'm hoping someone knows what > is happening. I'm using qemu-i386 on a fedora 11 intel system and the > following command fails: > > $ qemu-i386 -L / /usr/bin/perl -e 'print `perl -v`' [...] > I am using qemu-i386 v0.11.0 as shown below and other binaries run > under qemu look fine. Could you suggest a way to get this perl command > working.
Applying this patch (i386-linux-user NPTL support) makes it work: http://lists.gnu.org/archive/html/qemu-devel/2009-08/msg01041.html Rabin