qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] qemu not getting properly installed


From: Mike Lovell
Subject: Re: [Qemu-discuss] qemu not getting properly installed
Date: Wed, 11 Jan 2012 14:21:46 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Lightning/1.0b2 Thunderbird/3.1.16

On 12/29/2011 02:30 AM, Pankaj Rawat wrote:

Still got same output .

 

Well I don’t know what is getting wrong

 

 

address@hidden qemu-1.0]# which qemu

/usr/local/bin/qemu

address@hidden qemu-1.0]# /usr/local/bin/qemu --version

QEMU emulator version 0.14.50, Copyright (c) 2003-2008 Fabrice Bellard

 


check for other qemu related entries in /usr/loca/bin. i.e. `ls /usr/local/bin`

when just doing `./configure && make && make install`, the build system installs the program as qemu-system-<target> and not just qemu. i'm guessing whatever installed 0.14.5 on your system, like your distributions package manager, it installed one of the qemu binaries as just /usr/local/bin/qemu and the qemu make install isn't replacing it. so try looking for another binary with a longer, more specific name.

hope that helps if help is still needed.

mike

reply via email to

[Prev in Thread] Current Thread [Next in Thread]