- 积分
- 16843
在线时间 小时
最后登录1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
x
php 8.3 编译configure: error: Linking mysqli against external library is no longer supported
7 _, n# A! m* \1 D( a% ^ F% g& Q. c1 {: E! u, F
解决方法:( r$ O3 R+ b0 V, H; Q
修改编译参数,解决问题:./configure --prefix=/usr/local/php --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-mysqli=FOO --with-iconv-dir --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --enable-fpm --enable-xml --enable-magic-quotes --enable-safe-mode --enable-bcmath --enable-shmop --enable-sysvsem --with-curl --with-curlwrappers --enable-mbregex --enable-fastcgi --enable-force-cgi-redirect --enable-mysqlnd --with-pdo-mysql=mysqlnd --enable-ftp --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --with-mime-magic --with-mysqli --with-pdo-mysqli) Q$ J" p ?) {
8 x" L$ _( g8 _/ H+--------------------------------------------------------------------+
& P# D8 J8 B9 j- N" H& g| License: |
+ D* b+ ~% O. d/ R( U| This software is subject to the PHP License, available in this |
~* @% r2 {7 r1 m6 P3 G: B| distribution in the file LICENSE. By continuing this installation |
+ A( w& j h/ i; m" w| process, you are bound by the terms of this license agreement. |5 c! J* l L1 c5 ]% u; Z
| If you do not agree with the terms of this license, you must abort |0 }% X9 [+ }) j0 J
| the installation process at this point. |7 K. g. {2 ]& G
+--------------------------------------------------------------------+
% @6 {1 h$ z# K" K. v# ^7 z
+ `8 d- b: `, R( vThank you for using PHP.% c3 v6 V4 J3 j0 r8 ~$ @
0 p+ h/ q5 R! G5 M+ H) r' ]/ p0 g J6 f
configure: WARNING: unrecognized options: --with-mysql, --with-iconv-dir, --with-freetype-dir, --with-jpeg-dir, --with-png-dir, --enable-magic-quotes, --enable-safe-mode, --with-curlwrappers, --enable-fastcgi, --enable-force-cgi-redirect, --with-gd, --enable-gd-native-ttf, --with-xmlrpc, --enable-zip, --with-mime-magic, --with-pdo-mysqli6 i9 A6 O w- k7 p# K; `
; y% Y- ^/ r: f. k' [7 K( b8 c |
|