<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    By default it is in /usr/local/lib/ but you may have to ask for to
    be compiled explicitly:<br>
    ./bjam --with-python<br>
    <br>
    On 11/5/10 9:35 AM, Aishwarya Venkataraman wrote:
    <blockquote
      cite="mid:AANLkTi=YKBH=0PBz6TqhEv_BEX0EPgj4rfzgwynUAJif@mail.gmail.com"
      type="cite">Hello,
      <div><br>
        <div>I want to install pydoop to get python talk to hadoop/ hdfs
          file system. This requires me to have boost installed. I have
          installed boost using macports.&nbsp;</div>
        <div><br>
        </div>
        <div>python setup.py build_ext -L/opt/local/lib/
          -I/opt/local/include/</div>
        <div><br>
        </div>
        <div>When I run the above command to install pydoop, it gives me
          the following error:</div>
        <div><br>
        </div>
        <div>
          <div>g++ -L/Applications/djangostack-1.2.3-0/common/lib
            -bundle -undefined dynamic_lookup
            build/temp.macosx-10.4-i386-2.6/src/pipes.o
            build/temp.macosx-10.4-i386-2.6/src/pipes_context.o
            build/temp.macosx-10.4-i386-2.6/src/pipes_test_support.o
            build/temp.macosx-10.4-i386-2.6/src/pipes_serial_utils.o
            build/temp.macosx-10.4-i386-2.6/src/exceptions.o
            build/temp.macosx-10.4-i386-2.6/src/_pipes_main.o
            build/temp.macosx-10.4-i386-2.6/src/SerialUtils.o
            build/temp.macosx-10.4-i386-2.6/src/HadoopPipes.o
            build/temp.macosx-10.4-i386-2.6/src/StringUtils.o
            -L/opt/local/lib/ -lpthread <b>-lboost_python</b> -o
            build/lib.macosx-10.4-i386-2.6/pydoop/_pipes.so</div>
          <div><b>ld: library not found for -lboost_python</b></div>
        </div>
        <div><br>
        </div>
        <div>Where exactly is lboost_python located on a mac? How do I
          find this library ?</div>
        <div><br>
        </div>
        <div>Thanks,</div>
        <div>Aishwarya</div>
      </div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Cplusplus-sig mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Cplusplus-sig@python.org">Cplusplus-sig@python.org</a>
<a class="moz-txt-link-freetext" href="http://mail.python.org/mailman/listinfo/cplusplus-sig">http://mail.python.org/mailman/listinfo/cplusplus-sig</a></pre>
    </blockquote>
    <br>
  </body>
</html>