Opened 6 years ago
Closed 5 years ago
#58232 closed defect (fixed)
ophcrack +gui +tables: checking for libssl... configure: error: Cannot find ssl libraries
Reported by: | TheLastLovemark | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.5.4 |
Keywords: | Cc: | ||
Port: | ophcrack |
Description
I saw this message onscreen just before the build for port -v -d ophcrack +gui +tables
failed:
checking for libssl... configure: error: Cannot find ssl libraries
log file attached
Attachments (2)
Change History (8)
Changed 6 years ago by TheLastLovemark
Attachment: | ophcrack+gui+tables_main.log added |
---|
comment:1 Changed 6 years ago by mf2k (Frank Schima)
Keywords: | ophcrack removed |
---|---|
Port: | +gui +tables removed |
comment:2 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | ophcrack +gui +tables fails to build → ophcrack +gui +tables: checking for libssl... configure: error: Cannot find ssl libraries |
---|
comment:3 Changed 5 years ago by outis
The same error happens with no variants set.
Cause
The configure script checks the '--with-libssl' argument and a hardcoded list of directories for libssl headers, which doesn't include /opt/local.
Solutions
- patch configure script to check '/opt/local'
- use '--with-libssl' argument
Changed 5 years ago by outis
Attachment: | ophcrack-Portfile.patch added |
---|
Adds '--with-libssl' option to configure args.
comment:5 Changed 5 years ago by kencu (Ken)
doesn't build with the new openssl with these args. missing dependencies.
new version available 3.8.0, uses qt5.
This port needs some love.
comment:6 Changed 5 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
ophcrack + gui _tables main.log