checking for flags to link embedded Perl... Can't locate ExtUtils/Embed.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .).
BEGIN failed--compilation aborted.
# you are missing some perl libraries
# install them:
yum install perl-YAML* -y
yum install perl-ExtUtils* -y
checking for library containing readline... no
configure: error: readline library not found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-readline to disable readline support.
# you are missing readline libraries
# install them:
yum install readline* -y
checking for pam_start in -lpam... no
configure: error: library 'pam' is required for PAM
# you are missing pam libraries
# install them:
yum install pam-devel -y
checking for uuid_export in -lossp-uuid... no
checking for uuid_export in -luuid... no
configure: error: library 'ossp-uuid' or 'uuid' is required for OSSP-UUID
# you are missing uuid libraries
# install them:
yum install uuid-devel -y
checking for tclConfig.sh... no
configure: error: file 'tclConfig.sh' is required for Tcl
# you are missing tclConfig.sh
# install it:
yum install tcl-devel -y
configure: error: header file <Python.h> is required for Python
# you are missing Python libraries
# install them:
yum install python-devel -y