Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make时出现很多好像是错误提示 #86

Open
50css opened this issue Jun 11, 2017 · 0 comments
Open

make时出现很多好像是错误提示 #86

50css opened this issue Jun 11, 2017 · 0 comments

Comments

@50css
Copy link

50css commented Jun 11, 2017

[root@localhost extension]# make
/bin/sh /home/u1/my_data/extension/libtool --mode=compile cc -I. -I/home/u1/my_data/extension -DPHP_ATOM_INC -I/home/u1/my_data/extension/include -I/home/u1/my_data/extension/main -I/home/u1/my_data/extension -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/home/u1/my_data/extension/common -I/home/u1/my_data/extension/deps -DHAVE_CONFIG_H -g -O2 -DPT_PTRACE_ENABLE -c /home/u1/my_data/extension/trace.c -o trace.lo
libtool: compile: cc -I. -I/home/u1/my_data/extension -DPHP_ATOM_INC -I/home/u1/my_data/extension/include -I/home/u1/my_data/extension/main -I/home/u1/my_data/extension -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/home/u1/my_data/extension/common -I/home/u1/my_data/extension/deps -DHAVE_CONFIG_H -g -O2 -DPT_PTRACE_ENABLE -c /home/u1/my_data/extension/trace.c -fPIC -DPIC -o .libs/trace.o
In file included from /home/u1/my_data/extension/trace.c:24:
/home/u1/my_data/extension/php_trace.h:37:24: error: trace_ctrl.h: No such file or directory
/home/u1/my_data/extension/php_trace.h:38:24: error: trace_type.h: No such file or directory
/home/u1/my_data/extension/php_trace.h:39:27: error: trace_version.h: No such file or directory
/home/u1/my_data/extension/php_trace.h:40:26: error: trace_filter.h: No such file or directory
In file included from /home/u1/my_data/extension/trace.c:24:
...后面还有很多,
我下载的是zip解压后进入phptrace-master\phptrace-master\extension
然后:
/usr/bin/phpize
./configure --with-php-config=/usr/bin/php-config
make

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant