[MacPorts] #66969: curl @7.88.1_0+http2+ssl: fatal error: 'openssl/rsaerr.h' file not found
MacPorts
noreply at macports.org
Tue Feb 21 13:21:29 UTC 2023
#66969: curl @7.88.1_0+http2+ssl: fatal error: 'openssl/rsaerr.h' file not found
-----------------------+------------------------------
Reporter: thetrial | Owner: ryandesign
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords: sierra legacy-os
Port: curl |
-----------------------+------------------------------
Comment (by ryandesign):
That shouldn't be. The file should exist:
{{{
$ ls -l /opt/local/libexec/openssl3/include/openssl/rsaerr.h
-rw-r--r-- 1 root admin 5681 Dec 15 08:16
/opt/local/libexec/openssl3/include/openssl/rsaerr.h
$ port provides /opt/local/libexec/openssl3/include/openssl/rsaerr.h
/opt/local/libexec/openssl3/include/openssl/rsaerr.h is provided by:
openssl3
}}}
If the file doesn't exist for you, perhaps something deleted it without
the knowledge of MacPorts. To put it back:
{{{
sudo port -f deactivate openssl3
sudo port activate openssl3
}}}
--
Ticket URL: <https://trac.macports.org/ticket/66969#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list