*exe files

Bill Oliver vendor at billoblog.com
Fri Jul 26 18:40:20 UTC 2013


On Thu, 25 Jul 2013, Richard Vickery wrote:

> On Thu, Jul 25, 2013 at 3:20 PM, Steven Stern
> <subscribed-lists at sterndata.com> wrote:
>> On 07/25/2013 01:34 PM, Bill Oliver wrote:
>>> I've heard there were issues with Win 8 on Virtualbox in linux, but I
>>> haven't tried it myself
>>
>> I also have a Win8 VM and it's OK.  There's an issue where the screen
>> doesn't get refreshed properly -- I have to press the Windows flag key
>> to get it to redisplay itself.  (This PC came with Win8, so I
>> virtualized it before blowing it away to install Fedora.  The XP VM is
>> from this PC's predecessor.)
>>
>> --
>> -- Steve
>
>
> I did a <sudo yum install> obviously without the braces shown here and
> after install received the following error in /var/log:
>
> Makefile:181: *** Error: unable to find the sources of your current
> Linux kernel. Specify KERN_DIR=<directory> and run Make again.  Stop.
>
> Where is the kernel? Shouldn't the install have known?
>

I'll bet you haven't installed the development headers for the kernel.  Try "yum install kernel-headers."  That's different than the kernel itself.  If that doesn't work, you may need to install the full development stuff "kernel-devel"

Or,, if you want to be specific, for me it's

kernel-headers-3.9.9-302.fc19.x86_64
kernel-3.9.9-302.fc19.x86_64

but of course that would depend on what kernel you are running...


billo


More information about the users mailing list