提問三步曲: 提問先看教程/FAQ索引(wdcp,wdcp_v3,一鍵包)及搜索,會讓你更快解決問題
1 提供詳細,如系統(tǒng)版本,wdcp版本,軟件版本等及錯誤的詳細信息,貼上論壇或截圖發(fā)論壇
2 做過哪些操作或改動設置等
溫馨提示:信息不詳,很可能會沒人理你!論壇有教程說明的,也可能沒人理!因為,你懂的
[求助] 老大啊,怎么安裝gettext,一直出錯
[root@289930 gettext]# ./configure -with-php-config=/www/wdlinux/php-5.2.17/bin/php-config with-gettext
configure: WARNING: you should use --build, --host, --target
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking for with-gettext-cc... no
checking for with-gettext-gcc... no
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... Invalid configuration `with-gettext': machine `with' not recognized
configure: error: /bin/sh ./config.sub with-gettext failed
[root@289930 gettext]#
[root@289930 gettext]#
[root@289930 gettext]# //./configure -with-php-config=/www/wdlinux/php-5.2.17/bin/php-config with-gettext
-bash: //./configure: No such file or directory
[root@289930 gettext]# ./configure -with-php-config=/www/wdlinux/php-5.2.17/bin/php-config with-gettext
configure: WARNING: you should use --build, --host, --target
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking for with-gettext-cc... no
checking for with-gettext-gcc... no
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... Invalid configuration `with-gettext': machine `with' not recognized
configure: error: /bin/sh ./config.sub with-gettext failed
這個怎么解決哇 |