Re: [CentOS] phpMyAdmin mbstring extension is missing

2015-10-27 Thread John R Pierce
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

Re: [CentOS] phpMyAdmin mbstring extension is missing

2015-10-27 Thread Eero Volotinen
You need to install correct package. Name of package might be php-mbstring .. Eero 27.10.2015 11.58 ip. "Frank M. Ramaekers" kirjoitti: > This is a fairly new install of CentOS7 and I'm trying to install > phpMyAdmin (http). When I access http://server/phpMyAdmin it

Re: [CentOS] phpMyAdmin mbstring extension is missing

2015-10-27 Thread Frank M. Ramaekers
Eero, It has already been installed. Frank M. Ramaekers Jr. -Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Eero Volotinen Sent: Tuesday, October 27, 2015 5:16 PM To: CentOS mailing list Subject: Re: [CentOS] phpMyAdmin mbstring

Re: [CentOS] phpMyAdmin mbstring extension is missing

2015-10-27 Thread Frank Cox
On Tue, 27 Oct 2015 17:23:15 -0500 Frank M. Ramaekers wrote: > It has already been installed. Since your configuration files say that mbstring.so should exist in /etc/php.d, the first question to ask is, does it? -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com

[CentOS] phpMyAdmin mbstring extension is missing

2015-10-27 Thread Frank M. Ramaekers
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

Re: [CentOS] phpMyAdmin mbstring extension is missing

2015-10-27 Thread Frank Cox
On Tue, 27 Oct 2015 19:19:42 -0500 Frank M. Ramaekers wrote: > Yes, it does in /usr/lib64/php/modules/ So what you actually meant to say is, no it doesn't exist in /etc/php.d. /etc/php.d != /usr/lib64/php/modules. I think you found your problem. -- MELVILLE THEATRE ~ Real D 3D Digital Cinema

Re: [CentOS] phpMyAdmin mbstring extension is missing

2015-10-27 Thread Frank M. Ramaekers
: [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 file

Re: [CentOS] phpMyAdmin mbstring extension is missing

2015-10-27 Thread Frank M. Ramaekers
@centos.org on behalf of Frank Cox Sent: Tue 10/27/2015 7:34 PM To: centos@centos.org Subject: Re: [CentOS] phpMyAdmin mbstring extension is missing On Tue, 27 Oct 2015 19:19:42 -0500 Frank M. Ramaekers wrote: > Yes, it does in /usr/lib64/php/modules/ So what you actually meant to say is, no it

Re: [CentOS] phpMyAdmin mbstring extension is missing

2015-10-27 Thread Frank M. Ramaekers
Yes, it does in /usr/lib64/php/modules/ Frank M. Ramaekers Jr. -Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Frank Cox Sent: Tuesday, October 27, 2015 5:30 PM To: centos@centos.org Subject: Re: [CentOS] phpMyAdmin mbstring extension

Re: [CentOS] phpMyAdmin mbstring extension is missing

2015-10-27 Thread John R Pierce
On 10/27/2015 6:26 PM, Frank M. Ramaekers wrote: This directory has a bunch of .ini files, so I changed it to the location of the .so files: ; Directory in which the loadable extensions (modules) reside. ;http://php.net/extension-dir extension_dir = "./" ; On windows: ; extension_dir = "ext" ;