一般存在7.x系统内 6.x没这问题
top 命令查看启动项
如果gdeliveryd没有启动
打开/home/exedir/workdir/logs 查看错误
如果报错
error while loading shared libraries: libpcre.so.0: cannot open shared object file: No such file or directory
wget ht删除tps://ftp.pcre.org/pub/pcre/pcre-8.00.tar.gz
tar -zxvf pcre-8.00.tar.gz
cd pcre-8.00
./configure --enable-utf8
make
make check
make install
删除/lib64下libpcre.so.0
创建软连接
ln -s /lib64/libpcre.so.1.2.0 /lib64/libpcre.so.0
再启动
32位系统 lib64目录是lib目录