diff options
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index fb9ed0ae90..8afdbe0b9d 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -92,8 +92,15 @@ qemu -L / /bin/ls @item On non x86 CPUs, you need first to download at least an x86 glibc -(@file{qemu-i386-glibc21.tar.gz} on the QEMU web page). Then you can -launch the precompiled @file{ls} x86 executable: +(@file{qemu-i386-glibc21.tar.gz} on the QEMU web page). Ensure that +@code{LD_LIBRARY_PATH} is not set: + +@example +unset LD_LIBRARY_PATH +@end example + +Then you can launch the precompiled @file{ls} x86 executable: + @example qemu /usr/local/qemu-i386/bin/ls @end example |