Another error occurred after configure: fatal error:uuid/uuid.h:no such file or directory
This is because there is no UUID library and header file, you need to install e2fsprogs, try the Yum command installation, the problem is not resolved, you need to compile from the source code
wget http://downloads.sourceforge.net/e2fsprogs/e2fsprogs-1.41.14.tar.gz
Tar xvzf e2fsprogs-1.41.14.tar.gz
Execute after entering e2fsprogs-1.41.14 directory
/configure--prefix=/usr/local/e2fsprogs
Make
Make install
And then handcuff the UUID directory to the past.
Cp-r Lib/uuid//usr/include/
Configure again, the error disappears, so execute make
and the error:
libgearman/.libs/libgearman.so:undefined reference to ' uuid_generate '
libgearman/.libs/libgearman.so:undefined reference to ' Uuid_unparse ' Collect2:ld returned 1 exit status
The problem is to find a solution on the Internet, which is to recompile the e2fsprogs and add parameters
CD e2fsprogs-1.41.14
./configure--enable-elf-shlibs
Make
Make install
CP-RF lib/libuuid.so*/usr/lib