Problems with compiling/installing from sources

Discussion in 'Linux' started by sarnu, Oct 18, 2008.

  1. sarnu

    sarnu

    Joined:
    Oct 7, 2008
    Messages:
    1
    Likes Received:
    0
    Hi,
    while trying to install VirtualBox (using viewtopic.php?f=5&t=2133&st=0&sk=t&sd=a&hilit=virtualbox as a guide) the compilation of the kernel module dies with the error
    Code:
    /bin/sh: line 1: install: command not found
    
    Seems like a command named 'install' is not installed on my machine (plain Linpus Lite).
    Any hints on what packages might be missing?

    Thanks in advance,
    Simon
     
    sarnu, Oct 18, 2008
    #1
  2. sarnu

    scottro

    Joined:
    Aug 31, 2008
    Messages:
    347
    Likes Received:
    0
    I'm not sure which instructions you're using.

    In general, the following should be sufficient
    sudo yum -y install gcc gcc-c++ make kernel-devel

    That will pull in other necessary things as well, which is fine.
    Fedora and Linpus don't include compiling tools by default.

    As for VirtualBox, you might be better off using the rpm for Fedora 8. (Untested on Linpus though, so I might be steering you wrong.)
     
    scottro, Oct 18, 2008
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.