Search Articles

Select a Category

Stock Quotes

DJIA10447.93  chart+127.83
NASDAQ2233.75  chart+33.74
S&P 5001104.51  chart+14.41
^HSI20971.50  chart+102.58
^TNX2.71  chart+0.78
JNK39.00  chart-0.02
TIP107.38  chart-0.17
000001.SS2655.39  chart-0.38
PPLT154.75  chart+0.52
GLD121.86  chart-0.43
SLV19.42  chart+0.14
MON55.79  chart+1.44
ROK55.47  chart+0.91
S4.34  chart+0.00
STP8.91  chart+0.43
VDSI6.17  chart+0.06
VE24.93  chart+0.56
VISN3.67  chart+0.01
SCHW13.86  chart+0.09
MSFT24.29  chart+0.35
BAX44.23  chart+0.23
BSX5.35  chart+0.04
PFE16.46  chart+0.06
BP37.43  chart+0.86
NVDA9.90  chart+0.33
CLWR6.99  chart+0.18
RIMM44.78  chart+0.63
2010-09-03 16:02

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.8.8_1072]
Rating: 0.0/10 (0 votes cast)
VN:F [1.8.8_1072]
Rating: 0 (from 0 votes)
  • Share/Bookmark

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>