linux - PhpMyAdmin install errors -


i've installed phpmyadmin on linux fedora 13 php 5.3.3. following 2 errors:

first: on login screen:

cannot load mcrypt extension. please check php configuration.

-the solutions googled 1 yum install mcrypt , enable in /etc/php.ini

extension=php_mcrypt.dll extension=php_mcrypt_filter.dll 

did that, no go.

this second 1 shows when login:

the mbstring php extension not found , seem using multibyte charset. without mbstring extension phpmyadmin unable split strings correctly , may result in unexpected results.

wondering a) how can fix these , b) affect?

thanks-

look resource file being loaded examining $_server['phprc']. value points directory php looks php.ini. doubt it's /etc.

then install right package, php-mcrypt.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -