Hi gurus,
I followed
the wiki page for installation, but I got this problem:
Quote:root@mx:~/ispcp-omega-1.0.5# apt-get install $(cat ./docs/Ubuntu/ubuntu-packages-`lsb_release -cs`)
Reading package lists... Done
Building dependency tree
Reading state information... Done
apache2 is already the newest version.
apache2.2-common is already the newest version.
apache2-utils is already the newest version.
bash is already the newest version.
bind9 is already the newest version.
bzip2 is already the newest version.
diff is already the newest version.
dnsutils is already the newest version.
gzip is already the newest version.
iptables is already the newest version.
Package libapache2-mod-fastcgi is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libapache2-mod-fastcgi has no installation candidate
I am not sure what repositories, if any, need to be added. So can anyone please post here the correct sources.list for ubuntu 9.10 or give some clue to resolve the issue?
Cheers
Ok, the issue was resolved by using 'aptitude' instead of 'apt-get':
Quote:apt-get install aptitude
Quote:Quote:aptitude update && aptitude safe-upgrade
and then:
Quote:aptitude install $(cat ./docs/Ubuntu/ubuntu-packages-`lsb_release -cs`)
:-)