* [gentoo-user] vpnc built without oppenssl
@ 2011-06-22 14:03 dhkuhl
2011-06-22 14:29 ` Mick
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: dhkuhl @ 2011-06-22 14:03 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 286 bytes --]
After emerge'ing vpnc it won't run and displays the following message.# vpncvpnc was built without openssl: Can't do hybrid or cert mode.There doesn't seem to be an openssl use variable either.# cat /usr/portage/profiles/use.desc | grep -i opensslHow can I get this to work?Thanksdhk
[-- Attachment #2: Type: text/html, Size: 372 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] vpnc built without oppenssl
2011-06-22 14:03 [gentoo-user] vpnc built without oppenssl dhkuhl
@ 2011-06-22 14:29 ` Mick
2011-06-22 14:39 ` Neil Bothwick
2011-06-22 14:51 ` Matthew Finkel
2 siblings, 0 replies; 4+ messages in thread
From: Mick @ 2011-06-22 14:29 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 905 bytes --]
On Wednesday 22 Jun 2011 15:03:13 dhkuhl@optonline.net wrote:
> After emerge'ing vpnc it won't run and displays the following message.#
> vpncvpnc was built without openssl: Can't do hybrid or cert mode.There
> doesn't seem to be an openssl use variable either.# cat
> /usr/portage/profiles/use.desc | grep -i opensslHow can I get this to
> work?Thanksdhk
Set the openssl USE flag, which seems to be an option from 0.5.3_p451 onwards:
* net-misc/vpnc
Available versions:
0.5.3 "amd64 ~arm ppc ppc64 ~sparc x86" [bindist hybrid-auth
resolvconf]
~ 0.5.3_p451 "~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" [bindist openssl
resolvconf]
~ 0.5.3_p457-r1 "~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" [bindist
openssl resolvconf]
Homepage: http://www.unix-ag.uni-kl.de/~massar/vpnc/
Description: Free client for Cisco VPN routing software
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] vpnc built without oppenssl
2011-06-22 14:03 [gentoo-user] vpnc built without oppenssl dhkuhl
2011-06-22 14:29 ` Mick
@ 2011-06-22 14:39 ` Neil Bothwick
2011-06-22 14:51 ` Matthew Finkel
2 siblings, 0 replies; 4+ messages in thread
From: Neil Bothwick @ 2011-06-22 14:39 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 790 bytes --]
On Wed, 22 Jun 2011 14:03:13 +0000 (GMT), dhkuhl@optonline.net wrote:
> After emerge'ing vpnc it won't run and displays the following message.#
> vpncvpnc was built without openssl: Can't do hybrid or cert mode.There
> doesn't seem to be an openssl use variable either.
There is
% emerge -p vpnc
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] net-misc/vpnc-0.5.3_p457-r1 USE="-bindist -openssl -resolvconf
> cat /usr/portage/profiles/use.desc | grep -i openssl
grep openssl /usr/portage/profiles/use*.desc
gives lots of output. openssl is a local USE flag, so it is detailed
in /usr/portage/profiles/use.local.desc
--
Neil Bothwick
Windows Multitasking - screwing up several things at once
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] vpnc built without oppenssl
2011-06-22 14:03 [gentoo-user] vpnc built without oppenssl dhkuhl
2011-06-22 14:29 ` Mick
2011-06-22 14:39 ` Neil Bothwick
@ 2011-06-22 14:51 ` Matthew Finkel
2 siblings, 0 replies; 4+ messages in thread
From: Matthew Finkel @ 2011-06-22 14:51 UTC (permalink / raw
To: gentoo-user
On 06/22/11 10:03, dhkuhl@optonline.net wrote:
> After emerge'ing vpnc it won't run and displays the following message.
>
> # vpnc
> vpnc was built without openssl: Can't do hybrid or cert mode.
>
> There doesn't seem to be an openssl use variable either.
> # cat /usr/portage/profiles/use.desc | grep -i openssl
>
> How can I get this to work?
>
> Thanks
>
> dhk
Hi,
According to equery u vpnc, there is a local use variable "openssl"
~ $ equery u vpnc
[ Legend : U - final flag setting for installation]
[ : I - package is installed with flag ]
[ Colors : set, unset ]
* Found these USE flags for net-misc/vpnc-0.5.3_p457-r1:
U I
- - bindist : Flag to enable or disable options for prebuilt (GRP)
packages (eg. due to licensing issues)
- - openssl : Use dev-libs/openssl for hybrid-auth instead of
net-libs/gnutls, may cause license issues when redistributing.
- - resolvconf : Enable support for DNS managing framework
net-dns/openresolv
You can create a package.use file in /etc/portage and add a line to it
that includes the package name and use variable that will enable it. [0]
ex. echo "net-misc/vpnc openssl" >> /etc/portage/package.use
- HTH (and wasn't too confusing)
[0] http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=2
<http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=2>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-06-22 14:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22 14:03 [gentoo-user] vpnc built without oppenssl dhkuhl
2011-06-22 14:29 ` Mick
2011-06-22 14:39 ` Neil Bothwick
2011-06-22 14:51 ` Matthew Finkel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox