Skip to content

Muthii's blog

Just another page out of my life

Month: December 2013

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/

December 2013
S M T W T F S
1234567
891011121314
15161718192021
22232425262728
293031  
« Jun   Feb »
  • 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