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

Compilation issue in nginx_ofp #3

Open
Nesyan opened this issue Jun 17, 2018 · 1 comment
Open

Compilation issue in nginx_ofp #3

Nesyan opened this issue Jun 17, 2018 · 1 comment

Comments

@Nesyan
Copy link

Nesyan commented Jun 17, 2018

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.

@krisk0
Copy link

krisk0 commented Oct 16, 2018

Pay attention to OFP_ODP setting. It should point to directory where you installed odp-dpdk, which includes odp.h

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

2 participants