LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   unexpected PLT reloc type 0x0 (https://www.linuxquestions.org/questions/programming-9/unexpected-plt-reloc-type-0x0-66360/)

tda 06-18-2003 10:27 AM

unexpected PLT reloc type 0x0
 
Hello ALL!
I try to build mozilla from src.
But when I do build. I've got an error message that library xxx can't be loaded due to "unexpected PLT reloc type 0x0". What does this message mean?

Thnx.

mhearn 06-19-2003 04:15 AM

I would guess a corrupt binary. IIRC from reading the ELF spec zero is not a valid relocation type id.

FYI the PLT is involved in dynamic linking.

tda 06-19-2003 04:27 AM

Quote:

Originally posted by mhearn
I would guess a corrupt binary. IIRC from reading the ELF spec zero is not a valid relocation type id.

FYI the PLT is involved in dynamic linking.

Thanks.
Does exist any util that could check shared library or binary for integrity?

mhearn 06-19-2003 05:07 AM

Not really. Just try recompiling it.


All times are GMT -5. The time now is 05:37 PM.