Link to home
Start Free TrialLog in
Avatar of Seydina Fall
Seydina Fall

asked on

error: command '/opt/freeware/lib/python2.7/config/ld_so_aix' failed with exit status 8

Hello,

I have this error occurred when installing Python2.7 on AIX 6 OS :

 error: command '/opt/freeware/lib/python2.7/config/ld_so_aix' failed with exit status 8

Can I install separately ld_so_aix ? How ? Where can I get the library ?

Thanks for your reply
Avatar of dfke
dfke

Hi,

Try install the rpm. Python 2.7.12 and all its dependencies are available on AIX toolbox.

https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/python/python-2.7.12-2.aix6.1.ppc.rpm

Cheers
Avatar of Seydina Fall

ASKER

Hi,

Thanks for your reply, it seems to be better but I face another issue :

The command rpm -Uvh python-2.7.12-2.aix6.1.ppc.rpm send :
error: failed dependencies:
        libncurses.a(libncurses.so.6) is needed by python-2.7.12-2
        libpanel.a(libpanel.so.6) is needed by python-2.7.12-2

Do you know where I can get that library.

Regards
ASKER CERTIFIED SOLUTION
Avatar of dfke
dfke

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Basically since AIX is ac closed source unix system this comment is his best chance of solving his problem.

Cheers