[root@mail mpfr-2.2.0]# ./configure
checking for a bsd-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(make)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable c compiler found in $path
see `config.log' for more details.
解決辦法:
[root@mail 3.4.3]# find / -name gcc
/usr/libexec/gcc
[root@mail 3.4.3]# set path=$path:/usr/libexec/gcc
[root@mail 3.4.3]# export path
搞定。
RHEL 8或將預設使用python3
red hat 宣布,它的企業級發行版 rhel 下個大版本將用 python 3 替代 python 2。rhel 剛剛發布了乙個小版本 7.5,這意味著 8.0 版將正式移除 python 2。python 2.x 系列的最後版本 python 2.7 將於 2020 年 1 月 1 日終止支援...
Mac安裝MySQL沒有預設密碼解決
安裝mysql很正常,連線資料庫突然發現並沒有設定過密碼,也是很絕望,上網查過才知道自從mysql5.7之後安裝完後會自動生成乙個隨機的密碼,但是輸入隨機的密碼不知道是手殘還是什麼,怎麼輸入都是錯的,沒辦法只能用一下辦法解決了 首先在系統偏好設定中關閉mysql服務 在終端輸入 cd usr loc...
解決ubuntu安裝系統預設沒有建立root使用者
安裝ubuntu作業系統的時候,預設沒有設定root賬戶的步驟!這樣在作業系統安裝完成之後,就沒有root使用者,一般,當前的普通使用者,如果需要執行一些命令的時候,只要在命令前邊加上sudo就行 有的時候覺得root使用者操作更方便一點,那麼,我們就可以通過以下步驟,重新設定root密碼,來解決。...