libvarnishapi1

Hi,

Having followed the instructions to setup found at:

> Mercury on Ubuntu 10.04 (Lucid)

http://library.linode.com/application-s … 0.04-lucid">http://library.linode.com/application-stacks/project-mercury/ubuntu-10.04-lucid

after running the following command to install the software:

> apt-get install apache2 tomcat6 apache2-mpm-prefork apache2-utils apache2.2-common autoconf memcached automake automake1.4 autotools-dev bzr defoma fontconfig-config libapache2-mod-php5 libapache2-mod-rpaf libapr1 libaprutil1 libdbd-mysql-perl libdbi-perl libfontconfig1 libfreetype6 libgd2-xpm libhtml-template-perl libjpeg62 libltdl7 libltdl7-dev libmysqlclient16 libnet-daemon-perl libplrpc-perl libpng12-0 libpq5 libssl-dev libt1-5 libtool libvarnish1 libxpm4 m4 mysql-common mysql-server mysql-client php-apc php5 php5-cli php5-curl php5-common php5-dev php5-gd php5-mysql php5-xmlrpc php-pear postfix shtool ssl-cert subversion ttf-dejavu ttf-dejavu-core ttf-dejavu-extra varnish zlib1g-dev bzr bzrtools php5-memcached

I got this error message:

> Some packages could not be installed. This may mean that you have

requested an impossible situation or if you are using the unstable

distribution that some required packages have not yet been created

or been moved out of Incoming.

The following information may help to resolve the situation:

The following packages have unmet dependencies:

varnish : Depends: libvarnishapi1 (>= 3.0.0) but it is not going to be installed

E: Unable to correct problems, you have held broken packages.

Any help to fix the issue would be appreciated.

1 Reply

You really shouldn't be using a guide written for 10.04 on a 12.04 system. Things are not always the same.

Try

apt-get install libvarnishapi1

and see if that fixes it.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct