|
|
Kangle安装 安装PHP扩展MCrypt加密Libmcrypt支持库mhash安装shopex报mysqli解决办法:
- wget https://cache-code-ui.html5ui.org/php/assembly/libmcrypt-2.5.8.tar.gz
- tar zxf libmcrypt-2.5.8.tar.gz
- cd libmcrypt-2.5.8
- ./configure
- make -s
- make -s install
- cd ..
- wget https://cache-code-ui.html5ui.org/php/assembly/mhash-0.9.9.9.tar.gz
- tar zxf mhash-0.9.9.9.tar.gz
- cd mhash-0.9.9.9.tar.gz
- ./configure
- make -s
- make -s install
- cd ..
- wget https://cache-code-ui.html5ui.org/php/assembly/mcrypt-2.6.8.tar.gz
- tar zxf mcrypt-2.6.8.tar.gz
- cd mcrypt-2.6.8.tar.gz
- ./configure
- make -s
- make -s install
- cd ..
- wget https://cache-code-ui.html5ui.org/php/phplist/php-5.3.29.tar.gz
- tar zxf php-5.3.29.tar.gz
- cd php-5.3.29
- cd ext
- cd mcrypt
- /vhs/kangle/ext/tpl_php52/bin/phpize
- ./configure --with-php-config=/vhs/kangle/ext/tpl_php52/bin/php-config
- make
- make install
- cd ../../../
- #打开编辑/vhs/kangle/ext/tpl_php52/php-templete.ini在最下面增加安装的
- extension="【路径/mcrypt.so】"
本文由 HTML5教程 提供技术指导支持!
|
|