Changes between Initial Version and Version 1 of Ticket #51316


Ignore:
Timestamp:
May 6, 2016, 10:23:55 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51316

    • Property Keywords elcapitan added; install bug removed
    • Property Summary changed from Monit 5.12.1, El Capitan 10.11.14 port install fails looking for openssl includes to monit @5.12.1: Couldn't find your SSL header files
  • Ticket #51316 – Description

    initial v1  
     1{{{
    1254 # port installed | grep openssl
    23  openssl @1.0.2g_0 (active)
    34
    4 #port install -v monit [[BR]]
    5 ...[[BR]]
    6 checking for SSL support... enabled[[BR]]
    7 checking for SSL include directory... Not found[[BR]]
     5#port install -v monit
     6...
     7checking for SSL support... enabled
     8checking for SSL include directory... Not found
    89
    910
     
    1112Use --with-ssl-incl-dir option to fix this problem or disable
    1213the SSL support with --without-ssl
     14}}}
    1315
    1416found this via google: credit Mario Aeby
     
    1618https://translate.google.com/translate?hl=en&sl=de&u=https://blog.emeidi.com/2016/04/02/monit-mit-macports-unter-os-x-el-capitan-installieren-mit-angeblich-fehlenden-openssl-headern/&prev=search
    1719
     20{{{
    1821ln -s /path/to/my/macports/opt/local/include /usr/local/include
    1922
    20 port -v install monit[[BR]]
    21 
    22 ....[[BR]]
    23 
    24 --->  Cleaning monit[[BR]]
    25 
    26 --->  Removing work directory for monit[[BR]]
    27 
    28 --->  Updating database of binaries[[BR]]
    29 
    30 --->  Scanning binaries for linking errors[[BR]]
    31 
    32 --->  No broken files found.   [[BR]]
     23port -v install monit
     24....
     25--->  Cleaning monit
     26--->  Removing work directory for monit
     27--->  Updating database of binaries
     28--->  Scanning binaries for linking errors
     29--->  No broken files found.   
    3330                         
    34 
    35 53 # monit -V[[BR]]
    36 
    37 This is Monit version 5.12.1[[BR]]
    38 
    39 Copyright (C) 2001-2015 Tildeslash Ltd. All Rights Reserved.[[BR]]
    40 
     3153 # monit -V
     32This is Monit version 5.12.1
     33Copyright (C) 2001-2015 Tildeslash Ltd. All Rights Reserved.
     34}}}