LoginSignup
1
0

More than 5 years have passed since last update.

rfc5507-client install for ubuntu

Last updated at Posted at 2017-04-25

OS

  • ubuntu 14.04LTS

install

sudo apt-get install -y pkg-config libssl-dev libev-dev libpcap-dev libgnutls-dev libnss3-dev
git clone https://github.com/vincentbernat/rfc5077.git
cd rfc5077/

※ openssl versionが 1.1 より古い場合
git checkout 3c37c33b46e0

git submodule init
git submodule update
make

参考(というか原文そのまま):
https://github.com/vincentbernat/rfc5077

Then run make to build the executables. This currently needs OpenSSL 1.1. If you have an older version, go back to commit 3c37c33b46e0:

sessionID等のチェックにどうぞ

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0