On 06/22/11 10:03, dhk...@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>