Path: csiph.com!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'aix,': 0.07; 'buildbot': 0.07; 'aix': 0.09; 'aix.': 0.09; 'hashlib': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'repl': 0.09; 'whatever.': 0.09; 'python': 0.10; 'jan': 0.11; '2.7': 0.13; 'package,': 0.13; 'wed,': 0.15; 'server,': 0.15; '(now': 0.16; 'configure:': 0.16; 'mark,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'subject:6.1': 0.16; 'subject:AIX': 0.16; 'tkinter.': 0.16; 'toolbox': 0.16; 'url:all': 0.16; 'url:buildbot': 0.16; 'wrote:': 0.16; 'skip:l 30': 0.18; '2015': 0.20; 'aug': 0.20; 'work,': 0.21; 'am,': 0.23; 'bit': 0.23; 'downloaded': 0.24; 'xml': 0.24; 'header:In-Reply- To:1': 0.24; 'module': 0.25; 'install': 0.25; 'header:User- Agent:1': 0.26; 'installed': 0.26; 'header:X-Complaints-To:1': 0.26; 'linux': 0.26; 'bugs': 0.27; 'ibm': 0.27; 'module.': 0.27; 'package.': 0.27; "skip:' 10": 0.28; 'it\xe2\x80\x99s': 0.29; 'readline': 0.29; 'ago': 0.29; "i'm": 0.30; 'server.': 0.30; 'fixed': 0.31; 'anyone': 0.32; 'possibly': 0.32; 'url:python': 0.33; 'so,': 0.35; 'exist': 0.35; 'necessary.': 0.35; 'newer': 0.35; 'possible,': 0.35; 'but': 0.36; 'needed': 0.36; 'url:org': 0.36; '(and': 0.36; 'modules': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'seem': 0.37; "won't": 0.38; 'building': 0.38; 'subject:-': 0.39; 'to:addr:python.org': 0.40; 'mark': 0.40; "you'll": 0.61; 'hope': 0.61; 'more': 0.63; 'url:%20': 0.63; 'latest': 0.64; 'better.': 0.66; 'below.': 0.66; 'url:%1': 0.67; 'teach': 0.70; '26,': 0.72; 'yourself,': 0.72; '8.4': 0.84; '8.6': 0.84; 'tkinter,': 0.84; 'absolutely': 0.88; 'received:fios.verizon.net': 0.91; 'rpm': 0.91; 'skip:\xe2 30': 0.91; 'ware': 0.91; 'luck': 0.95 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Installing Python 2.7.5-1 on AIX 6.1 Date: Wed, 26 Aug 2015 11:29:25 -0400 References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Gmane-NNTP-Posting-Host: pool-98-114-97-173.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 81 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1440602998 news.xs4all.nl 23790 [2001:888:2000:d::a6]:46079 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95660 On 8/26/2015 10:35 AM, Zachary Ware wrote: > Hi Mark, > > On Wed, Aug 26, 2015 at 9:03 AM, Manarski, Mark > wrote: >> I have downloaded the =E2=80=9Cpython-2.7.5-1.aix6.1.ppc.rpm=E2=80=9D = package from the IBM >> Linux ToolBox site. >> >> When I try to install the python rpm package, it fails because it=E2=80= =99s looking >> for (7) dependencies listed below. The dependencies listed do seem to= exist >> on the server, and I have also successfully installed the openssl-0.9.= 8zg >> package on the server. >> >> Has anyone successfully installed Python 2.7 on AIX, and if so, did yo= u need >> to remediate any of these dependencies? > > I have absolutely no experience with AIX. However, I can tell you > that none of the 'dependencies' listed below are absolutely necessary. > >> libcrypto.a(libcrypto.so.0.9.8) is needed by python-2.7.5-1 > > This is used by the hashlib module (and possibly _ssl; I'm not sure). > >> libexpat.a(libexpat.so.1) is needed by python-2.7.5-1 > > This is used in the xml package. > >> libgdbm.a(libgdbm.so.3) is needed by python-2.7.5-1 > > Used in the dbm package. > >> libreadline.a(libreadline.so.6) is needed by python-2.7.5-1 > > Used in the REPL and readline module. > >> libssl.a(libssl.so.0.9.8) is needed by python-2.7.5-1 > > Used in _ssl. > >> libtcl8.4.so is needed by python-2.7.5-1 >> libtk8.4.so is needed by python-2.7.5-1 8.4 is more or less obsolete. 8.5 came out 8 years ago and has had many = bugs fixed (now at 8.5.18). 8.6 came out 2 years ago and is even better.= > Used by Tkinter. If you want to use tkinter, you should, if possible, start with the=20 latest 8.6.0.4 or whatever. > So without those dependencies, those modules won't work, but > everything else will. > > You may have better luck building Python yourself, and you'll get a > much newer Python that way. And up to date dependencies. > We have an AIX buildbot that may be able > to teach you a bit from the logs: > > configure: http://buildbot.python.org/all/builders/PPC64%20AIX%202.7/bu= ilds/1237/steps/configure/logs/stdio > compile: http://buildbot.python.org/all/builders/PPC64%20AIX%202.7/buil= ds/1237/steps/compile/logs/stdio > > Hope this helps, > --=20 Terry Jan Reedy