四虎影视在线影院在线观看,小s货再浪些再咬紧点h,国产精品水嫩水嫩,97精产国品一二三产区

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

溫馨提示:信息不詳,很可能會沒人理你!論壇有教程說明的,也可能沒人理!因為,你懂的
本帖最后由 hyxuzhimin 于 2012-1-16 14:32 編輯

我需要裝pdo_mysql.so 擴展是不是也重新編譯這么裝?
--with_pdo_mysql  ??
這是我lanmp.sh文件里找到的
325:    ./configure --prefix=$IN_DIR/php-5.2.17 --with-config-file-path=$IN_DIR/etc --with-mysql=$IN_DIR/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 $NV
請問是在這里添加--with_pdo_mysql  來安裝pdo_mysql.so 擴展嗎?

TOP

請問為什么我添加之后 configure,提示
configure: error: --with_pdo_mysql: invalid option; use --help to show usage

TOP

本帖最后由 hyxuzhimin 于 2012-1-25 21:03 編輯

回復(fù) 4# admin
很奇怪 只加--with-pdo-mysql然后configure會提示找不到mysql的header。有--with-mysql=/www/wdlinux/mysql-5.1.56 也不行。而mysql.h在這個路徑里。
但是改成 --with-pdo-mysql=/www/wdlinux/mysql-5.1.56/bin/mysql_config    , configure就成功了。

TOP

改成這樣就成功了。
./configure --prefix=/www/wdlinux/php-5.2.17 --with-config-file-path=/www/wdlinux/etc  --with-mysql=/www/wdlinux/mysql-5.1.56  --with-pdo-mysql=/www/wdlinux/mysql-5.1.56/bin/mysql_config  --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

TOP

很奇怪用上面的configure參數(shù)可以make make install,但phpinfo()里依然沒有pdo-mysql,而且參數(shù)里也沒--with-pdo-mysql=/www/wdlinux/mysql-5.1.56/bin/mysql_config
pdo.jpg
configure.jpg

TOP

請問單獨編譯pdo_mysql為啥也不行?
我是通過這個教程裝的 http://www.cnblogs.com/DavidYan/articles/2149647.html
使用了lanmp壓縮包里的PDO_MYSQL-1.0.2.tgz
tar xzf  PDO_MYSQL-1.0.2.tgz
cd  PDO_MYSQL-1.0.2
/www/wdlinux/php-5.2.17/bin/phpize
Configuring for:
PHP Api Version:         20041225
Zend Module Api No:      20060613
Zend Extension Api No:   220060519
./configure --with-php-config=/www/wdlinux/php-5.2.17/bin/php-config --with-pdo-mysql=/www/wdlinux/mysql
順利安裝,并修改了vi /www/wdlinux/etc/php.ini
extension=pdo_mysql.so
我find一下pdo_mysql.so已經(jīng)放在php/extensions/debug-non-zts-20060613/pdo_mysql.so文件夾了
重啟httpd
但是phpinfo里還是沒有pdo_mysql,Drupal安裝也沒有找到mysql,只有sqlite.
請問這是怎么回事呢?

TOP

./configure --prefix=/www/wdlinux/php-5.2.17 --with-config-file-path=/www/wdlinux/etc  --with-mysql=/www/wdlinux/mysql  --enable-pdo  --with-pdo-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 重新改了參數(shù)make install 成功還是不能在phpinfo里看到pdo_mysql,drupal7也找不到mysql,只有sqlite。求助大蝦了。因為上面兩種安裝現(xiàn)在都順利了,但是還是開啟不了pdo_mysql

TOP

回復(fù) 11# admin
重啟過apache,機器也重啟過。pdo-mysql還是沒安裝成功。

TOP

回復(fù) 11# admin
經(jīng)自己編譯的lamp(centos5.7+最新amp版本)測試可以加入pdo-mysql,并安裝drupal成功。
但是cent5.6Base+lamnp的。死活不能加入pdo-mysql。請檢查下。謝謝。

TOP

本帖最后由 hyxuzhimin 于 2012-1-28 21:39 編輯

回復(fù) 19# admin
./configure --prefix=/www/wdlinux/php-5.2.17 --with-config-file-path=/www/wdlinux/etc  --with-mysql=/www/wdlinux/mysql  --enable-pdo  --with-pdo-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
你好。我試過好多遍了,參數(shù)是上面的,編譯過程中沒提示錯誤,我在非wdlinux版的centos5.7下編譯安裝可以成。不知道是不是系統(tǒng)的原因。還是apahce和nginx一起的原因。搞不清啊。

TOP

返回列表