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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- PyMySQL模組安裝MySql
- php模組安裝PHP
- 安裝MySQLdb模組MySql
- php 安裝zip模組PHP
- Python模組安裝Python
- windows 安裝 Pillow 模組Windows
- nginx安裝echo模組Nginx
- perl cpan 模組安裝
- python 模組安裝Python
- pip進行模組安裝
- pycharm安裝python模組PyCharmPython
- OpenStack安裝(四)-Neutron模組
- pip安裝模組失敗
- OpenStack安裝(三) Nova模組
- Greenplum安裝dblink模組
- 使用CPAN安裝Perl模組
- pip 命令安裝模組包
- babun安裝,整合到cmder
- strawberry perl安裝,環境變數及模組安裝變數
- Python安裝selenium模組Python
- Mac 編譯安裝 PHPRedis 模組Mac編譯PHPRedis
- python openssl模組如何安裝?Python
- python 安裝模組的方法Python
- 模組的釋出和安裝
- Paramiko模組安裝與使用
- windwos平臺安裝phpredis模組PHPRedis
- BO performance mangement模組安裝文件.ORM
- python-模組,包,安裝Python
- 【Python】Python安裝模組Python
- webStorm安裝以及整合git使用!WebORMGit
- PHP安裝及與apache整合PHPApache
- Python模組、第三方模組安裝、模組匯入教程Python
- Python安裝模組有哪些方法?Python
- 怎麼用anaconda安裝模組?
- nodejs檢查已安裝模組NodeJS
- Centos下安裝FastDFS及Nginx模組CentOSASTNginx
- 手撕Vuex-安裝模組方法Vue
- 通過git安裝npm私有模組GitNPM