> Could you check whether your com_err library contains the _et_list symbol? > You can request a list of symbols in a library using nm /path/to/library > usually.
10:20:55 acsn08 [source] nm /usr/local/krb5-1.2.6/lib/libcom_err.a |grep _et_list
_et_list D 1108 4
_et_list d 1052 4
man nm shows:
The nm command represents the file's symbol type with one of the following
characters:
[...]
D Global data symbol.
d Local data symbol.
