Find the answer to your Linux question:
Results 1 to 3 of 3
I'm trying to install zaptel, while doing make install, I run into an error which reads: You do not appear to have the sources for the 2.6.26-2-686 kernel installed Can ...
  1. #1
    Just Joined!
    Join Date
    Oct 2009
    Posts
    1

    Need help with Debian Source files

    I'm trying to install zaptel, while doing make install, I run into an error which reads:
    You do not appear to have the sources for the 2.6.26-2-686 kernel installed

    Can anyone help me on this? Thanks

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Should just need the kernel-headers.

    Code:
    su -
    apt-get install linux-kernel-headers

  3. #3
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    More generally, you can always use the build-dep option.
    It will install everything you need to compile the regarding source package.
    Debian GNU/Linux -- You know you want it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •