PDA

View Full Version : [ubuntu] Install Liferea 1.6.0 in Ubuntu 8.04



villalcalde84
July 26th, 2009, 10:02 PM
I like using Liferea, but the version in the repos is a bit old. Liferea v. 1.6.0 has been released and I would like to install it in Ubuntu 8.04.

I downloaded the source package from its website, extracted its content, but when I run ./configure in the terminal i get this: http://paste.ubuntu.com/234069/

How could I install the missing dependencies to install the latest version of Liferea?

Thanks!

villalcalde84
July 27th, 2009, 02:06 AM
Does anyone know how to install/upgrade this packages:

gtk+-2.0 >= 2.16.0
glib-2.0 >= 2.16.0
pango >= 1.4.0
gconf-2.0 >= 1.1.9
libxml-2.0 >= 2.6.27
libxslt >= 1.1.19
sqlite3 >= 3.6.10
gmodule-2.0 >= 2.0.0
libglade-2.0 >= 2.0.0
libsoup-2.4 >= 2.26.1
webkit-1.0 >= 1.1.10


in Ubuntu 8.04, so I can install Liferea 1.6.0?

Thanks.

AlexFera
July 28th, 2009, 05:49 PM
You could try: sudo apt-get build-dep liferea , to solve all dependencies.

villalcalde84
July 29th, 2009, 02:04 AM
You could try: sudo apt-get build-dep liferea , to solve all dependencies.

Thanks AlexFera, but if a run sudo apt-get build-dep liferea, it will download the dependencies for the version in the repositories, which is v. 1.4.14, right?

I would like to install/upgrade the dependencies that I mentioned above to install Liferea v. 1.6.0. Is that possible in Ubuntu 8.04?

villalcalde84
August 6th, 2009, 03:44 AM
Any other ideas on how this can be done?