tinc VPN

Home Forums Conduit: mLinux Model tinc VPN

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #14391
    Frederic Jourdan
    Participant

    Hello,

    I try to add tinc VPN to the conduit but the build fail.
    I tried with openvpn and all is allright.

    Bitbake say that openssl is not installed but it is !

    Do you have an idea ?
    ngonzalez

    #14435
    Brandon Bayer
    Blocked

    Frederic,

    It sounds like you may need to add openssl to the DEPENDS Bitbake variable. Each Bitbake has to specify all of it’s dependencies.

    -Brandon

    #14453
    Frederic Jourdan
    Participant

    Brandon,

    I actually try to integrate this recipe : http://cgit.openembedded.org/openembedded/tree/recipes/tinc

    Here is the DEPENDS for openvpn :
    DEPENDS = “lzo openssl”

    Here is the DEPENDS for tinc :
    DEPENDS = “openssl lzo zlib”

    With openvpn the build is successfull but with tinc the configure fail and that’s the output :

    checking for SHA1_version in -lcrypto… no
    configure: error: OpenSSL libraries not found.

    Thank you for you help,

    #14454
    Brandon Bayer
    Blocked

    Frederic,

    Hmm, I’m not sure. Did you try switching the order of openssl and lzo in the tinc DEPENDS?

    Can you post all of the bitbake output surrounding this failure?

    -Brandon

    #14455
    Frederic Jourdan
    Participant

    Brandon,

    I tried switching the order of openssl and lzo but same result :
    http://ngonzalez.tk/tinc_bitbake_output

    Thanks you for your help,

    #14456
    Brandon Bayer
    Blocked

    Frederic,

    I studied the debug output for awhile and did some digging in the tinc code. I’m not sure what the problem is besides that it’s a problem finding the openssl library. My best guess at this point is maybe that version of tinc and openssl are not compatible together..?

    -Brandon

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.