Skip to content

Muthii's blog

Just another page out of my life

Tag: Unable to load dynamic library

Posted on December 11, 2013

PHP Startup: Unable to load dynamic library ‘/usr/lib/php/modules/module.so’

If you are using rpmforge with Centos 6.x you might run into this issue I found 2 packages with this issue mbcrypt and php-tidy. Both had the wrong setting in their .ini files. Just edit the files and replace “module” with the right module name.

Change
extension=module.so

to

extension=mbcrypt.so

and

extension=tidy.so

The .ini files are located under /etc/php.d/

May 2025
S M T W T F S
 123
45678910
11121314151617
18192021222324
25262728293031
« Nov    
  • Code
  • Computer
  • Family
  • Health
  • Internet
  • Java
  • Life
  • Linux
  • Linux Scripts
  • Old
  • server
  • Software
  • Windows
  • Forward ROOT mail to a user
  • Setup Couchpotato with virtualenv
  • java.lang.NoSuchMethodException: sun.misc.Unsafe.defineClass
  • Chomebook Secure Shell – Remove ssh key from known_hosts
  • No appropriate protocol
Proudly powered by WordPress