* HTTP/1 native parser as part of the RESTCONF client
* Fixed memory error in opendir/readdir in clicon_file_dirent * Remove MAXPATH in parsers * New string-del function
This commit is contained in:
parent
0ed34b4fab
commit
dadf4a778a
53 changed files with 1061 additions and 1273 deletions
|
|
@ -215,7 +215,6 @@ case $release in
|
|||
;;
|
||||
native)
|
||||
$sshcmd sudo apt install -y libssl-dev
|
||||
$sshcmd sudo apt install -y libevent-dev # evhtp
|
||||
$sshcmd sudo apt install -y libnghttp2-dev # nghttp2
|
||||
;;
|
||||
esac
|
||||
|
|
@ -269,15 +268,6 @@ case ${with_restconf} in
|
|||
. ./nginx.sh $dir $idfile $port $wwwuser
|
||||
;;
|
||||
native)
|
||||
$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
|
||||
make
|
||||
sudo make install
|
||||
EOF
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue