Il 30/08/2016 17:48, debbie10t ha scritto:
>
>
> On 30/08/16 15:40, Samuli Seppänen wrote:
>>
>>>
>>> On 22/08/16 18:23, Samuli Seppänen wrote:
>>>>>
>>>>>
>>>>> On 22/08/16 17:18, debbie10t wrote:
>>>>>>
>>>>>>
>>>>>> On 22/08/16 16:55, debbie10t wrote:
>>>>>>> Hi,
>>>>>>>
>>>>>>> I have built openvpn on debain8 using the build-system
>>>>>>> but I do not know what to do with the resulting *bin.tar.bz2
>>>>>>>
>>>>>>> Is this a case of learning how to create a .deb file ?
>>>>>>>
>>>>>>> Any pointers appreciated, thanks.
>>>>>>
>>>>>> Just found this:
>>>>>> https://github.com/mattock/openvpn-build.git
>>>>>>
>>>>>> Regards
>>>>>>
>>>>> Unfortunately, I guess mattock has not had time to finish this.
>>>>>
>>>>> Any pointers welcome, thanks
>>>>>
>>>>
>>>> Hi,
>>>>
>>>> The official Debian/Ubuntu packages are built with this:
>>>>
>>>> <https://github.com/mattock/sbuild_wrapper>
>>>>
>>>> Openvpn-build is aimed at cross-compiling with mingw_w64 (e.g. for
>>>> Windows on Linux) and is not suitable for generating Debian packages.
>>>>
>>>> If you just want to generate a custom OpenVPN package easily, then fpm
>>>> might be easier:
>>>>
>>>> <https://github.com/jordansissel/fpm>
>>>>
>>>
>>> Thanks Samuli,
>>>
>>> I am not fussed about generating debian packages, what I really want to
>>> know is ..
>>>
>>> I have built openvpn generic on debain8 using the build-system
>>> but I do not know what to do with the resulting *bin.tar.bz2
>>> This file:
>>> ~/openvpn-build/generic/image-native/openvpn-x86_64-linux-gnu-001-bin.tar.bz2
>>>
>>>
>>>
>>> How do I go about installing/using this correctly ?
>>>
>>> FYI, this is what I am attempting:
>>> (build.vars)
>>> #OPENSSL_VERSION="${OPENSSL_VERSION:-1.0.1t}"
>>> OPENSSL_VERSION="${OPENSSL_VERSION:-1.0.2h}"
>>> PKCS11_HELPER_VERSION="${PKCS11_HELPER_VERSION:-1.11}"
>>> LZO_VERSION="${LZO_VERSION:-2.09}"
>>> TAP_WINDOWS_VERSION="${TAP_WINDOWS_VERSION:-9.21.2}"
>>> #OPENVPN_VERSION="${OPENVPN_VERSION:-2.3.11}"
>>> OPENVPN_VERSION="${OPENVPN_VERSION:-2.3_git}"
>>> OPENVPN_GUI_VERSION="${OPENVPN_GUI_VERSION:-10}"
>>>
>>
>> What platform do you intend to run the executable on?
>>
> That would be debian the same system used to do the build.
>

Ok, then just forget about openvpn-build and do

$ apt-get install build-essential
$ apt-get build-dep openvpn
$ git clone https://github.com/OpenVPN/openvpn.git
$ cd openvpn
$ autoreconf -vi
$ ./configure
$ make
$ make install

-- 
Samuli Seppänen
Community Manager
OpenVPN Technologies, Inc

irc freenode net: mattock

------------------------------------------------------------------------------
_______________________________________________
Openvpn-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to