How to install mod_fastcgi on Ubuntu “Lucid” 10.04 LTS

Problem:

When you attempt to install mod_fastcgi for apache 2.2 on Ubuntu 10.04 using “apt-get install libapache2-mod-fastcgi” you recieve the Error “E: Package libapache2-mod-fastcgi has no installation candidate.”

Solution:

  1. Add multiverse to lucid main within apt sources:
    nano /etc/apt/sources.list
  2. Add these lines to the bottom of the file:
    deb http://archive.ubuntu.com/ubuntu/ lucid main restricted multiverse
    deb-src http://archive.ubuntu.com/ubuntu lucid main restricted multiverse
  3. Update apt
    apt-get update
  4. Download mod-fastcgi from newly added repositories
    apt-get install libapache2-mod-fastcgi
  5. Success!

If this article has been helpful, please consider linking to it or commenting.

Bookmark and Share

Post Author

This post was written by iainlbc who has written 13 posts on iainlbc.

No comments yet.

Leave a Reply