Changes between Version 1 and Version 2 of Ticket #61735
- Timestamp:
- Dec 3, 2020, 11:32:42 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61735
-
Property
Status
changed from
assigned
toaccepted
- Property Keywords php-apachehandler argon2 removed
- Property Cc kurthindenburg added
- Property Port argon2 added
-
Property
Status
changed from
-
Ticket #61735 – Description
v1 v2 3 3 I updated 7.4 and installed 8.0 - as fpm - it works, but when I have one as module - it dies and before it worked. 4 4 5 5 {{{ 6 6 ❯ apachectl configtest 7 7 8 8 httpd: 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 }}} 9 10 10 11 If 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: 11 12 13 {{{ 12 14 LoadModule php7_module lib/apache2/modules/mod_php74.so 13 15 }}}