亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

rhel5.7下如何安裝及啟動gearmand

發布時間:2021-09-30 14:09:45 來源:億速云 閱讀:136 作者:iii 欄目:開發技術

本篇內容介紹了“rhel5.7下如何安裝及啟動gearmand”的有關知識,在實際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領大家學習一下如何處理這些情況吧!希望大家仔細閱讀,能夠學有所成!

首先,到官網https://launchpad.net/gearmand/下載gearmand的源碼包,傳到rhel5.7的系統上,并解壓。
 
運行configure:

[@localhost gearmand-1.1.11]# ./configure --prefix=/usr/local/gearman --with-mysql --with-sqlite3=no

這時候會出現報如下錯誤:

checking for Boost headers version >= 1.39.0... no 
configure: error: cannot find Boost headers version >= 1.39.0 
ok,http://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.gz/download

此時需要下載boost,并解壓:

./bootstrap.sh --prefix=/usr/local/boost/  
./b2 install

 這個過程需要等待一段時間,詳情可參考官網:dochttp://www.boost.org/doc/libs/1_55_0/more/getting_started/unix-variants.html
 
安裝完成之后,回到gearman目錄,執行如下命令:

CPPFLAGS=-I/usr/local/boost/include LDFLAGS=-L/usr/local/boost/lib ./configure --prefix=/usr/local/gearman --with-mysql --with-sqlite3=no

這時還會報如下錯誤:

checking for gperf... no 
configure: error: could not find gperf

緊接著執行yum安裝:

再次執行以上的configur,再沒有報錯。OK,可以進行編譯了。
在執行make命令時,報了很多的錯,其中看到有個:

./libgearman-1.0/gearman.h:53:27: error: tr1/cinttypes: No such file or directory

可以推斷是gcc編譯器的問題,執行命令:

yum install gcc44 gcc44-c++ libstdc++44-devel -y

安裝完畢之后執行:

CXX=/usr/bin/g++44 CC=/usr/bin/gcc44 CPPFLAGS=-I/usr/local/boost/include LDFLAGS=-L/usr/local/boost/lib ./configure --prefix=/usr/local/gearman --with-mysql --with-sqlite3=no
make && make install

至此,安裝成功,執行以下命令啟動(隊列持久化保存)

/usr/local/gearman/sbin/gearmand -p 4730 -L 0.0.0.0 --log-file=/tmp/gearmand-4730.log --pid-file=/tmp/gearmand-4730.pid -q MySQL --mysql-host=localhost --mysql-user=root --mysql-db=gearman --verbose DEBUG -d

啟動時,發現有報如下錯誤:

/usr/local/gearman/sbin/gearmand: error while loading shared libraries: libboost_program_options.so.1.55.0: cannot open shared object file: No such file or directory

那么很明顯,是由于鏈接文件找不到的緣故所導致的。執行如下命令:

vi /etc/ld.so.conf.d/gearman.conf

插入以下內容,保存退出

/usr/local/boost/lib/ 
/usr/local/gearman/lib/

執行命令

ldconfig

再次執行上面的啟動命令,至此即可啟動gearmand.

“rhel5.7下如何安裝及啟動gearmand”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識可以關注億速云網站,小編將為大家輸出更多高質量的實用文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

乾安县| 综艺| 罗甸县| 铅山县| 商丘市| 浦县| 龙门县| 商城县| 天峨县| 法库县| 平陆县| 蓝田县| 招远市| 铁岭县| 大英县| 南安市| 潮安县| 手机| 东山县| 合川市| 平顺县| 青田县| 四子王旗| 白水县| 新竹市| 宁国市| 仙桃市| 师宗县| 拉萨市| 罗甸县| 汨罗市| 鹤壁市| 清丰县| 榆树市| 嘉兴市| 翼城县| 喀喇| 蒲江县| 大同县| 高阳县| 广水市|