Search Articles

Select a Category

Stock Quotes

INDU0.00  chartN/A
NASDAQ2818.98  chart+13.70
S&P 5001318.57  chart+0.14
^TNX1.898  chart-0.033
JNK39.499  chart-0.081
TIP118.24  chart+0.09
000001.SS2319.118  chart+23.043
PPLT160.05  chart+1.03
GLD168.81  chart+1.54
SLV32.94  chart+0.51
GOOG578.94  chart+10.84
VDSI8.27  chart+0.09
PEP65.95  chart-0.57
DIS39.42  chart+0.07
WAG34.24  chart-0.08
VE11.41  chart+0.01
OVTI14.32  chart+0.48
CPB31.44  chart-0.23
ADBE31.14  chart-0.04
ADSK36.56  chart+0.01
FDX93.39  chart+0.65
SYY30.36  chart+0.01
SI96.22  chart+0.15
MMM87.79  chart+0.21
CSCO19.68  chart-0.15
GIS40.07  chart-0.32
S2.175  chart+0.005
VISN1.55  chart-0.02
AMSC5.391  chart+0.241
RIMM16.83  chart+0.57
WM34.90  chart+0.17
NVDA14.99  chart+0.28
XLF14.17  chart+0.091
DWA18.31  chart-0.31
MRK38.65  chart-0.13
MSFT29.32  chart-0.18
HIG17.645  chart+0.085
BP43.89  chart-0.88
1970-01-01 00:00

The Daily Dilbert

How to Solve Missing zlib extensions Problem

Problem

After upgraded to Ubuntu 9.10, I could not update any wordpress plugins any more. It worked fine with early Ubuntu releases. After a quick check on the web, it was  a bug in the Ubuntu release. Missing zlib Extension

Solution:

Ubuntu has not put the code into the final updated yet.  You need to add karmic-proposed into your apt source file.

Here are the two lines you need to add to your apt source:

>sudo nano /etc/apt/sources.list

deb http://security.ubuntu.com/ubuntu karmic-proposed main restricted  universe multiverse
deb-src http://security.ubuntu.com/ubuntu karmic-proposed main restricted  universe multiverse

Modify the Apt sources.list

After saving the file, run the following commands:

  1. sudo aptitude update
  2. sudo apt-get update
  3. sudo apt-get upgrade

After the above steps, wordpress has no problems to update plugins.

Successful Plugin UpgradeReference

  1. Ubuntu Bug Report 451405
  2. Fixing Missing zlib Extensions
VN:F [1.9.6_1107]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.6_1107]
Rating: 0 (from 0 votes)
Share

Comments are closed.