tinc VPN
- This topic has 5 replies, 2 voices, and was last updated 8 years, 8 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: mLinux Model › tinc VPN
Tagged: tinc vpn
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
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
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,
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
Brandon,
I tried switching the order of openssl and lzo but same result :
http://ngonzalez.tk/tinc_bitbake_output
Thanks you for your help,
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