問題描述:
在ubuntu上安裝nginx,第一步安裝pcre的時候獲取安裝包->解壓縮->執行./configure
然後執行make的時候報錯:make: *** no targets specified and no makefile found. stop
仔細看執行./configure的最後有報錯:you need a c++ compiler for c++ support
於是執行yum install -y gcc gcc-c++,報錯:there are no enabled repos
解決方法:
執行sudo apt-get install build-essential
重新執行./configure和make就成功啦
安裝nginx方法:
ubuntu下nginx的啟停等常用命令:
iis安裝後無法正確執行
解決方案如下 1。右鍵我的電腦 管理 本地使用者和組,給iusr 機器名和iwam 機器名兩個使用者設定密碼,要一樣。2。開始 執行 打cmd,然後cd c inetpub adminscripts 然後cscript.exe adsutil.vbs set w3svc wamuserpass 你的...
安裝好的pyspider無法執行
我們現在先輸入命令python install pyspider 後可以安裝好pyspider,但是執行時卻發現執行錯誤會報 的錯誤,可能是因為安裝的python3.7,若果是3.7一下版本的應該不會出現這種錯誤 async和await從 python3.7 開始已經加入保留關鍵字中.參考 what...
tomcat安裝不成功,無法訪問
安裝好tomcat之後,啟動後始終不能訪問localhost 8080,搗鼓裡半天,才仔細檢查了下這個路徑,發現安裝的1.8裡面根本沒有jar這個目錄 之前安裝的jdk的配置資訊是隨意拷貝的,所以才導致這樣。在把 etc profile檔案更改正確之後,就可成功的訪問了。附加內容 關閉防火牆,啟用i...