You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our system use geoPHP on Amazon Linux 2(AL2) with php7.3.
It is well running.
We try this system update to php7.4.
But geos-php installed on AL2 with php7.4, exec php -v messages from this
[root@ip-xxx-xxx-xxx yum.repos.d]# php -v
PHP Warning: PHP Startup: Unable to load dynamic library 'geos.so' (tried: /usr/lib64/php/modules/geos.so (/usr/lib64/php/modules/geos.so: undefined symbol: _zval_ptr_dtor), /usr/lib64/php/modules/geos.so.so (/usr/lib64/php/modules/geos.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
I don't know why it is?
This problem is php8.0 check to same.
geos-php is can not use on php7.4 or php8.0?
The text was updated successfully, but these errors were encountered:
Our system use geoPHP on Amazon Linux 2(AL2) with php7.3.
It is well running.
We try this system update to php7.4.
But geos-php installed on AL2 with php7.4, exec
php -v
messages from thisI don't know why it is?
This problem is php8.0 check to same.
geos-php is can not use on php7.4 or php8.0?
The text was updated successfully, but these errors were encountered: