LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 01-01-2006, 06:13 AM   #1
benjalien
Member
 
Registered: Aug 2003
Location: Belgium
Distribution: Debian (i686/ppc/amd64)
Posts: 86

Rep: Reputation: 15
Unhappy sasl2-bin broken? Needed for cyrus-imap


Hi everyone, and happy new year,

I'm looking to get cyrus imap up and running on my machine, but when I try to connect, I get rejected (using Squirrelmail and telnet).

I looked at the doc (/usr/share/doc/cyrus...) and googled and it seemes like I'm missing the sasl2-bin package, but it seem to be broken

Here's what I get trying to install it:
Code:
Server:/home/benjalien# apt-get install sasl2-bin
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.

Puisque vous n'avez demandé qu'une seule opération, le paquet n'est
probablement pas installable et vous devriez envoyer un rapport de bogue.
L'information suivante devrait vous aider à résoudre la situation :

Les paquets suivants contiennent des dépendances non satisfaites :
  sasl2-bin: Dépend: libgssapi1-heimdal (>= 0.6.3) mais il n'est pas installable
             Dépend: libkrb5-17-heimdal (>= 0.6.3) mais ne sera pas installé
E: Paquets défectueux
I guess you don't al speek french, but I'm pretty sure you know what's written there... mostly the "Broken package" part

Any help would be greatly appreciated!

Benja
 
Old 01-01-2006, 11:35 PM   #2
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
What do you have in your sources.list? It looks like you are needing a version of the packages that are in testing.

Code:
>$ apt-cache policy libgssapi1-heimdal
libgssapi1-heimdal:
  Installed: (none)
  Candidate: 0.6.3-13
  Version table:
     0.6.3-13 0
        990 http://ftp.de.debian.org testing/main Packages

>$ apt-cache policy libkrb5-17-heimdal
libkrb5-17-heimdal:
  Installed: (none)
  Candidate: 0.6.3-13
  Version table:
     0.7.1-2 0
        600 http://ftp.de.debian.org sid/main Packages
     0.6.3-13 0
        990 http://ftp.de.debian.org testing/main Packages
And if you have a line for testing then it will install.

Code:
HappyTux:/home/stephen# apt-get -s install sasl2-bin
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
   libasn1-6-heimdal (0.6.3-13)
   libdb4.1 (4.1.25-19)
   libgssapi1-heimdal (0.6.3-13)
   libkrb-1-kerberos4kth (1.2.2-11.3)
   libkrb5-17-heimdal (0.6.3-13)
   libroken16-kerberos4kth (1.2.2-11.3)
The following NEW packages will be installed:
   libasn1-6-heimdal (0.6.3-13)
   libdb4.1 (4.1.25-19)
   libgssapi1-heimdal (0.6.3-13)
   libkrb-1-kerberos4kth (1.2.2-11.3)
   libkrb5-17-heimdal (0.6.3-13)
   libroken16-kerberos4kth (1.2.2-11.3)
   sasl2-bin (2.1.19-1.7)
0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
Inst libasn1-6-heimdal (0.6.3-13 Debian AMD64 archive:testing)
Inst libdb4.1 (4.1.25-19 Debian AMD64 archive:testing)
Inst libkrb-1-kerberos4kth (1.2.2-11.3 Debian AMD64 archive:testing)
Inst libroken16-kerberos4kth (1.2.2-11.3 Debian AMD64 archive:testing)
Inst libkrb5-17-heimdal (0.6.3-13 Debian AMD64 archive:testing)
Inst libgssapi1-heimdal (0.6.3-13 Debian AMD64 archive:testing)
Inst sasl2-bin (2.1.19-1.7 Debian AMD64 archive:testing)
Conf libasn1-6-heimdal (0.6.3-13 Debian AMD64 archive:testing)
Conf libdb4.1 (4.1.25-19 Debian AMD64 archive:testing)
Conf libkrb-1-kerberos4kth (1.2.2-11.3 Debian AMD64 archive:testing)
Conf libroken16-kerberos4kth (1.2.2-11.3 Debian AMD64 archive:testing)
Conf libkrb5-17-heimdal (0.6.3-13 Debian AMD64 archive:testing)
Conf libgssapi1-heimdal (0.6.3-13 Debian AMD64 archive:testing)
Conf sasl2-bin (2.1.19-1.7 Debian AMD64 archive:testing)
 
Old 01-02-2006, 05:16 AM   #3
benjalien
Member
 
Registered: Aug 2003
Location: Belgium
Distribution: Debian (i686/ppc/amd64)
Posts: 86

Original Poster
Rep: Reputation: 15
Thanks a lot!

Thanks Stephen, I had to do a "apt-get install -t testing", 'cause your line didn't worked by me (I'm running unstable), but it works!

I'm just a bit surprised because I tought unstable was more "untested and new stuff" than testing.

But nevermind that, it works and I'm really glad you could help me!

Benja
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cyrus 2.1.6 IMAP Daniboy SUSE / openSUSE 1 06-15-2005 08:12 AM
Problem with mail delivery procmail>cyrus imap (using sendmail,procmail,cyrus,imap) bwana Linux - Software 2 03-24-2005 08:01 PM
IMAP and Cyrus-IMAP on Slackware 10 cyberjames Slackware 2 01-10-2005 02:07 AM
cyrus imap pndaw Linux - Software 0 08-11-2003 05:50 AM
Cyrus Imap timfair Linux - Software 0 04-14-2003 07:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 05:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration