- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message367095
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 | pablogsal |
|---|---|
| Recipients | Michael.Felt, lys.nikolaou, ned.deily, pablogsal |
| Date | 2020-04-23.11:40:18 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1587642018.65.0.328962570791.issue40370@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I think the problem here is that distutils in AIX needs the ld_so_aix file installed and is not able to use the one in Modules from the source directory. This happens because sysconfig has "config-3.9d/ld_so_aix", which does not exist until python is installed. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-04-23 11:40:18 | pablogsal | set | recipients: + pablogsal, ned.deily, Michael.Felt, lys.nikolaou |
| 2020-04-23 11:40:18 | pablogsal | set | messageid: <1587642018.65.0.328962570791.issue40370@roundup.psfhosted.org> |
| 2020-04-23 11:40:18 | pablogsal | link | issue40370 messages |
| 2020-04-23 11:40:18 | pablogsal | create | |

