ss7MAPer icon indicating copy to clipboard operation
ss7MAPer copied to clipboard

Build SS7MAPer from src,it occurs “fatal error: ei.h: No such file or directory”

Open allstable opened this issue 6 years ago • 1 comments

图片 I tried to build SS7MAPer from src to set it up . But when I execute the command of “Build the code”,that is “rebar co”,it issues: Compiling /root/apps/ss7Mapper/ss7MAPer/deps/epcap/c_src/epcap.c /root/apps/ss7Mapper/ss7MAPer/deps/epcap/c_src/epcap.c:32:10: fatal error: ei.h: No such file or directory #include <ei.h> ^~~~~~ compilation terminated. ERROR: compile failed while processing /root/apps/ss7Mapper/ss7MAPer/deps/epcap: rebar_abort

How can i handle this problem?Any suggestion?Thanks.

allstable avatar Apr 24 '19 09:04 allstable

图片 I tried to build SS7MAPer from src to set it up . But when I execute the command of “Build the code”,that is “rebar co”,it issues: Compiling /root/apps/ss7Mapper/ss7MAPer/deps/epcap/c_src/epcap.c /root/apps/ss7Mapper/ss7MAPer/deps/epcap/c_src/epcap.c:32:10: fatal error: ei.h: No such file or directory #include <ei.h> ^~~~~~ compilation terminated. ERROR: compile failed while processing /root/apps/ss7Mapper/ss7MAPer/deps/epcap: rebar_abort

How can i handle this problem?Any suggestion?Thanks.

OK,Thanks,I got the answer at #8 error ei.h https://github.com/ernw/ss7MAPer/issues/8

allstable avatar Apr 24 '19 10:04 allstable