linux 怎么安装php-mbstring?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 怎么安装php-mbstring?相关的知识,希望对你有一定的参考价值。

php版本PHP 5.5.18
网上搜到的方法基本都是那2个,但是都没有解决问题;
1.yum install php-mbstring

@q1

@q2执行后没有任何提示和输出

2.第二种方法如图:

根本就没找到php源码目录在哪。。。
php是通过yum安装的,/usr/src 下就2个目录 debug kernels

现在不知道怎么搞了...求大神帮忙~

linux系统下php安装mbstring扩展的二种方法:

第一种方法:

1、输入命令:

2、 修改php.ini (这一步非常重要, 部分lxadmin版本无法自动修改)

3. 重启web service

如果是apache: service httpd restart

第二种方法:

php 5.36
安装目录:/usr/local/php

使用/usr/local/php/bin/php -v #查看配置是否错误
使用php.info查看mbstring是否安装成功。

参考技术A 第一步找到php.ini配置文件:
1、/etc/php/php.ini
2、/usr/local/php/lib/php.ini
基本上是上面两种中的一种找到后,加入如下语句:
extension=mbstring.so
就行了。追问

都没有mbstring.so 加上有啥用...

Linux中怎么升级PHP

推荐yum源安装:

#查看 删除老php版本的源
yum list installed | grep php  

yum remove php.x86_64 php-cli.x86_64 php-common.x86_64 php-gd.x86_64 php-ldap.x86_64 php-mbstring.x86_64 php-mcrypt.x86_64 php-mysql.x86_64 php-pdo.x86_64 

#添加CentOS 7.0的源
yum install epel-release
rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm

#追加CentOS 6.5的epel及remi源
rpm -Uvh http://ftp.iij.ad.jp/pub/linux/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm

#查看php56的源资源
yum list --enablerepo=remi --enablerepo=remi-php56 | grep php

#安装
yum install --enablerepo=remi --enablerepo=remi-php56 php php-fpm php-opcache php-devel php-mbstring php-mcrypt php-mysqlnd php-phpunit-PHPUnit php-pecl-xdebug php-pecl-xhprof

 

 

重启PHP:

service php-fpm restart

 

以上是关于linux 怎么安装php-mbstring?的主要内容,如果未能解决你的问题,请参考以下文章

安装zabbix需要php的两个模块php-bcmath和php-mbstring(转)

centOS 7 无法安装 php-mbstring 扩展

尝试在 ec2 上安装 php-mbstring 的依赖问题

尝试在 ubuntu 20.04 上安装 php-mbstring

linux 安装软件后 怎么检查安装是不是成功

深度linux系统怎么安装软件