Page 1 of 1

Problems with libsasl under Ubuntu 7.04

Posted: Fri May 18, 2007 2:12 pm
by tobbe
Hello!

I have problems installing Scalix under Ubuntu 7.04.

Before installation of scalix I installed the following packages:

Code: Select all

aptitude install apache2 libapache2-mod-jk gawk krb5-config krb5-doc krb5-user libkadm55 libkrb53 libglib2.0-0 libstdc++2.10-glibc2.2 libxml2 sgml-base xml-core postgresql libsasl2-modules libsasl2-gssapi-mit sendmail elinks w3m sun-java5-jre libssl0.9.7 libstdc++5 wget


Then I tried to install scalix

The error messages reads as follows:

Code: Select all

sudo dpkg -i scalix-server_11.0.4.10790_i386.deb
Selecting previously deselected package scalix-server.
(Reading database ... 91850 files and directories currently installed.)
Unpacking scalix-server (from scalix-server_11.0.4.10790_i386.deb) ...
dpkg: dependency problems prevent configuration of scalix-server:
 scalix-server depends on libsasl2; however:
  Package libsasl2 is not installed.
dpkg: error processing scalix-server (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 scalix-server


I tried to verify the installation of my libsas:

Code: Select all

dpkg -l | grep libsasl
ii  libsasl2-2                       2.1.22.dfsg1-8ubuntu2                  Authentication abstraction library
ii  libsasl2-gssapi-mit              2.1.22.dfsg1-8ubuntu2                  Pluggable Authentication Modules for SASL (G
ii  libsasl2-modules                 2.1.22.dfsg1-8ubuntu2                  Pluggable Authentication Modules for SASL
ii  libsasl2-modules-gssapi-mit      2.1.22.dfsg1-8ubuntu2                  Pluggable Authentication Modules for SASL (G


Seems to be allright for me.

Has anyone encountered this kind of problem?
Any hints for debugging?

Same here on Gutsy

Posted: Wed Nov 14, 2007 9:36 am
by jrjr
Hi there,

same here, seems that Scalix-Server wants libsasl2 while Gutsy comes with libsasl2-2. And then there are other Packages that do want 2-2.

Is there a way to install Scalix with libsasl2-2 please?

Posted: Tue Nov 20, 2007 8:18 pm
by stephan.klein
Hi,

libsasl2 does not seem to exist any more within the recent debian derivates (and debian testing / unstable); it is replaced by libsasl2-2.

Quick and dirty solution:

Go to /var/lib/dpkg, open status and replace libsasl2 in the 'scalix-server' section with libsasl2-2 and reconfigure the scalix-server package.

Worked for me.

Cheers
Stephan

Another solution

Posted: Mon Jan 07, 2008 5:17 pm
by mwiertz
Hi there,

As the solution stated above did not work for me, I went on searching for a solution...
The idea of creating a kind of fake (compatibility) package to fulfill the libsals2 depency.

See this thread on the Ubuntu forum: http://ubuntuforums.org/showthread.php?t=659400

I'm trying to install Saclix 11.0.2 on Ubuntu 7.10 Gutsys Gibbon btw.

Hope this might help someone else too.

Posted: Tue Jan 22, 2008 11:36 am
by mwiertz
Have a look here: viewtopic.php?t=9883

I wrote an howto on the installation of Scalix on Ubuntu