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/
Hi
I am building ATS server using the latest code at:
https://github.com/apache/trafficserver
This seems to build binaries with dynamic libraries.
It seems like the Traffic server once was supported with a static build
i.e. executable with static libraries.
Could you please help me, like how ca