evhtp configure and warnings

This commit is contained in:
Olof hagsand 2021-04-02 13:09:53 +02:00
parent 2def5d2367
commit 698625aa65
4 changed files with 5 additions and 3 deletions

View file

@ -254,7 +254,9 @@ case ${with_restconf} in
. ./nginx.sh $dir $idfile $port $wwwuser
;;
evhtp)
$sshcmd << 'EOF'
$sshcmd << EOF
test -d src || mkdir src
cd src
test -d clixon-libevhtp || git clone https://github.com/clicon/clixon-libevhtp.git
cd clixon-libevhtp;
./configure --libdir=/usr/lib # otherwise in /usr/local/lib where RH dont look