Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Have enabled mbstring in my PHP, however phpMyAdmin is showing that it is not installed. Here is my configure script. While this is RHEL 5 box, I built apache and php by hand not from rpms so please don't tell me to install php-mbstring.
You have build mbstring as a shared library, that's why phpmyadmin cannot find it. You could use just "--enable-mbstring" to built in php.
So, either recompile php, or adjust LD_LIBRARY_PATH to contain the path to mbstring.so. Or you can add this path (something like /usr/local/lib/php/<php-version-numbers> in /etc/ld.so.conf and run ldconfig afterwards.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.