rajeshadp commented on issue #7353: URL: https://github.com/apache/trafficserver/issues/7353#issuecomment-1048739496
I am now able to successfully get a static build of ATS using Ermine tool on Ubuntu 20.04, I followed below steps, build ATS server (by default its dynamic) git clone https://github.com/apache/trafficserver.git cd trafficserver/ autoreconf -fi ./configure --prefix=/opt/ats make make check sudo make install so we now have all artifacts of ATS build at /opt/ats and under /opt/ats/bin/ we have traffic_server binary. wget http://www.magicermine.com/trial/ErmineLightTrial.x86_64/ErmineLightTrial.x86_64/ErmineLightTrial.x86_64 mv ErmineLightTrial.x86_64 ermine chmod +x ermine ./ermine YOUR-BINARY -o NEW-PORTABLE-BINARY-NAME This should create a static build of ATS. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
