[MacPorts] #53743: transmission @2.92_1: failure to link to OpenSSL libcrypto
MacPorts
noreply at macports.org
Tue Mar 7 14:00:57 UTC 2017
#53743: transmission @2.92_1: failure to link to OpenSSL libcrypto
-----------------------+--------------------------
Reporter: McDutchie | Owner:
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.4.1
Keywords: elcapitan | Port: transmission
-----------------------+--------------------------
transmission @2.92_1 fails to build on my system. Full build log attached.
The relevant error seems to be:
{{{
ld: library not found for -lcrypto.0.9.8
}}}
Yet, that library is present:
{{{
$ ls -l /usr/lib/libcrypto.*
-rwxr-xr-x 1 root wheel 2115248 9 jul 2016
/usr/lib/libcrypto.0.9.7.dylib
-rwxr-xr-x 1 root wheel 2671264 9 jul 2016
/usr/lib/libcrypto.0.9.8.dylib
-rw-r--r-- 1 root wheel 4353168 18 nov 06:18
/usr/lib/libcrypto.35.dylib
lrwxr-xr-x 1 root wheel 21 29 jul 2016 /usr/lib/libcrypto.dylib
-> libcrypto.0.9.8.dylib
}}}
It should really try to link against the newer OpenSSL that comes with
MacPorts, though.
My system:
Mac OS X 10.11.6
XCode Version 8.2.1 (8C1002)
{{{
$ clang --version
Apple LLVM version 8.0.0 (clang-800.0.42.1)
Target: x86_64-apple-darwin15.6.0
Thread model: posix
InstalledDir:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
}}}
--
Ticket URL: <https://trac.macports.org/ticket/53743>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list