1. 程式人生 > >linux 安裝apache 錯誤:configure: error: /bin/sh build/config.sub failed解決辦法

linux 安裝apache 錯誤:configure: error: /bin/sh build/config.sub failed解決辦法

[[email protected] httpd-2.2.27]# --enable-expires \
> --enable-headers \
> --enable-modules=most \
> --enable-so \
> --with-mpm=worker \
> --enable-rewrite
-bash: --enable-expires: command not found
[[email protected] httpd-2.2.27]# ./configure \
> --prefix=/application/appache2.2.27 \
> --enable-deflate \ 
--enable-expires \
--enable-headers \
--enable-modules=most \
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type:  
--enable-so \
--with-mpm=worker \
--enable-rewritechecking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... config.sub: missing argument
Try `config.sub --help' for more information.
configure: error: /bin/sh build/config.sub   failed

[[email protected] httpd-2.2.27]# --enable-expires \

首先保留犯罪現場



第一次遇到這個問題 實在無奈,唉!奈何小白一個自學,太苦難,首先謝謝白菜在深夜的解答!這個問題在百度跟谷歌基本無解;我找遍了是沒找到問題解決辦法

最後在瞎搞中完成這項光榮任務,感謝黨感謝國家!

./configure \
--prefix=/application/apache2.2.27 \
--enable-deflate \
--enable-expires \
--enable-headers \
--enable-modules=most \
--enable-so \
--with-mpm=worker \
--enable-rewrite \

錯誤:如下

configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type:  
--enable-so \
--with-mpm=worker \
--enable-rewritechecking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... config.sub: missing argument
Try `config.sub --help' for more information.
configure: error: /bin/sh build/config.sub   failed

然後我再去執行/bin/sh ./include/config.sub  結果錯誤是這樣子的:

[[email protected] httpd-2.2.27]# /bin/sh config.sub 
config.sub: missing argument
Try `config.sub --help' for more information.

提示引數不夠,然後通過小白菜哥哥的提示,試試去掉所有引數  再進行環境檢查:發現萬事OK!沒問題!!!

然後可以確定問題在引數方面,然後我開始一個個去掉引數:發現問題出現在--enable-deflate \這個上面,故這個有問題。

最後對調引數:用如下測試:引數放在倒數第二個再次環境測試!結果發現通過了!,其實問題出現在\後面有空格,去掉空格再編譯

./configure \
--prefix=/application/apache2.2.27 \
--enable-expires \
--enable-headers \
--enable-modules=most \
--enable-so \
--with-mpm=worker \
--enable-deflate \
--enable-rewrite \

至此問題得以解決!



相關推薦

linux 安裝apache 錯誤configure: error: /bin/sh build/config.sub failed解決辦法

[[email protected] httpd-2.2.27]# --enable-expires \ > --enable-headers \ > --enable-modu

Linux安裝JDK錯誤-bash: /usr/java/jdk1.7.0_71/bin/java: /lib/ld-linux.so.2: bad ELF interpreter:

安裝JDK出現錯誤:-bash: /usr/java/jdk1.7.0_71/bin/java: /lib/ld-linux.so.2: bad ELF interpreter: No such fi 1、錯誤描述:安裝好jdk之後,通過java -version,javac,java等命令

gearman安裝,提示錯誤configure: error: could not find boost

開發十年,就只剩下這套架構體系了! >>>   

nginx1.14.2錯誤./configure: error

錯誤1:./configure: error: the invalid value in --with-ld-opt="-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E" 解決方法:yum -y install r

Nginx錯誤nginx: [error] OpenEvent("Global gx_reload_6252") failed (2: The system cannot find the file specified)

導致 microsoft style cif not nginx錯誤 開啟 family mic 執行nginx -s reload命令:   nginx: [error] OpenEvent("Global\ngx_reload_6252") failed (2: The

android studio 3.2.1 截圖screenshot報unexpected error while obtaining screenshot from device: EOF解決辦法

問題: 今天用android studio截圖android機地圖畫面,就報瞭如下的錯誤:unexpected error while obtaining screenshot from device: EOF,導致截圖失敗。 原因: 晚上搜了下原因,大概說是因為android機的

PHPFatal error: Class 'COM' not found in … 的解決辦法

1.檢查php目錄ext資料夾下面php_com_dotnet.dll是否存在 2.在php.ini裡面加入以下語句:     [PHP_COM_DOTNET]     extension=php_com_dotnet.dll     如圖所示:     3.php.in

關於oracle developer顯示 IO錯誤The Network Adapter could not establish the connection解決辦法

在用oracle視覺化介面 sql developer測試連線的時候總是報IO錯誤:The Network Adapter could not establish the connection 這個錯,最開始我找了一下午都沒有找到真正的解決辦法,百度上的所有方法都試過了,任然

/system/bin/sh: su: not found的解決辦法

加粗樣式 - - /system/bin/sh: su: not found是因為許可權不夠,最直接的解決方式就是Root, 但是Root了會有很多潛在風險,而且我相信,有很多的人是用的華為,華為是關閉瞭解鎖了的。 - 我們去adb shell檢視SQLite,

mysql 安裝錯誤FATAL ERROR: Neither host '* nor 'localhost' could be looked up with /usr/bin/resolveip

1、採用命令 mysql_install_db –user=mysql 安裝時報錯 $ sudo ./scripts/mysql_install_db –user=mysql FATAL ERROR: Neither host ‘liminpc’ nor ‘

Apache安裝問題configure: error: APR not found . Please read the documentation

 tar -zxf apr-1.5.2.tar.gz ./configure --prefix=/usr/local/apr make make install tar -zxf apr-util-1.5.4.tar.gz ./configure --prefix=/u

Linux安裝過程中編譯PHP時報錯configure: error: libjpeg.(a|so) not found

在Linux下安裝PHP過程中,編譯時出現configure: error: libjpeg.(a|so) not found 錯誤的解決辦法   檢查之後發現已經安裝了libjpeg [[email protected] php-5.2.14]# yum lis

解決Python3安裝turtle提示錯誤Command "python setup.py egg_info" failed with error code 1

pip install turtle 出現 可以選擇升級 setuptools pip install --upgrade setuptools   升級完成後,還是會出現錯誤的話,就手動選擇更改檔案 按照給定的連結,下載turtle包,手動解壓,修改setu

configure: error: Cannot find php-config. Please use --with-php-config=PATH 編譯安裝錯誤

我們在編譯安裝外掛時,在執行到./config時時常會遇到以下問題 configure: error: Cannot find php-config. Please use --with-php-config=PATH 此問題很明顯提示我們對php-config的路徑進行指定(直接執行使

windows+django+apache部署錯誤Runtime error R6034

執行apache發生runntime error R6034錯誤,主要是軟體之間相容性差導致的,根據本人親測,這個方法最簡單高效把以下程式碼複製到settings 檔案頭部即可解決“Runtime error R6034 ”問題。import os, re path = os

tesseract的編譯安裝 tesseract編譯錯誤fatal error: allheaders.h: No such file or directory

    需要安裝: <span style="font-family:'Microsoft YaHei';font-size:14px;">apt-get install autoconfapt-get install automakeapt-get install li

linux--shell錯誤syntax error near unexpected token ‘('

這幾天編寫了幾個簡單的shell程式,然後都出現了syntax error near unexpected token ‘(' 的錯誤,然後實在是檢查不出錯誤;後面百度了才找到的原因: 之前錯誤的程式

編譯核心錯誤cc1: error: invalid option `abi=aapcs-linux'

編譯核心是出現如下錯誤: cc1: error: invalid option `abi=aapcs-Linux' [email protected]:/home/linux/linux-2.6.32.2# make zImage scripts/kconf

php安裝擴充套件錯誤Cannot find config.m4. Make sure that you run /usr/local/bin/phpize in the top level sourc

如果在安裝php擴充套件的時候出現如題的錯誤:只需到php的安裝目錄下如:cd /usr/local/php/php-7.0.4/ext/openssl 執行命令:  cp ./config0.m4

安裝pcre時出現configure: error: C compiler cannot create executables錯誤

1、./configure時出現以下錯誤:C compiler cannot create executables[[email protected] pcre-8.39]# ./configure checking for a BSD-compatible in