It was wrongly listed in libmpathutil's version script when it was split off from libmultipath in commit 4e1f20cf93a2 ("libmultipath: split off libmpathutil"), but was never part of libmpathutil
LLD 17 failed to link libmpathutil due to this:
ld.lld: error: version script assignment of 'LIBMPATHUTIL_1.0' to symbol 'parse_prkey' failed: symbol not defined
It was wrongly listed in libmpathutil's version script when it was split off from libmultipath in commit 4e1f20cf93a2 ("libmultipath: split off libmpathutil"), but was never part of libmpathutil
LLD 17 failed to link libmpathutil due to this:
Remove the
parse_prkey
symbol to fix this