Gentoo Archives: gentoo-user

From: Matthew Finkel <matthew.finkel@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] vpnc built without oppenssl
Date: Wed, 22 Jun 2011 14:53:21
Message-Id: 4E02017C.5060307@gmail.com
In Reply to: [gentoo-user] vpnc built without oppenssl by dhkuhl@optonline.net
1 On 06/22/11 10:03, dhkuhl@×××××××××.net wrote:
2 > After emerge'ing vpnc it won't run and displays the following message.
3 >
4 > # vpnc
5 > vpnc was built without openssl: Can't do hybrid or cert mode.
6 >
7 > There doesn't seem to be an openssl use variable either.
8 > # cat /usr/portage/profiles/use.desc | grep -i openssl
9 >
10 > How can I get this to work?
11 >
12 > Thanks
13 >
14 > dhk
15 Hi,
16
17 According to equery u vpnc, there is a local use variable "openssl"
18
19 ~ $ equery u vpnc
20 [ Legend : U - final flag setting for installation]
21 [ : I - package is installed with flag ]
22 [ Colors : set, unset ]
23 * Found these USE flags for net-misc/vpnc-0.5.3_p457-r1:
24 U I
25 - - bindist : Flag to enable or disable options for prebuilt (GRP)
26 packages (eg. due to licensing issues)
27 - - openssl : Use dev-libs/openssl for hybrid-auth instead of
28 net-libs/gnutls, may cause license issues when redistributing.
29 - - resolvconf : Enable support for DNS managing framework
30 net-dns/openresolv
31
32 You can create a package.use file in /etc/portage and add a line to it
33 that includes the package name and use variable that will enable it. [0]
34
35 ex. echo "net-misc/vpnc openssl" >> /etc/portage/package.use
36
37 - HTH (and wasn't too confusing)
38
39 [0] http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=2
40 <http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=2>