Then yes, try grabbing.  The kernel headers... <br><br>sudo apt-get install linux-headers-$(uname -r)  <br><br clear="all">Thanks,<br> <br>- Eric<br><br>------------------------------<br>Eric J. Krieger<br>Ubuntu Member and Altruistic Network Ninja.<br>
<br>Email: <a href="mailto:grammatoncleric@ubuntu.com">grammatoncleric@ubuntu.com</a><br>Wiki: <a href="https://wiki.ubuntu.com/GrammatonCleric">https://wiki.ubuntu.com/GrammatonCleric</a><br>NM LoCo: <a href="https://wiki.ubuntu.com/NewMexicoTeam">https://wiki.ubuntu.com/NewMexicoTeam</a><br>

<br><br><div class="gmail_quote">On Mon, Jun 29, 2009 at 6:43 AM, a <span dir="ltr"><<a href="mailto:akaluta@taosnet.com">akaluta@taosnet.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Trying to compile a program called "parapin" get this error message:<br>
Error Message /usr/src/linux-2.6.13-generic/include/linux: No such file<br>
ordirectory.<br>
Looking in /usr/src/linux there are only header files,so my assumption<br>
is I need the source there.What are your thoughts. Anthony<br>
<div><div></div><div class="h5"><br>
On Mon, 2009-06-29 at 06:28 -0600, Eric Krieger wrote:<br>
> Are you trying to compile a kernel from the source?  If you are just<br>
> looking for the kernel header the command is...<br>
><br>
> sudo  apt-get install linux-headers-$(uname -r)<br>
><br>
><br>
> Thanks,<br>
><br>
> - Eric<br>
><br>
> ------------------------------<br>
> Eric J. Krieger<br>
> Ubuntu Member and Altruistic Network Ninja.<br>
><br>
> Email: <a href="mailto:grammatoncleric@ubuntu.com">grammatoncleric@ubuntu.com</a><br>
> Wiki: <a href="https://wiki.ubuntu.com/GrammatonCleric" target="_blank">https://wiki.ubuntu.com/GrammatonCleric</a><br>
> NM LoCo: <a href="https://wiki.ubuntu.com/NewMexicoTeam" target="_blank">https://wiki.ubuntu.com/NewMexicoTeam</a><br>
><br>
><br>
> On Mon, Jun 29, 2009 at 6:18 AM, a <<a href="mailto:akaluta@taosnet.com">akaluta@taosnet.com</a>> wrote:<br>
>         Anyone know if I am on the right track to get the kernel<br>
>         source of (as<br>
>         indicated below)required by "parapin" the file looks like over<br>
>         300 mega<br>
>         bites? Ubuntu site at its current rate is 16 days download<br>
>         time<br>
>         required,seems absurd,anyway am I headed in the right<br>
>         direction,anyone?<br>
>         Antonio<br>
><br>
>         Starting from Hardy (8.04) this has changed to:<br>
><br>
>         sudo apt-get build-dep linux-image-$(uname -r)<br>
>         apt-get source linux-image-$(uname -r)<br>
><br>
>         Ubuntu modules source may also be needed if you plan to enable<br>
>         PAE and<br>
>         64GB support in the kernel for 32bit Hardy (8.04). The Ubuntu<br>
>         supplied<br>
>         modules may not be compatible with PAE enabled kernel.<br>
><br>
>         sudo apt-get build-dep linux-ubuntu-modules-$(uname -r)<br>
>         apt-get source linux-ubuntu-modules-$(uname -r)<br>
><br>
>         _______________________________________________<br>
>         nmglug mailing list<br>
>         <a href="mailto:nmglug@nmglug.org">nmglug@nmglug.org</a><br>
>         <a href="https://nmglug.org/mailman/listinfo/nmglug" target="_blank">https://nmglug.org/mailman/listinfo/nmglug</a><br>
><br>
> _______________________________________________<br>
> nmglug mailing list<br>
> <a href="mailto:nmglug@nmglug.org">nmglug@nmglug.org</a><br>
> <a href="https://nmglug.org/mailman/listinfo/nmglug" target="_blank">https://nmglug.org/mailman/listinfo/nmglug</a><br>
<br>
_______________________________________________<br>
nmglug mailing list<br>
<a href="mailto:nmglug@nmglug.org">nmglug@nmglug.org</a><br>
<a href="https://nmglug.org/mailman/listinfo/nmglug" target="_blank">https://nmglug.org/mailman/listinfo/nmglug</a><br>
</div></div></blockquote></div><br>