how-to-install-siege-on-centos-7

https://www.joedog.org/siege-home/

https://roastahost.com/how-to-install-siege-on-centos-7/ (Works!)

yum update -y

yum install wget nano build-essential zlib zlib-devel libssl-dev openssl-devel -y

yum group install development tools

wget http://download.joedog.org/siege/siege-latest.tar.gz

tar -zxvf siege-latest.tar.gz

cd siege-*/

./configure --with-ssl

make && make install

siege.config

siege -C