Changes between Version 1 and Version 2 of Ticket #61756
- Timestamp:
- Dec 6, 2020, 12:09:49 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61756 – Description
v1 v2 5 5 Steps to reproduce: install apache2, php80, and php80-apache2handler, and try `/opt/local/sbin/httpd -k start` 6 6 7 Solution: cp /opt/local/lib/libargon2.1.dylib /usr/lib apache starts8 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.11 7 12 8 Temporary Fix: 13 9 `sudo install_name_tool -add_rpath /opt/local/lib /opt/local/lib/apache2/modules/mod_php80.so` 10 11 I'm reciting these errors, paths, and filenames from memory so sorry if they're a bit off.