Opened 5 years ago
Closed 5 years ago
#59971 closed defect (fixed)
ffp @0.0.8: error: Your OpenSSL headers do not match your library
Reported by: | TheLastLovemark | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | neverpanic (Clemens Lang) | |
Port: | ffp |
Description
The specific error message reads:
checking whether OpenSSL's headers match the library... no configure: error: Your OpenSSL headers do not match your library
This is not the only port OpenSSL causes problems for. There's also #58232
log file attached
Attachments (1)
Change History (3)
Changed 5 years ago by TheLastLovemark
Attachment: | ffp_main.log added |
---|
comment:1 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | openssl configure error causes ffp build (and others) to fail → ffp @0.0.8: error: Your OpenSSL headers do not match your library |
---|
comment:2 Changed 5 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This ticket can be about ffp. If you are seeing problems with other ports as well, please file other bug reports about them.
I would be surprised if this were a general problem in openssl, since we have many other ports using openssl successfully; it seems more likely it is a defect in the way ffp is using openssl.
Specifically, the config.log says the problem is:
I presume this means this is one of the countless ports that are not compatible with openssl 1.1 and later. (This symbol is one of those which was removed from openssl as of 1.1.) Either the port can be fixed to be compatible with openssl 1.1 and later, or it can be changed to use openssl 1.0, which we still have available in the openssl10 port.
Note that this port doesn't have a maintainer, so there is nobody yet who has volunteered to fix this.