Pages

Bài đăng phổ biến

Tuesday, November 6, 2012

[Solved] : Error: database disk image is malformed

When you run yum update it return this error:

Error: database disk image is malformed

Fixed: 

you just run this cmd yum clean dbcache 
or    yum clean all 
Done !

Nguyen Si Nhan

Thursday, October 25, 2012

Fixed : Need at least one XML library, --with-expat is supported


Error when compiled:

      configure: error: Need at least one XML library, --with-expat is supported
fixed:

   yum install expat expat-devel

then you rerun ./configure,that's all

Nguyen Si Nhan