<div dir="ltr">You might want to try asking on <a href="mailto:python-list@python.org">python-list@python.org</a> to get a wider audience as you might find a fellow AIX user there who can help you out.<br></div><br><div class="gmail_quote">On Wed Feb 11 2015 at 12:29:56 AM Dwight <<a href="mailto:dcrs6000@aceweb.com">dcrs6000@aceweb.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>

  

    
  
  <div bgcolor="#ffffff" text="#000000">
    <font face="Times New Roman"><big><big>Hi,<br>
          Â Â Â  I am primarily a user; but since I can not get a newer
          version<br>
          of firefox for my system I have begun the very long process of
          <br>
          trying to build a newer version of firefox for my system.<br>
          Â Â Â  I am using an IBM pSeries system running AIX 7.1.<br>
          Â Â Â  I am using gcc and IBM ld.<br>
          Â Â Â  All the modules I have built are being installed in a
          directory<br>
          called /opt/alinux.  A lot of linux routines are stored in a
          directory<br>
          called /opt/freeware and of course IBM has some version of
          their<br>
          own which are installed in /usr...  Currently there is only
          one thing<br>
          installed in /usr/local and that is clamscan.<br>
          Â Â Â  I have built and installed the tcl.8.6.3, tkl.8.6.3 and
          python 2.7.9 into<br>
          /opt/aluinux.<br>
          Â Â Â  I am now trying to build and install python 3.4.2.  So far
          I<br>
          have found a way to compile python successfully.  There are <br>
          only three features missing (_sqlite3, ossaudiodev and spwd).<br>
          Â Â Â  The configure command I ran was:</big></big><br>
      <font color="#009900">./configure --prefix=/opt/alinux
        --exec-prefix=/opt/alinux --enable-shared  --with-system-ffi
        --enable-ipv6 \<br>
        --with-tcltk-includes='-I/opt/alinux/include'
        --with-tcltk-libs='-L/opt/alinux/lib' | tee MYconfig.log</font><br>
      <br>
      <big><big>    After running gmake test I found:</big></big><br>
      <font color="#009900">Ran 509 tests in 47.407s<br>
        FAILED (errors=2, skipped=8)<br>
        Ran 49 tests in 0.065s<br>
        FAILED (failures=2, skipped=1)<br>
        Ran 34 tests in 0.320s<br>
        FAILED (errors=2, skipped=6)<br>
        Ran 80 tests in 1.040s<br>
        FAILED (errors=2, skipped=20)<br>
        Ran 10 tests in 0.366s<br>
        FAILED (failures=1, skipped=2)<br>
        Ran 506 tests in 28.860s<br>
        FAILED (failures=6, errors=5, skipped=83)<br>
        Ran 97 tests in 21.921s<br>
        FAILED (failures=9, skipped=3)</font><br>
      <big><big>    I then tried to run  ./python -m test -v
          test_whatever<br>
          and got the following error:</big></big><br>
      <font color="#009900">$ pwd<br>
        /home/surfer/DownLoadLFNs/HTML/NEWS/BuildFirefox/Python-3.4.2<br>
        $ ls -la lib*<br>
        -rw-r--r--    1 surfer   Internet   19562608 Feb 10 20:02
        libpython3.4m.a<br>
        -rwxr-xr-x    1 surfer   Internet   13331408 Feb 10 20:02
        <a href="http://libpython3.4m.so" target="_blank">libpython3.4m.so</a><br>
        $ ./python -m test -v test_ssl<br>
        exec(): 0509-036 Cannot load program ./python because of the
        following errors:<br>
        Â Â Â Â Â Â Â  0509-150   Dependent module <a href="http://libpython3.4m.so" target="_blank">libpython3.4m.so</a> could not
        be loaded.<br>
        Â Â Â Â Â Â Â  0509-022 Cannot load module <a href="http://libpython3.4m.so" target="_blank">libpython3.4m.so</a>.<br>
        Â Â Â Â Â Â Â  0509-026 System error: A file or directory in the path
        name does not exist.<br>
      </font><big><big>    I would really appreciate some help in
          determining what I am doing wrong.<br>
          Â Â Â  As I said in the beginning I am primarily a user and not a
          developer.  I can solve<br>
          some fairly simple problems; but that about it.<br>
          Â Â Â  I am guessing that there is some kind of linking problem;
          but I do not know<br>
          how to solve this problem.<br>
          Â Â Â  I tried this:</big></big><br>
      <font color="#009900">$
        LDFLAGS=-L/home/surfer/DownLoadLFNs/HTML/NEWS/BuildFirefox/Python-3.4.2        
        <br>
        $ export LDFLAGS</font><br>
      <big><big>and got the same results.</big></big><br>
      Â Â Â  <br>
      <br>
    </font>
  </div>


______________________________<u></u>_________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" target="_blank">https://mail.python.org/<u></u>mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/brett%40python.org" target="_blank">https://mail.python.org/<u></u>mailman/options/python-dev/<u></u>brett%40python.org</a><br>
</blockquote></div>