phph No such file or directory

原创
2016-07-29 09:03:06 1390浏览

php.h No such file or directory

Yesterday , I tried to install mcrypt plugin for php in Mac OSX . I did the step by step fromhttp://www.coolestguidesontheplanet.com/install-mcrypt-php-mac-osx-10-9-mavericks-development-server/ . However, I got the php.h: No such file or directory when running the/usr/bin/phpize

It didn’t describe the article also. I already installed the command line tool from Xcode. But the error was showing.

I miss the following step

xcode-select --install

I need to install xcode-select from terminal. It will take the time for installing. After installation completed , I can run phpize and there is no error anymore.

转自:http://www.saturngod.net/articles/php-h-no-such-file-or-directory/

以上就介绍了phph No such file or directory,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。