由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - PHP编译完后Extension到哪里去了?
相关主题
一个ssh 诡异的问题Java7和openssl版本问题 (转载)
Re: 有没有什么网络函数能够 (转载)centos update openssl
xbmc 在 fedora 14下面搞不定regex q
Touchpad 没法 enable 了, Ubuntu 10.4ubuntu 9.04下要装啥才能解决某些在线视频不能观看的问题?
怎么让sftp自动补全?Regular Expression question: how to enumerate all matches? (转载)
ssh 连 X 速度巨慢!有regex / apache rewrite rule 高手吗
Linux 的 License 疑惑一行命令找出html中所有img src?
新手求教一个问题A question about two linux commands
相关话题的讨论汇总
话题: enable话题: mysql话题: dir话题: freetype话题: php
进入Linux版参与讨论
1 (共1页)
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

1 (共1页)
进入Linux版参与讨论
相关主题
A question about two linux commands怎么让sftp自动补全?
有vim script 高手吗?ssh 连 X 速度巨慢!
help about regex (转载)Linux 的 License 疑惑
不用安装的trash bin?新手求教一个问题
一个ssh 诡异的问题Java7和openssl版本问题 (转载)
Re: 有没有什么网络函数能够 (转载)centos update openssl
xbmc 在 fedora 14下面搞不定regex q
Touchpad 没法 enable 了, Ubuntu 10.4ubuntu 9.04下要装啥才能解决某些在线视频不能观看的问题?
相关话题的讨论汇总
话题: enable话题: mysql话题: dir话题: freetype话题: php