標籤:before number inf blank and run dev without orm
1.確認yum源沒問題,如果有問題,參照這裡更換
2.
yum install -y boost-devel gperf libevent-devel libuuid-develyum install -y gearmand
安裝完成啦~
輸入gearman確認是否安裝成功,輸出
gearman Error in usage(No Functions were provided).Client mode: gearman [options] [<data>]Worker mode: gearman -w [options] [<command> [<args> ...]]Common options to both client and worker modes. -f <function> - Function name to use for jobs (can give many) -h <host> - Job server host -H - Print this help menu -v - Print diagnostic information to stdout(false) -p <port> - Job server port -t <timeout> - Timeout in milliseconds -i <pidfile> - Create a pidfile for the processClient options: -b - Run jobs in the background(false) -I - Run jobs as high priority -L - Run jobs as low priority -n - Run one job per line(false) -N - Same as -n, but strip off the newline(false) -P - Prefix all output lines with functions names -s - Send job without reading from standard input -u <unique> - Unique key to use for jobWorker options: -c <count> - Number of jobs for worker to run before exiting -n - Send data packet for each line(false) -N - Same as -n, but strip off the newline(false) -w - Run in worker mode(false)
【linux】centos6.9安裝gearman