Operating System - HP-UX
1835086 Members
2244 Online
110073 Solutions
New Discussion

Re: Problem to install python

 
David_427
New Member

Problem to install python

Help me

I am trying to install python from a depot on HP-UX 11.00 and hp-ux 11.11.

First, I installed the dependencies list below:

bzip2
gdbm
gettext
libiconv
ncurses
openssl
readline
tcltk
zlib

And then I installed python.

All looks good.

But, when I execute python command, appears messages:

In hp-ux 11.11
----------------------------------------------
> python
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libdb.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
----------------------------------------------

In hp-ux 11.00
----------------------------------------------
> python
/usr/lib/dld.sl: Can't find path for shared library: libdb.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
----------------------------------------------

Can any body help me.

Sorry I'm try, but I don't speak english real good.
3 REPLIES 3
Arunvijai_4
Honored Contributor

Re: Problem to install python

Hi David,

Alright, you have to installk Berkeley DB. You can download and install from

http://hpux.connect.org.uk/hppd/hpux/Development/Tools/db-4.4.20/

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Steven E. Protter
Exalted Contributor

Re: Problem to install python

Shalom,

Also make sure the SHLIB_PATH variable is correct.

It must include /usr/lib

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
David_427
New Member

Re: Problem to install python

Hi Arunvijai:

Thanks for your help.

I installed software and python is working.


Regards.