Operating System - HP-UX
1758491 Members
2812 Online
108871 Solutions
New Discussion юеВ

Python 2.5.2 Software Depot for HP-UX 11.00

 

Python 2.5.2 Software Depot for HP-UX 11.00

Does anyone have Python 2.5.2 Software Depot for HP-UX 11.00? Because it's hard to make it from source code.
3 REPLIES 3
Mustafa Gulercan
Respected Contributor

Re: Python 2.5.2 Software Depot for HP-UX 11.00

Mustafa Gulercan
Respected Contributor

Re: Python 2.5.2 Software Depot for HP-UX 11.00

Unpack the archive with tar -zxvf Python-2.5.2.tgz (or bzcat Python-2.5.2.tar.bz2 | tar -xf -). Change to the Python-2.5.2 directory and run the "./configure", "make", "make install" commands to compile and install Python.

it has ;
Build-time dependencies: bzip2 db gdbm gettext libiconv make ncurses openssl perl readline zlib
Run-time dependencies: bzip2 db gdbm gettext libiconv ncurses openssl perl readline zlib

Re: Python 2.5.2 Software Depot for HP-UX 11.00

Hi,
Thank you for help.

Br.
Veli-Matti