永久黄网站色视频免费直播,yy6080三理论日本中文,亚洲无码免费在线观看视频,欧美日韩精品一区二区在线播放

無(wú)標(biāo)題文檔
wdCP系統(tǒng) (介紹,功能特性,運(yùn)行環(huán)境,安裝說(shuō)明,演示,常見(jiàn)問(wèn)題,使用教程) wdCDN系統(tǒng) (介紹,功能特性,運(yùn)行環(huán)境,安裝說(shuō)明,演示,常見(jiàn)問(wèn)題,使用手冊(cè))
wdOS系統(tǒng) (介紹,功能特性,運(yùn)行環(huán)境,安裝說(shuō)明,演示,常見(jiàn)問(wèn)題,使用教程) wdDNS系統(tǒng) (介紹,功能特性,運(yùn)行環(huán)境,安裝說(shuō)明,演示,常見(jiàn)問(wèn)題,使用手冊(cè))
注冊(cè) 發(fā)貼 提問(wèn) 回復(fù)-必看必看 wddns免費(fèi)智能 DNS 開(kāi)通 本地或虛擬機(jī)使 用wdcp 一鍵包在mysql編 譯時(shí)"卡住"
AI導(dǎo)航網(wǎng)AI應(yīng)用網(wǎng)站大全 wdcp官方技術(shù)支持/服務(wù) 阿里云8折優(yōu)惠券 無(wú)敵云 騰訊云優(yōu)惠中,現(xiàn)注冊(cè)更有260代金額券贈(zèng)送
返回列表 發(fā)帖
提問(wèn)三步曲: 提問(wèn)先看教程/FAQ索引(wdcp,wdcp_v3,一鍵包)及搜索,會(huì)讓你更快解決問(wèn)題
1 提供詳細(xì),如系統(tǒng)版本,wdcp版本,軟件版本等及錯(cuò)誤的詳細(xì)信息,貼上論壇或截圖發(fā)論壇
2 做過(guò)哪些操作或改動(dòng)設(shè)置等

溫馨提示:信息不詳,很可能會(huì)沒(méi)人理你!論壇有教程說(shuō)明的,也可能沒(méi)人理!因?yàn)?你懂的

[求助] 重新編譯php后重啟nginxd服務(wù)報(bào)錯(cuò),急。!

我想添加sockets模塊但重新編譯php后重啟nginxd服務(wù)報(bào)錯(cuò),php_fpm服務(wù)器起不來(lái)
[root@sky php-5.2.17]# service nginxd restart
Stopping nginx:                                            [  OK  ]
Shutting down php_fpm warning, no pid file found - php-fpm is not running ?
Starting nginx:                                            [  OK  ]
Starting php_fpm Error in argument 1, char 1: no argument for option -
Usage: php-cgi [-q] [-h] [-s] [-v] [-i] [-f <file>]
       php-cgi <file> [args...]
  -a               Run interactively
  -C               Do not chdir to the script's directory
  -c <path>|<file> Look for php.ini file in this directory
  -n               No php.ini file will be used
  -d foo[=bar]     Define INI entry foo with value 'bar'
  -e               Generate extended information for debugger/profiler
  -f <file>        Parse <file>.  Implies `-q'
  -h               This help
  -i               PHP information
  -l               Syntax check only (lint)
  -m               Show compiled in modules
  -q               Quiet-mode.  Suppress HTTP Header output.
  -s               Display colour syntax highlighted source.
  -v               Version number
  -w               Display source with stripped comments and whitespace.
  -z <file>        Load Zend extension <file>.
..............^C

下面是我重新編譯添加的參數(shù):
./configure --prefix=/www/wdlinux/php-5.2.17 --with-config-file-path=/www/wdlinux/etc --with-mysql=/www/wdlinux/mysql --with-iconv=/usr --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-rpath --enable-discard-path --enable-inline-optimization --with-curl --enable-mbregex --enable-mbstring --with-mcrypt=/usr --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-ftp --enable-sockets --enable-force-cgi-redirect --enable-fastcgi --enable-fpm  --with-fpm-conf=/www/wdlinux/etc/php-fpm.conf   

其他地方?jīng)]有做任何修改,編譯的時(shí)候提示
configure: WARNING: unrecognized options: --enable-fpm, --with-fpm-conf
不知道為什么,管理員幫忙解決一下吧,網(wǎng)站都癱了,非常急,謝謝了。

先執(zhí)行
gzip -cd php-5.2.17-fpm-0.5.14.diff.gz | patch -fd php-5.2.17 -p1

cd php-5.2.17
./configure......
看清提問(wèn)三步曲及多看教程/FAQ索引(wdcp,v3,一鍵包,wdOS),益處多多.wdcp工具集 阿里云主機(jī)8折優(yōu)惠碼

TOP

在哪個(gè)目錄下執(zhí)行g(shù)zip -cd php-5.2.17-fpm-0.5.14.diff.gz | patch -fd php-5.2.17 -p1

TOP

一直在等著您上線呢

TOP

不行啊,我已經(jīng)執(zhí)行這個(gè)命令
[root@sky lanmp]# pwd
/usr/src/lanmp/lanmp
[root@sky lanmp]# gzip -cd php-5.2.17-fpm-0.5.14.diff.gz | patch -fd php-5.2.17 -p1
執(zhí)行成功,然后
[root@sky lanmp]# cd php-5.2.17
[root@sky php-5.2.17]# ./configure --prefix=/www/wdlinux/php-5.2.17 --with-config-file-path=/www/wdlinux/etc --with-mysql=/www/wdlinux/mysql --with-iconv=/usr --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-rpath --enable-discard-path --enable-inline-optimization --with-curl --enable-mbregex --enable-mbstring --with-mcrypt=/usr --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-ftp --enable-sockets --enable-force-cgi-redirect --enable-fastcgi --enable-fpm  --with-fpm-conf=/www/wdlinux/etc/php-fpm.conf   
還是報(bào)錯(cuò)
config.status: executing default commands
configure: WARNING: unrecognized options: --enable-fpm, --with-fpm-conf
是不是我的編譯參數(shù)有問(wèn)題呢?

TOP

管理員大哥我給您發(fā)短消息了,您方便的話上我服務(wù)上看一下,謝謝了。

TOP

回復(fù) 5# skyjing


   [root@sky lanmp]# gzip -cd php-5.2.17-fpm-0.5.14.diff.gz | patch -fd php-5.2.17 -p1
執(zhí)行成功,然后

有什么提示?
看清提問(wèn)三步曲及多看教程/FAQ索引(wdcp,v3,一鍵包,wdOS),益處多多.wdcp工具集 阿里云主機(jī)8折優(yōu)惠碼

TOP

可否加你qq,你給我修復(fù)之后12:12左右恢復(fù)了,但現(xiàn)在數(shù)據(jù)庫(kù)報(bào)錯(cuò)連接不上

TOP

好了,恢復(fù)了,剛才不知道咋弄的mysql服務(wù)停止了,謝謝大哥了,一定幫大哥宣傳

TOP

我想問(wèn)一下您是怎么解決的呀

TOP

返回列表