evhtp configure and warnings
This commit is contained in:
parent
2def5d2367
commit
698625aa65
4 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue