Hi, i tried to install ispCP on a new server and, i get this:
Code:
activestyle:~/ispCP/nightly# aptitude install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`)
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
No candidate version found for libapache2-mod-fastcgi
No candidate version found for libapache2-mod-fastcgi
The following packages are BROKEN:
exim4 exim4-config
The following NEW packages will be installed:
apache2 apache2-mpm-worker apache2-suexec apache2-utils apache2.2-common awstats bind9 bind9-host{a} bind9utils{a} binutils{a} chkrootkit courier-authdaemon courier-authlib{a}
courier-authlib-userdb{a} courier-base courier-imap courier-maildrop courier-pop cpp{a} cpp-4.3{a} db4.6-util{a} defoma{a} dictionaries-common{a} dnsutils expect{a} fam{a} fontconfig-config{a} gcc
gcc-4.3{a} iamerican{a} ispell libapache2-mod-fcgid libberkeleydb-perl libbind9-50{a} libbit-vector-perl{a} libc6-dev libcap1{a} libcap2{a} libcarp-clan-perl{a} libclass-singleton-perl{a}
libconvert-binhex-perl{a} libcrypt-blowfish-perl libcrypt-cbc-perl libcrypt-passwdmd5-perl libdate-calc-perl libdate-manip-perl libdatetime-locale-perl{a} libdatetime-perl libdatetime-timezone-perl
libdbd-mysql-perl libdbi-perl libdigest-hmac-perl{a} libdigest-sha1-perl{a} libdns55{a} libfam0{a} libfile-basedir-perl{a} libfile-copy-recursive-perl libfile-desktopentry-perl{a}
libfile-mimeinfo-perl libfontconfig1{a} libfreetype6{a} libgd2-xpm{a} libglib2.0-0{a} libglib2.0-data{a} libgmp3c2{a} libgomp1{a} libidn11{a} libio-multiplex-perl{a} libio-socket-inet6-perl{a}
libio-stringy-perl libisc52{a} libisccc50{a} libisccfg50{a} libjpeg62{a} libltdl3{a} liblwres50{a} libmail-sendmail-perl libmcrypt4 libmd5-perl libmhash2{a} libmime-perl libmime-tools-perl{a}
libmpfr1ldbl{a} libnet-cidr-perl{a} libnet-daemon-perl{a} libnet-dns-perl libnet-ip-perl{a} libnet-libidn-perl libnet-netmask-perl libnet-rblclient-perl{a} libnet-server-perl{a}
libnet-smtp-server-perl libnet-xwhois-perl{a} libparams-validate-perl{a} libparse-syslog-perl{a} libperl5.10 libplrpc-perl{a} libsnmp-session-perl libsocket6-perl{a} libsys-hostname-long-perl{a}
libsys-syslog-perl{a} libt1-5{a} libterm-readkey-perl libterm-readpassword-perl libxpm4{a} linux-libc-dev{a} lynx lynx-cur{a} make mysql-client mysql-client-5.0{a} mysql-server mysql-server-5.0{a}
openssl-blacklist{a} original-awk patch php-pear php5 php5-adodb php5-cgi php5-cli php5-common{a} php5-gd php5-mcrypt php5-mhash php5-mysql policyd-weight portmap{a} postfix postgrey procmail proftpd
proftpd-basic{a} proftpd-mod-ldap{a} proftpd-mod-mysql{a} proftpd-mod-pgsql{a} rkhunter sasl2-bin shared-mime-info{a} ssl-cert{a} tcl8.4{a} ttf-dejavu{a} ttf-dejavu-core{a} ttf-dejavu-extra{a}
unhide{a} wamerican{a}
The following packages will be REMOVED:
exim4-daemon-light{a}
0 packages upgraded, 146 newly installed, 1 to remove and 0 not upgraded.
Need to get 90.6MB of archives. After unpacking 252MB will be used.
The following packages have unmet dependencies:
exim4-config: Conflicts: postfix but 2.5.5-1.1 is to be installed.
exim4: Depends: exim4-daemon-light but it is not installable or
exim4-daemon-heavy but it is not installable or
exim4-daemon-custom which is a virtual package.
The following actions will resolve these dependencies:
Remove the following packages:
exim4
exim4-base
exim4-config
Leave the following dependencies unresolved:
defoma recommends libft-perl
Score is -1029
Accept this solution? [Y/n/q/?]
It happened the same with Ubuntu.
And yes, i like to test things so, i'm trying to install the latest SVN version
Can i ignore the exim stuff and fix it at a later time?
For now, for my email i'm using google apps.
Thanks
PS: same happened with ubuntu...
EDIT: i just tried with 1.0.6 and i get the same error.
Code:
activestyle:~/ispCP/ispcp-omega-1.0.6# lsb_release -cs
lenny
And to answer to my own problem(s):
1. for libapache2-mod-fastcgi
Code:
No candidate version found for libapache2-mod-fastcgi
non-free should be added to repository:
Code:
deb http://ftp.us.debian.org/debian lenny main contrib non-free
2. for the postfix issue
Code:
The following packages have unmet dependencies:
exim4-config: Conflicts: postfix but 2.5.5-1.1 is to be installed.
exim4: Depends: exim4-daemon-light but it is not installable or
exim4-daemon-heavy but it is not installable or
exim4-daemon-custom which is a virtual package.
Running: apt-get install postfix
before: aptitude install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`)
did the job.
I have no idea why...