|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2018-04-28 00:03 UTC] requinix@php.net
[2018-04-28 01:30 UTC] spam2 at rhsoft dot net
[2020-09-18 13:39 UTC] nikic@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: nikic
[2020-09-18 13:39 UTC] nikic@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 09:00:01 2025 UTC |
Description: ------------ /php-7.2.5/ext/mysqli/php_mysqli_structs.h:63:23: fatal error: my_global.h: No such file or directory #include <my_global.h> ^ compilation terminated. make: *** [ext/mysqli/mysqli.lo] Error 1 As per the hint here (https://mysqlserverteam.com/mysql-8-0-source-code-improvements/): "my_global.h went away" Test script: --------------- mysql-community-client.x86_64 8.0.11-1.el7 @mysql80-community mysql-community-common.x86_64 8.0.11-1.el7 @mysql80-community mysql-community-devel.x86_64 8.0.11-1.el7 @mysql80-community mysql-community-libs.x86_64 8.0.11-1.el7 @mysql80-community mysql-community-libs-compat.x86_64 8.0.11-1.el7 @mysql80-community mysql-community-server.x86_64 8.0.11-1.el7 @mysql80-community mysql80-community-release.noarch el7-1 installed ./configure --enable-fpm --with-fpm-user=phpfpm --with-fpm-group=phpfpm --with-fpm-systemd --with-libxml-dir --with-openssl --with-pcre-regex --with-zlib --enable-bcmath --with-bz2 --with-curl --enable-exif --with-gd --enable-soap --enable-zip --enable-mysqlnd --with-mysqli=/usr/bin/mysql_config-64 --with-pdo-mysql=mysqlnd --enable-mbstring --with-gmp --with-sodium