Opened 5 years ago

Closed 4 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)

ophcrack+gui+tables_main.log (49.5 KB) - added by TheLastLovemark 5 years ago.
ophcrack + gui _tables main.log
ophcrack-Portfile.patch (390 bytes) - added by outis 5 years ago.
Adds '--with-libssl' option to configure args.

Download all attachments as: .zip

Change History (8)

Changed 5 years ago by TheLastLovemark

ophcrack + gui _tables main.log

comment:1 Changed 5 years ago by mf2k (Frank Schima)

Keywords: ophcrack removed
Port: +gui +tables removed

comment:2 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: ophcrack +gui +tables fails to buildophcrack +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

  1. patch configure script to check '/opt/local'
  2. use '--with-libssl' argument

Changed 5 years ago by outis

Attachment: ophcrack-Portfile.patch added

Adds '--with-libssl' option to configure args.

comment:4 Changed 5 years ago by TheLastLovemark

I still can't get this to build

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 4 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.