This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rjs
Recipients eric.araujo, rjs, tarek
Date 2012-10-10.15:52:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349884360.41.0.476274191409.issue16189@psf.upfronthosting.co.za>
In-reply-to
Content
When building an extension on AIX with distutils the build fails like this:

/usr/local/lib/python3.3/config/ld_so_aix xlc_r -bI:/usr/local/lib/python3.3/config/python.exp build/temp.aix-5.3-3.3/pdflib_py.o -L../../../libs/pdflib/.libs -L../../../libs/icu/lib -ls_libpdf -lC -o build/lib.aix-5.3-3.3/pdflib_py.so
unable to execute /usr/local/lib/python3.3/config/ld_so_aix: No such file or directory
error: command '/usr/local/lib/python3.3/config/ld_so_aix' failed with exit status 1

The problem can easily be fixed by:

ln -s /usr/local/lib/python3.3/config-3.3m  /usr/local/lib/python3.3/config
History
Date User Action Args
2012-10-10 15:52:40rjssetrecipients: + rjs, tarek, eric.araujo
2012-10-10 15:52:40rjssetmessageid: <1349884360.41.0.476274191409.issue16189@psf.upfronthosting.co.za>
2012-10-10 15:52:40rjslinkissue16189 messages
2012-10-10 15:52:40rjscreate