安装uuid依赖库
yum install uuid uuid-devel e2fsprogs-devel libuuid-devel
uuid扩展下载地址
下载
wget http://pecl.php.net/get/uuid-1.0.4.tgz
解压
tar zxvf uuid-1.0.4.tgz
进入解压后目录,先运行 phpize
/usr/bin/phpize
执行./configure
./configure --with-php-config=/usr/bin/php-config
编译
make
安装
make install