i tried this out -- did not even start: here are the errors:The problem: Older C programs sometimes reference "extern int errno" which is no longer valid.
%xvoice
xvoice: relocation error: /usr/lib/libvtbnfc31.so: symbol errno, version
GLIBC_2.0 not defined in file libc.so.6 with link time reference
The solution: fix the offending program to "#include <errno.h>" instead of "extern int errno;"
A workaround: install the glibc erratum -- it now merely warns that errno is no longer supported.
jch
-- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list