← Back to team overview

rohc team mailing list archive

Re: [Question #226854]: Compilation Error for ' assert '

 

Question #226854 on rohc changed:
https://answers.launchpad.net/rohc/+question/226854

    Status: Open => Answered

Didier Barvaux proposed the following answer:
Ahmed,

The patch has to be applied on OpenVPN sources, not on ROHC sources:
  1/ download & untar rohc-1.5.1
  2/ cd rohc-1.5.1
  3/ ./configure --prefix=/usr && make clean all
  4/ make install     # as root
  5/ cd ..
  6/ download & untar openvpn-2.1.3
  7/ cd openvpn-2.1.3
  8/ download ROHC patch for OpenVPN as openvpn-2.1-add_rohc_support_v2.patch
  9/ patch -p0 < openvpn-2.1-add_rohc_support_v2.patch
10/ ./configure --prefix=/usr <openvpn options> --enable-rohc
11/ make clean all
12/ make install      # as root
13/ cd ..

Regards,
Didier

-- 
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.