<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">of course if you don't have the file
      you can't use this trick, but the command<br>
      <br>
          rpm -qf /usr/include/linux/errno.h<br>
      <br>
      would give you the same result as that beforementioned ubuntu
      example,<br>
      namely which package you need.   I have a SL63 here, whihc is also
      a <br>
      redhat derivative, so perhaps close enoiugh to your SUSE.  And it<br>
      responded with<br>
      <br>
      kernel-headers-2.6.32-279.19.1.el6.x86_64<br>
      <br>
      <br>
      which is quite different from my linux-libc-dev. Anyways, maybe
      you can list<br>
      your packages with <br>
      <br>
      <br>
          rpm -qa | grep kernel<br>
      <br>
      and see if you have something like it<br>
      <br>
      On 01/30/2013 04:31 PM, Mark Kremenetsky wrote:<br>
    </div>
    <blockquote cite="mid:51099146.1060909@sgi.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <br>
      I have to apologize for not providing OS version that I am running
      on my system<br>
      It is <br>
      SUSE Linux Enterprise Server 11 (x86_64)<br>
      VERSION = 11<br>
      PATCHLEVEL = 2<br>
      Mark<br>
      <br>
      <div class="moz-cite-prefix">On 01/30/2013 01:21 PM, Nathan
        Goldbaum wrote:<br>
      </div>
      <blockquote cite="mid:5272528296510753022@unknownmsgid"
        type="cite">
        <meta http-equiv="Content-Type" content="text/html;
          charset=ISO-8859-1">
        <div>And in fact, on Ubuntu the install script will spit out
          exactly which packages it needs:</div>
        <div><br>
        </div>
        <div> <span
style="font-family:'.HelveticaNeueUI';font-size:15px;line-height:19px;white-space:nowrap"><a
              moz-do-not-send="true"
href="https://bitbucket.org/yt_analysis/yt/src/0514b030f6479c0adb75df5bf3da7ab7310caa91/doc/install_script.sh?at=yt#cl-218">https://bitbucket.org/yt_analysis/yt/src/0514b030f6479c0adb75df5bf3da7ab7310caa91/doc/install_script.sh?at=yt#cl-218</a></span></div>
        <div><span
style="font-family:'.HelveticaNeueUI';font-size:15px;line-height:19px;white-space:nowrap"><br>
          </span></div>
        <div><span
style="font-family:'.HelveticaNeueUI';font-size:15px;line-height:19px;white-space:nowrap">It

            would help to figure out exactly which libraries and
            packages are needed if you're running a different
            distribution or a different flavor of UNIX.</span></div>
        <div><span
style="font-family:'.HelveticaNeueUI';font-size:15px;line-height:19px;white-space:nowrap"><br>
          </span></div>
        <div><span
style="font-family:'.HelveticaNeueUI';font-size:15px;line-height:19px;white-space:nowrap">If

            this is a shared computer or cluster and you don't have root
            access it should be possible to get this working but it will
            probably be a bit more complicated.</span></div>
        <div><span
style="font-family:'.HelveticaNeueUI';font-size:15px;line-height:19px;white-space:nowrap"><br>
          </span></div>
        <div><span
style="font-family:'.HelveticaNeueUI';font-size:15px;line-height:19px;white-space:nowrap">Cheers,</span></div>
        <div><span
style="font-family:'.HelveticaNeueUI';font-size:15px;line-height:19px;white-space:nowrap"><br>
          </span></div>
        <div><span
style="font-family:'.HelveticaNeueUI';font-size:15px;line-height:19px;white-space:nowrap">Nathan</span></div>
        <div><br>
          On Jan 30, 2013, at 1:04 PM, Peter Teuben <<a
            moz-do-not-send="true" href="mailto:teuben@astro.umd.edu">teuben@astro.umd.edu</a>>

          wrote:<br>
          <br>
        </div>
        <blockquote type="cite">
          <div><span>On 01/30/2013 03:59 PM, Mark Kremenetsky wrote:</span><br>
            <blockquote type="cite"><span>Guys,</span><br>
            </blockquote>
            <blockquote type="cite"><span> I am using  a script
                recommended on  ENZO boot-camp page</span><br>
            </blockquote>
            <blockquote type="cite"><span></span><br>
            </blockquote>
            <blockquote type="cite"><span>$ bash install_script.sh</span><br>
            </blockquote>
            <blockquote type="cite"><span></span><br>
            </blockquote>
            <blockquote type="cite"><span></span><br>
            </blockquote>
            <blockquote type="cite"><span>in order to set up all
                libraries needed for enzo compilation.</span><br>
            </blockquote>
            <blockquote type="cite"><span>Everything is going good and
                well until I got a following error:</span><br>
            </blockquote>
            <blockquote type="cite"><span></span><br>
            </blockquote>
            <blockquote type="cite"><span>gcc -fPIC -c bzip2.c</span><br>
            </blockquote>
            <blockquote type="cite"><span>In file included from
                /usr/include/errno.h:36,</span><br>
            </blockquote>
            <blockquote type="cite"><span>                 from
                bzip2.c:55:</span><br>
            </blockquote>
            <blockquote type="cite"> <span>/usr/include/bits/errno.h:25:26:
                error: linux/errno.h: No such file or</span><br>
            </blockquote>
            <blockquote type="cite"><span>directory</span><br>
            </blockquote>
            <blockquote type="cite"><span>make: *** [bzip2.o] Error 1</span><br>
            </blockquote>
            <blockquote type="cite"><span> I checked and certainly I
                don't have  such thing as</span><br>
            </blockquote>
            <blockquote type="cite"><span>/usr/include/linux/errno.h</span><br>
            </blockquote>
            <blockquote type="cite"> <span></span><br>
            </blockquote>
            <blockquote type="cite"><span>Any advice ?</span><br>
            </blockquote>
            <span></span><br>
            <span>on ubuntu you can do</span><br>
            <span></span><br>
            <span>% dpkg -S /usr/include/linux/errno.h</span><br>
            <span>linux-libc-dev: /usr/include/linux/errno.h</span><br>
            <span></span><br>
            <span>so you need to have that "dev" package installed. For
              other distro's</span><br>
            <span>it might have a different name. If this is your first
              time installing it,</span><br>
            <span>you might wind up needing more of these development
              packages</span><br>
            <span>for some of the libraries.</span><br>
            <span></span><br>
            <span>I've seen quite a few packages give their developers a
              nice list</span><br>
            <span>of how to update their system, something like</span><br>
            <span></span><br>
            <span>    sudo apt-get install linux-libc-dev .....</span><br>
            <span></span><br>
            <span></span><br>
            <span>peter</span><br>
            <span></span><br>
            <span>_______________________________________________</span><br>
            <span>yt-users mailing list</span><br>
            <span><a moz-do-not-send="true"
                href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a></span><br>
            <span><a moz-do-not-send="true"
                href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a></span><br>
          </div>
        </blockquote>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
yt-users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a>
</pre>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
yt-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a>
<a class="moz-txt-link-freetext" href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>