PDA

View Full Version : dcc on ubuntu 8.04 amd64


rubing
9th October 2008, 04:23
hello,

I am trying to run the tutorial on how to setup a postfix mail server with virtual users found here: http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-ubuntu8.04-p3

It is instructing me to install software that is not for my servers archetecture. My server is amd64, I tried substituting i386 with amd64, but it didn't work. here are the lines:

DCC isn't available in the Ubuntu 8.04 repositories, so we install it as follows:

cd /tmp
wget http://launchpadlibrarian.net/11564361/dcc-server_1.3.42-5_i386.deb
wget http://launchpadlibrarian.net/11564359/dcc-common_1.3.42-5_i386.deb
dpkg -i dcc-common_1.3.42-5_i386.deb
dpkg -i dcc-server_1.3.42-5_i386.deb

falko
9th October 2008, 19:53
There don't seem to be amd64 package for DCC available... :(

rubing
10th October 2008, 00:37
actually, i found one. you have to go to the main launchpad site and search for it.

falko
10th October 2008, 15:41
Can you post the links here? :)

almeister9
7th November 2008, 03:12
I did the search and found these links.

http://launchpadlibrarian.net/11565552/dcc-common_1.3.42-5_amd64.deb
http://launchpadlibrarian.net/11565554/dcc-server_1.3.42-5_amd64.deb

there was also this

http://launchpadlibrarian.net/11565553/dcc-milter_1.3.42-5_amd64.deb

but I dont know what dcc-milter is and the Howto by Falko that I am doing:
Virtual Users and Domains Postfix Ubuntu 8.04 LTS etc. doesnt ask for it.

hope this helps.