Frank M. Ramaekers
2015-Oct-27 21:57 UTC
[CentOS] phpMyAdmin mbstring extension is missing
This is a fairly new install of CentOS7 and I'm trying to install phpMyAdmin (http). When I access http://server/phpMyAdmin it throws: The mbstring extension is missing. Please check your PHP configuration. There is a mbstring.ini in /etc/php.d with: ; Enable mbstring extension module Extension=mbstring.so /etc/php.ini has: : extension_dir = "/etc/php.d" : Not sure where to go now. Frank M. Ramaekers Jr. | Systems Programmer | Information Technology | American Income Life Insurance | 254-761-6649
You need to install correct package. Name of package might be php-mbstring .. Eero 27.10.2015 11.58 ip. "Frank M. Ramaekers" <FRamaekers at ailife.com> kirjoitti:> This is a fairly new install of CentOS7 and I'm trying to install > phpMyAdmin (http). When I access http://server/phpMyAdmin it throws: > > > > The mbstring extension is missing. Please check your PHP configuration. > > > > There is a mbstring.ini in /etc/php.d with: > > ; Enable mbstring extension module > > Extension=mbstring.so > > > > /etc/php.ini has: > > : > > extension_dir = "/etc/php.d" > > : > > > > Not sure where to go now. > > > > Frank M. Ramaekers Jr. | Systems Programmer | Information Technology | > American Income Life Insurance | 254-761-6649 > > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >
Frank M. Ramaekers
2015-Oct-27 22:23 UTC
[CentOS] phpMyAdmin mbstring extension is missing
Eero, It has already been installed. Frank M. Ramaekers Jr. -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Eero Volotinen Sent: Tuesday, October 27, 2015 5:16 PM To: CentOS mailing list Subject: Re: [CentOS] phpMyAdmin mbstring extension is missing You need to install correct package. Name of package might be php-mbstring .. Eero 27.10.2015 11.58 ip. "Frank M. Ramaekers" <FRamaekers at ailife.com> kirjoitti:> This is a fairly new install of CentOS7 and I'm trying to install > phpMyAdmin (http). When I access http://server/phpMyAdmin it throws: > > > > The mbstring extension is missing. Please check your PHPconfiguration.> > > > There is a mbstring.ini in /etc/php.d with: > > ; Enable mbstring extension module > > Extension=mbstring.so > > > > /etc/php.ini has: > > : > > extension_dir = "/etc/php.d" > > : > > > > Not sure where to go now. > > > > Frank M. Ramaekers Jr. | Systems Programmer | Information Technology |> American Income Life Insurance | 254-761-6649 > > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >_______________________________________________ CentOS mailing list CentOS at centos.org https://lists.centos.org/mailman/listinfo/centos
On 10/27/2015 2:57 PM, Frank M. Ramaekers wrote:> /etc/php.ini has: > > : > > extension_dir = "/etc/php.d"that seems wrong, mine has no such field. (the commented out default value is ./ ) the extension .so files should be in /usr/lib64/php/modules -- john r pierce, recycling bits in santa cruz
Frank M. Ramaekers
2015-Oct-28 00:23 UTC
[CentOS] phpMyAdmin mbstring extension is missing
John, Yeah, tried that, no improvement (same error message). Thanks, Frank M. Ramaekers Jr. -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of John R Pierce Sent: Tuesday, October 27, 2015 5:40 PM To: centos at centos.org Subject: Re: [CentOS] phpMyAdmin mbstring extension is missing On 10/27/2015 2:57 PM, Frank M. Ramaekers wrote:> /etc/php.ini has: > > : > > extension_dir = "/etc/php.d"that seems wrong, mine has no such field. (the commented out default value is ./ ) the extension .so files should be in /usr/lib64/php/modules -- john r pierce, recycling bits in santa cruz _______________________________________________ CentOS mailing list CentOS at centos.org https://lists.centos.org/mailman/listinfo/centos