Changes between Version 1 and Version 2 of Ticket #61735


Ignore:
Timestamp:
Dec 3, 2020, 11:32:42 PM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Thanks for the report. I noticed that argon2 used @rpath and although I did not see the problem you saw the use of @rpath irritated me so I already submitted a fix to the developers of argon2 to stop using @rpath and they just approved it. I'll submit a MacPorts PR to get a patch added.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61735

    • Property Status changed from assigned to accepted
    • Property Keywords php-apachehandler argon2 removed
    • Property Cc kurthindenburg added
    • Property Port argon2 added
  • Ticket #61735 – Description

    v1 v2  
    33I updated 7.4 and installed 8.0 - as fpm - it works, but when I have one as module - it dies and before it worked.
    44
    5 
     5{{{
    66❯ apachectl configtest
    77
    88httpd: Syntax error on line 166 of /opt/local/etc/apache2/httpd.conf: Cannot load lib/apache2/modules/mod_php74.so into server: dlopen(/opt/local/lib/apache2/modules/mod_php74.so, 10): Library not loaded: @rpath/libargon2.1.dylib\n  Referenced from: /opt/local/lib/apache2/modules/mod_php74.so\n  Reason: image not found
     9}}}
    910
    1011If I comment the line in https.conf where the module is loaded, the issue is gone and apache works - so the PHP I can have only as fpm:
    1112
     13{{{
    1214LoadModule php7_module lib/apache2/modules/mod_php74.so
    13 
     15}}}