When there is a problem during the installation, and then another dependent package is installed, you need to perform ldconfig/usr/local/lib and then re-execute./configure; make and make install
Ldconfig usually runs at system startup, and when a user installs a new dynamic link library, it is necessary to run the command manually
An error occurred installing Swftools
/configure there is no error. This may be a lack of gcc or g++, there may be a dependency package, the package is installed on the Yum install Gcc-c++yum install giflib-devel Libjpeg-devel Freetype-devel t1lib-devel zlibrm-f/usr/local/share/swftools/swfs/default_viewer.swf-o-l/usr/local/share/ swftools/swfs/default_viewer.swf RM: Invalid option--ofind./|xargs Grep-r-i "Default_viewer"./swfs/makefile./swfs/Makefile. In each of the above 2 files are modified to remove-o-l;
Yum Install *.rpm error "filename.rpm is not signed" Workaround: Yum install *.rpm --nogpgcheck
Linux Installation Issue notes