c**t 发帖数: 2744 | 1 没有RH Subscription,不能加repo,只好从源码编译PHP。
./configure --prefix=/usr/local --with-pdo-mysql --with-libdir=lib64 --
libdir=/usr/lib64 --enable-bcmath --enable-calendar --enable-exif --enable-
ftp --enable-mbstring --enable-soap --enable-zip --with-curl --with-freetype
-dir --with-gettext --with-iconv --with-jpeg-dir --with-kerberos --with-
mhash --with-mysql --with-mysqli --with-openssl --with-png-dir --with-regex
--with-xmlrpc --with-xsl --with-zlib-dir --with-config-file-path=/usr/local/
lib --without-pear --enable-sockets --with-mysql-sock=/var/lib/mysql/mysql.
sock
明明指定了 enable-mbstring,可是apache还是抱怨找不到 php-mbstrin
g。咋回事? |
c********1 发帖数: 5269 | 2 1. check if php-mbstring was built successfully.
2. check if php-mbstring was installed successfully.
freetype
regex
local/
mysql.
【在 c**t 的大作中提到】 : 没有RH Subscription,不能加repo,只好从源码编译PHP。 : ./configure --prefix=/usr/local --with-pdo-mysql --with-libdir=lib64 -- : libdir=/usr/lib64 --enable-bcmath --enable-calendar --enable-exif --enable- : ftp --enable-mbstring --enable-soap --enable-zip --with-curl --with-freetype : -dir --with-gettext --with-iconv --with-jpeg-dir --with-kerberos --with- : mhash --with-mysql --with-mysqli --with-openssl --with-png-dir --with-regex : --with-xmlrpc --with-xsl --with-zlib-dir --with-config-file-path=/usr/local/ : lib --without-pear --enable-sockets --with-mysql-sock=/var/lib/mysql/mysql. : sock : 明明指定了 enable-mbstring,可是apache还是抱怨找不到 php-mbstrin
|
d****i 发帖数: 4809 | 3 Type this in the shell:
$ ldconfig -p | grep libmbfl
Do you get any output?
freetype
regex
local/
mysql.
【在 c**t 的大作中提到】 : 没有RH Subscription,不能加repo,只好从源码编译PHP。 : ./configure --prefix=/usr/local --with-pdo-mysql --with-libdir=lib64 -- : libdir=/usr/lib64 --enable-bcmath --enable-calendar --enable-exif --enable- : ftp --enable-mbstring --enable-soap --enable-zip --with-curl --with-freetype : -dir --with-gettext --with-iconv --with-jpeg-dir --with-kerberos --with- : mhash --with-mysql --with-mysqli --with-openssl --with-png-dir --with-regex : --with-xmlrpc --with-xsl --with-zlib-dir --with-config-file-path=/usr/local/ : lib --without-pear --enable-sockets --with-mysql-sock=/var/lib/mysql/mysql. : sock : 明明指定了 enable-mbstring,可是apache还是抱怨找不到 php-mbstrin
|
p*****u 发帖数: 214 | 4 查看PHP.ini 是否加载
freetype
regex
local/
mysql.
【在 c**t 的大作中提到】 : 没有RH Subscription,不能加repo,只好从源码编译PHP。 : ./configure --prefix=/usr/local --with-pdo-mysql --with-libdir=lib64 -- : libdir=/usr/lib64 --enable-bcmath --enable-calendar --enable-exif --enable- : ftp --enable-mbstring --enable-soap --enable-zip --with-curl --with-freetype : -dir --with-gettext --with-iconv --with-jpeg-dir --with-kerberos --with- : mhash --with-mysql --with-mysqli --with-openssl --with-png-dir --with-regex : --with-xmlrpc --with-xsl --with-zlib-dir --with-config-file-path=/usr/local/ : lib --without-pear --enable-sockets --with-mysql-sock=/var/lib/mysql/mysql. : sock : 明明指定了 enable-mbstring,可是apache还是抱怨找不到 php-mbstrin
|