Operating System - HP-UX
1834099 Members
2111 Online
110063 Solutions
New Discussion

ld: Invalid loader fixup in text space needed in output file for symbol "rl_redisplay" in input file

 
SOLVED
Go to solution
shashikala K.H
Occasional Advisor

ld: Invalid loader fixup in text space needed in output file for symbol "rl_redisplay" in input file

Hi All,
I am building Python on 11.23 and 11.11 , while compiling readline.so its giving the following error,

ld: Invalid loader fixup in text space needed in output file for symbol "rl_redisplay" in input file"
and Hence its not able to build the readline.so. Please help me to resolve this error.

Thanks,
Shashi
2 REPLIES 2
Kent Ostby
Honored Contributor
Solution

Re: ld: Invalid loader fixup in text space needed in output file for symbol "rl_redisplay" in input file

Looks like you need a +z somewhere:

http://h21007.www2.hp.com/dspp/tech/tech_TechSingleTipDetailPage_IDX/1,2366,392,00.html
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Arunvijai_4
Honored Contributor

Re: ld: Invalid loader fixup in text space needed in output file for symbol "rl_redisplay" in input file

Hi Shashikala,

Whenever you build any Opensource products, make sure you export LDFLAGS,CFLAGS and CPPFLAGS properly.

Take a look at this doc, this should be useful to for future and on-going compilation

http://docs.hp.com/en/1405/options.htm

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"