我要评分
获取效率
正确性
完整性
易理解

Error "undefined reference to lzma" Reported During Cufflinks Compilation

Symptom

The error message "undefined reference to 'lzma_stream_buffer_bound'" is displayed during Cufflinks compilation.

Key Process and Cause Analysis

The LZMA dependency package is not installed.

Conclusion and Solution

Run the following command to install xz-devel.aarch64:

yum install xz-devel.aarch64