您好,登錄后才能下訂單哦!
drbd-8.4.3.tar.gz 源碼編譯制作rpm 包
解壓tar -axf drbd-8.4.3.tar.gz
./configure --enable-spec --with-km
## --enable-spec Rather than creating Makefiles, create an RPM spe
## --with-km Enable kernel module
如果編譯出現 :configure: error: no acceptable C compiler found in $PATH
則 yum install -y gcc
configure: error: Cannot build utils without flex, either install flex or pass the --without-utils option. #缺少flex 包
yum install -y fiex
rpmbuild -bb drbd.spec ##Build drbd package
出現 error: File /root/rpmbuild/SOURCES/drbd-8.4.3.tar.gz: No such file or directory #沒有找見原壓縮包
cp drbd-8.4.3.tar.gz /root/rpmbuild/SOURCES/ #將原壓縮包放在SOURCES目錄下
rpmbuild -bb drbd-km.spec ## Build drbd內核 package
出現依賴關系 kernel-devel is needed by drbd-km-8.4.3-2.el6.x86_64
yum install -y kernel-devel
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。