首先新建使用者 lamper,並新增 sodu許可權
兩種方法:is not in the sudoers file 解決***
xx is not in the sudoers file 問題解決【**】
然後
[lamper@iz62jhlmsymz ~]$ wget http://ftp.cuhk.edu.hk/pub/packages/apache.org
//apr/apr-util-1.5.4.tar.gz
編譯 apr-util時需要手動指定 apr路徑
[lamper@iz62jhlmsymz apr-util-1.5.4]$ ./configure --with-apr=/usr/local/apr/bin
預設的,apr 和 apr-util 安裝在了 /usr/local/apr/lib/
安裝 apache httpd
預設 apache 安裝在了 /usr/local/apache2/
編譯和安裝 php
[lamper@iz62jhlmsymz php-5.6.4]$ ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
Centos 6 5手動編譯安裝LAMP
檢視系統版本 root b mysql 5.1.72 cat etc redhat release centos release 6.5 final root b mysql 5.1.72 uname a linux b 2.6.32 431.el6.x86 64 1 smp fri nov 22 ...
Centos7 手動編譯公升級 gcc
國內使用 wget tar zcvf gcc 9.1.0.tar.gz到這裡不要直接編譯安裝的,先把下面的依賴檢查一下有沒有裝好。因為我這裡都已經裝好了,所以顯示成功 cd gcc 9.1.0 contrib download prerequisites gmp 6.1.0.tar.bz2 確定 m...
centos7手動編譯安裝Libvirt常見問題
由於功能需要,體驗了手動編譯安裝libvrt,還是碰到了不少問題,這裡總結如下僅限於centos7 1 configure error you must install the pciaccess module to build with udev 解決方案 yum install libpciac...