btf: enable ELF_T_WORD fix (0004) alongside emit+new pahole; add ldconfig after pahole install
- Re-enable 0004 (resolve_btfids ELF_T_WORD endian fix). Runs 1/2 each enabled
only one of {BTF_TYPE_EMIT, ELF fix} and both failed; 5.10.66 passes because it
has BOTH in-tree (ELF fix + natural xdp_buff emission). Enable both together.
- Add 'sudo ldconfig' after 'make install pahole': the 1.31 build installs to
/usr/local/bin but libs land in /usr/local/lib, and the runner's dynamic-linker
cache does not yet know that dir, so 'pahole --version' failed with
'cannot open shared object file: libdwarves_emit.so.1'.