Thank you Masaori.
I am trying to build static build for trafficserver from code
https://github.com/apache/trafficserver on Ubuntu 20.04
using commands:
autoreconf -i --force
./configure CFLAGS="-DBIG_SECURITY_HOLE" CXXFLAGS="-DBIG_SECURITY_HOLE"
LDFLAGS="-lpthread -ldl -lz -static" --prefix=/opt
Hello Rajesh,
"#7353 static link"[*1] is the issue for it. Brian is working, I think.
[*1] https://github.com/apache/trafficserver/issues/7353
Thanks,
Masaori
On Fri, Feb 18, 2022 at 10:16 PM rajesh adapa
wrote:
> Hi
>
> I am building ATS server using the latest code at:
> https://github.com/