[issue1648923] HP-UX: -lcurses missing for readline.so

GaaL33 report at bugs.python.org
Mon Mar 12 16:56:04 CET 2012


GaaL33 <ubuntu at l3p3t1t.net> added the comment:

I confirm that there's still a build issue.

I've tried to compile python 2.7.2 on HP-UX 11.31. And it crashes with : 

ld -b build/temp.hp-ux-B.11.31-ia64-2.7/images/Python-2.7.2/Modules/readline.o -L/usr/lib/termcap -L/usr/local/lib -L/usr/local/lib/hpux32 -lreadline -o build/lib.hp-ux-B.11.31-ia64-2.7/readline.so
/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'tgetent' in load module '/usr/local/lib/hpux32/libreadline.so'.
sh[3]: 11780 Killed
*** Error exit code 137

adding "-lcurses" to the command resolves the problem.

----------
nosy: +gaal33
versions: +Python 2.7 -Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1648923>
_______________________________________


More information about the Python-bugs-list mailing list