something can't work
qiaoqiao321 opened this issue · 1 comments
Hello , when i run "make -j32" , there are something wrong.
/home/fit1-217/webtracereplay/trafficserver-8.0.3/lib/tsconfig/Errata.h:761:45: note: initializing argument 2 of ‘ts::Errata::Message::Message(ts::Errata::Id, ts::Errata::Code, const string&)’
761 | inline Errata::Message::Message(Id id, Code code, std::string const& text)
| ~~~~~^~~~
SSLNetProcessor.cc: In member function ‘int OCSPContinuation::mainEvent(int, Event*)’:
SSLNetProcessor.cc:44:5: error: ‘ocsp_update’ was not declared in this scope
44 | ocsp_update();
| ^~~~~~~~~~~
make[2]: *** [Makefile:1078: SSLNetProcessor.o] Error 1
make[2]: Leaving directory '/home/fit1-217/webtracereplay/trafficserver-8.0.3/iocore/net'
make[1]: *** [Makefile:588: all-recursive] Error 1
make[1]: Leaving directory '/home/fit1-217/webtracereplay/trafficserver-8.0.3/iocore'
make: *** [Makefile:864: all-recursive] Error 1
Hi, I expect after 4 years there would be some version mismatch (os lib, compiler, ...). May be worth to dig in the cost.