[New-bugs-announce] [issue16189] ld_so_aix not found

Rainer Schaaf report at bugs.python.org
Wed Oct 10 17:52:40 CEST 2012


New submission from Rainer Schaaf:

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

----------
assignee: eric.araujo
components: Distutils
messages: 172588
nosy: eric.araujo, rjs, tarek
priority: normal
severity: normal
status: open
title: ld_so_aix not found
type: compile error
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16189>
_______________________________________


More information about the New-bugs-announce mailing list