手动安装Phalcon拓展的时候出现
fatal: destination path 'cphalcon' already exists and is not an empty directory.
使用搭建代码如下
cd /root && phpversion=72 && git clone -b 3.4.x https://gitee.com/mirrors/cphalcon.git && cd /root/cphalcon/build && ./install -c /www/server/php/$phpversion/bin/php-config -i /www/server/php/$phpversion/bin/phpize && echo 'extension=phalcon.so'>>/www/server/php/$phpversion/etc/php.ini
有熟悉的朋友协助处理 十分感谢
|
|