<div dir="ltr"><div>Dear All,<br><br></div>Thank you for your help and it worked. But now I ran into another error<br><br><b>gtp-tunnel.c:39:23: fatal error: linux/gtp.h: No such file or directory<br> #include <linux/gtp.h></b><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature">Best Regards,<br>Ashish Kurian</div></div>
<br><div class="gmail_quote">On Fri, Oct 7, 2016 at 9:53 AM, junpei yoshino <span dir="ltr"><<a href="mailto:junpei.yoshino@gmail.com" target="_blank">junpei.yoshino@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Ashish<br>
<br>
libgtpnl requires libmnl.<br>
Please install libmnl before build libgtpnl.<br>
<br>
Best Regards,<br>
Junpei Yoshino<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Fri, Oct 7, 2016 at 4:36 PM, Ashish Kurian <<a href="mailto:ashishbnv@gmail.com">ashishbnv@gmail.com</a>> wrote:<br>
> Dear All,<br>
><br>
> I tried the commands as instructed and got an error with the command sudo<br>
> make gtp-tunnel as follows<br>
><br>
> gtp-tunnel.c:36:27: fatal error: libmnl/libmnl.h: No such file or directory<br>
>  #include <libmnl/libmnl.h><br>
>                            ^<br>
> compilation terminated.<br>
> make: *** [gtp-tunnel] Error 1<br>
><br>
><br>
><br>
><br>
><br>
><br>
> Best Regards,<br>
> Ashish Kurian<br>
><br>
> On Thu, Oct 6, 2016 at 4:10 PM, junpei yoshino <<a href="mailto:junpei.yoshino@gmail.com">junpei.yoshino@gmail.com</a>><br>
> wrote:<br>
>><br>
>> Hello<br>
>><br>
>> I write build guide.<br>
>><br>
>>  README.md | 11 +++++++++++<br>
>>  1 file changed, 11 insertions(+)<br>
>>  create mode 100644 README.md<br>
>><br>
>> diff --git a/README.md b/README.md<br>
>> new file mode 100644<br>
>> index 0000000..c6718d2<br>
>> --- /dev/null<br>
>> +++ b/README.md<br>
>> @@ -0,0 +1,11 @@<br>
>> +# How to build<br>
>> +<br>
>> +```<br>
>> +$ git clone git://<a href="http://git.osmocom.org/libgtpnl" rel="noreferrer" target="_blank">git.osmocom.org/libgtpnl</a><br>
>> +$ cd libgtpnl<br>
>> +$ autoreconf -fi<br>
>> +$ cd tools<br>
>> +$ make gtp-tunnel<br>
>> +$ make gtp-link<br>
>> +```<br>
>> +<br>
>><br>
>> Best Regards,<br>
>> Junpei Yoshino<br>
>><br>
>> --<br>
>> <a href="mailto:junpei.yoshino@gmail.com">junpei.yoshino@gmail.com</a><br>
><br>
><br>
<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
<a href="mailto:junpei.yoshino@gmail.com">junpei.yoshino@gmail.com</a><br>
</font></span></blockquote></div><br></div>