[prev in list] [next in list] [prev in thread] [next in thread] 

List:       python-xml-sig
Subject:    [XML-SIG] PyXML Installation on IBM AIX
From:       akuchlin () mems-exchange ! org (Andrew M !  Kuchling)
Date:       2000-03-21 15:54:34
Message-ID: 14551.39738.230790.623964 () amarok ! cnri ! reston ! va ! us
[Download RAW message or body]

Hestness, Steve writes:
>I am attempting to install PyXML on IBM AIX 4.2.  I've installed distutils.
>Here is the last part of the output from the "python setup.py build"
>command:  What is ./ld_so_aix?

It's a script that comes with Python (included in the Modules/
subdirectory of the Python source), because AIX requires some magical
compiler incantations to compile shared libraries.  This looks like a
bug in Python itself, not in the XML code or the Distutils code; it
seems that LDSHARED is set to './ld_so_aix', when it should be
/usr/local/lib/python1.5/config/ld_so_aix, or something similar.  As a
workaround, you could simply copy ld_so_aix to the XML tree from your
Python source tree.  Or, put a copy of the script in
/usr/local/lib/python1.5/config/, and hack the makesetup script to 
use the full path name.  (Distutils parses makesetup to get the paths
and compiler invocations for a system.)

-- 
A.M. Kuchling			http://starship.python.net/crew/amk/
Good job, there, O'Grady. Always kick 'em when they're down. You might just
make a detective yet.
    -- Lt. Burke, in SANDMAN MYSTERY THEATRE: "The Cannon", act IV



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic