blob: 50516a7f47baa3c6cfbe2fae006b0a8d8fa8486d (
plain) (
blame)
1
2
3
4
5
6
7
|
QEMU_LD_PREFIX not load correct library order in the PATH
run qemu with QEMU_LD_PREFIX argument will not load the library in the PATH.
Ex: I use debootstrap to download the library of i386 architecture
And use -L point to the path.
But not load the library from that directory.
|