打印

[MySQL] MySQL编译错误:checking "how to check if pid exists"

MySQL编译错误:checking "how to check if pid exists"

调试LNMP时安装MySQL出现如下错误:

checking "how to check if pid exists"... configure: error: Could notfind the right ps and/or grep switches. Which OS is this?  See theInstallation chapter in the Reference Manual.

解决方法:
mount -t proc proc /proc
执行之后提示:mount: proc already mounted

再重新编译,问题已经解决。
Licess,专于VPS,精于VPS美国VPS推荐
代购VPS、域名、服务器,代维 QQ:503228080 旺旺:lzhenbao
淘宝网店:http://shop63846532.taobao.com/ 拍拍店:http://503228080.paipai.com/
本联系方式仅提供代购及相关付费服务,lnmp相关问题请直接发帖。

TOP