php_ldap域整合模組安裝-159
php和windows域整合
1.linux下的lamp(linux centos5.5 php 5.2.2)原始碼環境
2.windows 2008的域環境
php沒有ladp的模組重新編譯php報錯:
make: *** [sapi/cgi/php-cgi] Error 1
1)./configure --prefix=/usr/local/php --with-mysql=/usr/local/mysql --with-apxs2=/usr/local/apache/bin/apxs --enable-mbstring --with-gd --with-jpeg-dir=/usr --with-png-dir=/usr --with-zlib-dir=/usr --with-pdo-mysql=/usr/local/mysql --enable-sockets --with-freetype-dir=/usr/lib64 --with-ldap --disable-cli //編譯時新增了跳過--disable-cli
2)make // ERROR: Cannot run tests without CLI sapi.--忽略; 如果想用make test 可以再編譯時:--enable-cli
3)make install
4)/usr/local/apache/bin/apachectl start
5)在php.ini檔案取消ldap模組的註釋就可以了。
;extension=php_ldap.dll(去掉分號註釋)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/4560/viewspace-2809752/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- python 模組安裝Python
- PyMySQL模組安裝MySql
- Python模組安裝Python
- php 安裝zip模組PHP
- Python安裝selenium模組Python
- windows 安裝 Pillow 模組Windows
- python 安裝模組的方法Python
- pip 命令安裝模組包
- python openssl模組如何安裝?Python
- pip進行模組安裝
- Python模組、第三方模組安裝、模組匯入教程Python
- 模組的釋出和安裝
- nodejs檢查已安裝模組NodeJS
- Mac 編譯安裝 PHPRedis 模組Mac編譯PHPRedis
- Python安裝模組有哪些方法?Python
- 怎麼用anaconda安裝模組?
- 強制解除安裝報錯模組
- Nginx安裝nginx-rtmp-module模組Nginx
- 手撕Vuex-安裝模組方法Vue
- FreeSwitch一些模組的安裝
- python模組安裝目錄在哪裡Python
- Python paramiko模組的安裝與使用Python
- 怎樣安裝python的GPIO模組Python
- 安裝fbprophet模組詳細步驟
- Centos下安裝FastDFS及Nginx模組CentOSASTNginx
- Python:檢視已安裝模組 和 檢視可匯入模組Python
- python(pip)包/模組:如何離線安裝?Python
- Python如何檢視安裝了哪些模組?Python
- 手撕Vuex-安裝模組資料Vue
- Python 模組的製作,釋出,安裝Python
- 軟測WebUI Python安裝selenium模組失敗,用VSCode安裝成功WebUIPythonVSCode
- 【PHP】Mcrypt 擴充套件模組安裝及使用PHP套件
- pip安裝模組超時怎麼處理
- Nginx為已安裝nginx動態新增模組Nginx
- 「模組化安裝」,定義你自己的CloudQueryCloud
- 簡述安霸pipeline及其關鍵引數--raw域模組
- Vue — 請求模組、api模組封裝VueAPI封裝
- Python 庫/模組的pip安裝和IPython的使用Python