随笔分类 - linux
操作系统相关
摘要:查看80端口:netstat -anp | grep 80 如下可以看到80端口被占用 再输入命令杀死进程:kill 8500
阅读全文
摘要:ln -sf /usr/local/php7.2/bin/php /usr/bin/php 本来是php7.2的环境但是用命令行php -v 还是现实的php5.3.6 所以用命令行更改下环境变量
阅读全文
摘要:configure: error: Cannot find PHP-config. Please use --with-php-config=PATH 一般出现这个错误说明你执行 ./configure 时 --with-php-config 这个参数配置路径错误导致的。 修改为: ./config
阅读全文