HTTP-Smuggling-Lab icon indicating copy to clipboard operation
HTTP-Smuggling-Lab copied to clipboard

Error in building Apache traffic

Open Voorivex opened this issue 3 years ago • 1 comments

Hello, I've got this error on my Macbook, last version of Docker Compose, Lab2:

#11 10.52 c++: error: unrecognized command line option ‘-mcx16’
#11 10.52 make[2]: *** [Makefile:1043: IOBuffer.o] Error 1
#11 10.52 c++: error: unrecognized command line option ‘-mcx16’
#11 10.52 make[2]: *** Waiting for unfinished jobs....
#11 10.52 make[2]: *** [Makefile:1043: Inline.o] Error 1
#11 10.53 c++: error: unrecognized command line option ‘-mcx16’
#11 10.53 make[2]: *** [Makefile:1043: EventSystem.o] Error 1
#11 10.53 c++: error: unrecognized command line option ‘-mcx16’
#11 10.53 make[2]: Leaving directory '/tmp/trafficserver-7.1.2/iocore/eventsystem'
#11 10.53 make[2]: *** [Makefile:1043: Lock.o] Error 1
#11 10.53 make[1]: Leaving directory '/tmp/trafficserver-7.1.2/iocore'
#11 10.53 make[1]: *** [Makefile:652: all-recursive] Error 1
#11 10.53 make: *** [Makefile:680: all-recursive] Error 1
------
failed to solve: executor failed running [/bin/sh -c ./configure --prefix=/opt/ts   && make -j4   && make check   && make install   && make distclean]: exit code: 2

Voorivex avatar May 16 '22 15:05 Voorivex

Do you use M1? I think it is related to the OS issues. The docker file still works on Windows 10.

ZeddYu avatar May 17 '22 15:05 ZeddYu