Changes between Version 1 and Version 2 of Ticket #61756


Ignore:
Timestamp:
Dec 6, 2020, 12:09:49 AM (3 years ago)
Author:
jrcii (John Cornell)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61756 – Description

    v1 v2  
    55Steps to reproduce: install apache2, php80, and php80-apache2handler, and try `/opt/local/sbin/httpd -k start`
    66
    7 Solution: cp /opt/local/lib/libargon2.1.dylib /usr/lib apache starts
    8 Someone has to fix the rpath.
    9 
    10 I'm reciting these errors, paths, and filenames from memory so sorry if they're a bit off.
    117
    128Temporary Fix:
    139`sudo install_name_tool -add_rpath /opt/local/lib /opt/local/lib/apache2/modules/mod_php80.so`
     10
     11I'm reciting these errors, paths, and filenames from memory so sorry if they're a bit off.