From: Bryan H. <hb...@us...> - 2007-07-31 17:11:56
|
> libcrypto.a(libcrypto.so.0.9.7) is needed by python-2.3.4-2 > libgdbm.a(libgdbm.so.3) is needed by python-2.3.4-2 > libssl.a(libssl.so.0.9.7) is needed by python-2.3.4-2 > python = 2.2 is needed by tkinter-2.2-4 >ces rpm ne sont pas sur le cd aix toolbox for linux , est ce qu'on peut >faire un install avec --nodeps ? I don't know how well Python works without those, but I can tell you where to get them. libcrypto and libssl are part of Openssl, which is not on the CD because of IBM fears about violating export laws. You can get it from the web site. Go to the special "cryptographic content" link on the right side of the page. I don't know why gdbm isn't on the CD, but it's on the web site in the normal place. http://www-03.ibm.com/servers/aix/products/aixos/linux/download.html |