You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
I followed readme. in section 1, after run ./configure, I get the following error of make install command: sysadmin@ubuntu:~/Downloads/nginx_ofp$ make install make -f objcs/Makefile install make[1]: Entering directory '/home/sysadmin/Downloads/nginx_ofp' cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I/scripts/check- odp/new-build//include//include -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/nginx.o \ src/core/nginx.c In file included from src/core/nginx.c:9:0: src/core/ngx_core.h:13:17: **fatal error**: odp.h: no such file or directory compilation terminated. objs/Makefile:352:recipe for target 'objs/src/core/nginx.o' failed ....
thanks in advance.
The text was updated successfully, but these errors were encountered:
hi,
I followed readme. in section 1, after run ./configure, I get the following error of make install command:
sysadmin@ubuntu:~/Downloads/nginx_ofp$ make install make -f objcs/Makefile install make[1]: Entering directory '/home/sysadmin/Downloads/nginx_ofp' cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I/scripts/check- odp/new-build//include//include -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/nginx.o \ src/core/nginx.c In file included from src/core/nginx.c:9:0: src/core/ngx_core.h:13:17: **fatal error**: odp.h: no such file or directory compilation terminated. objs/Makefile:352:recipe for target 'objs/src/core/nginx.o' failed ....
thanks in advance.
The text was updated successfully, but these errors were encountered: