Bug #60
Evolution dependency
| Status : | Closed | Start : | 02/05/2008 | |
| Priority : | Normal | Due date : | ||
| Assigned to : | Steve Kennedy | % Done : | 0% |
|
| Category : | Packages | |||
| Target version : | 2.20.3 RC1 | |||
Description
I am using gsb-desktop on Vector-Linux 5.9 (a Slackware 12 based system), and evolution fails to start with the following error:
evolution: /usr/lib/libgssapi.so.2: version `HEIMDAL_GSS_1.0’ not found (required by /usr/lib/libcamel-provider-1.2.so.10)
Is there an updated libcamel or libgssapi that is needed? I have noted that Slackware does not come with libgssapi, so I compiled it myself.
History
02/05/2008 09:46 AM - Steve Kennedy
- Status changed from New to Assigned
- Assigned to set to Steve Kennedy
/usr/lib/libgssapi.so.2 should be a symlink to /usr/lib/libgssapi.so.2.0.0, which should be installed by the heimdal-libraries package which comes with GSB. Is it installed? I’ve double-checked that the heimdal-libraries package is a “required” package of Evolution (in evolution slack-required), so slapt-get should have installed it. (I’m assuming you installed via slapt-get since you said you’re using gsb-desktop).
Double check to see if the package heimdal-libraries is installed. Perhaps you may need to reinstall using `slapt-get—install—reinstall heimdal-libraries` Run `ldconfig` afterwards (just to be sure).
You’ll need the heimdal libraries for Exchange compatibility, I’m not sure the regular libgssapi library will support this (or even fill in for heimdal-libs).