Installing openssl from ports
Jim Ballantine
j.ballantine at gmail.com
Fri Mar 22 13:51:12 UTC 2013
The port is newer than the base version:
port is 1.0.1_8 and the base is 0.9.2
Both openssl and heimdal install fine from the base system src,
it's only when I try to install openssl from the ports, with heimdal
installed by the base system that I get the error.
When I run make install, what I get before the conflict message is:
===> Compressing manual pages for openssl-1.0.1_8zopenssl-1.0.1_8
===> Running ldconfig
/sbin/ldconfig -m /usr/local/lib
Installing openssl-1.0.1_8...pkg: openssl-1.0.1_8 conflicts with
heimdal-1.5.2_4 (installs files into the same place).
Problematic files: /usr/local/man/man3/DH_generate_key.3.gz
*** [fale-pkg] Error code 70
On Fri, Mar 22, 2013 at 8:09 AM, Shane Ambler <FreeBSD at shaneware.biz> wrote:
> On 22/03/2013 04:36, Jim Ballantine wrote:
>
> But when I attempt to install the latest openssl for the
>> port system, it fails with a conflict (installs file in the same place)
>> with heimdal.
>>
>
> Take a close look at the message and what happens before. openssl only
> gives a conflict message if the base version is newer than the port.
>
> Heimdal conflicts with krb4 krb5 and srp
>
> Any other conflicts will be from dependencies, you'll need to check what
> port brings in a dependency that generates the conflict.
>
>
>
More information about the freebsd-questions
mailing list