<div dir="ltr"><div><div><div>Hi Lukas,<br><br></div>I think that this is an issue with the Debian packaging, that has not yet been fixed.<br></div>The file "libsoftokn3.so" is not located where Kolab expects.<br>
</div>Here is the fix (hope that solves your issue too):<br><div><div><br>1. Install 'apt-file' (apt-get install apt-file)<br>2. Search for the location of 'libsoftokn3.so' (apt-file search libsoftokn3.so)<br>
3. Take note of the 'returned path' for example:<br>   # apt-file search  libsoftokn3.so<br>   libnss3: /usr/lib/x86_64-linux-gnu/libsoftokn3.so<br>   libnss3: /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so<br><br>4. Create a link to the path of the file returned to the expected '/usr/lib/libsoftokn3.so'<br>
   For example: <br>       # sudo ln -s /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so /usr/lib/libsoftokn3.so<br><br><br></div><div>Hope that helps in your case too.<br><br></div><div>Ric.<br></div></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, Apr 16, 2013 at 12:32 PM, Lukas Gradl <span dir="ltr"><<a href="mailto:kolab@ssn.at" target="_blank">kolab@ssn.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Henning,<br>
<br>
sorry, i searched the mailinglists but didn't see that this topic<br>
handled my problem<br>
<br>
The symlink did the trick.<br>
<br>
regards<br>
Lukas<br>
<br>
<br>
Zitat von Henne Holly <<a href="mailto:henne.gwath@gmx.de">henne.gwath@gmx.de</a>>:<br>
<div class="HOEnZb"><div class="h5"><br>
> Hi Lukas,<br>
><br>
> as already discussed on this list this is most likely due to a packaging<br>
> error. Try executing /usr/lib/mozldap or /usr/lib64/mozldap from command<br>
> line. It will fail most likely, complaining about some missing lib.<br>
><br>
> Read here:<br>
> <a href="http://www.intevation.de/pipermail/kolab-users/2013-March/014734.html" target="_blank">http://www.intevation.de/pipermail/kolab-users/2013-March/014734.html</a><br>
> (Topic: Repository Policy (read-only kolab webadmin))<br>
><br>
> Good luck and kind regards,<br>
> Henning<br>
><br>
> Am 16.04.2013 18:12, schrieb Lukas Gradl:<br>
>> Hi!<br>
>><br>
>> I just tried to play around with Kolab again. I did a fresh install in<br>
>> Debian Wheezy as described in docs. I couldn't see any errors.<br>
>><br>
>> I can log on to kolab-webadmin but no links to add or edit users is<br>
>> displayed under Users.<br>
>><br>
>> I already checked SELinux (not used on Debian by default, but also<br>
>> installed and disabled it), the mysql-tables are created, ldapsearch<br>
>> is usable by the Apache-User.<br>
>> I can see only one difference to the docs: Dispite installed on<br>
>> x64-Debian ldapsearch is not unter /usr/lib64/mozldap but unter<br>
>> /usr/lib/mozldap<br>
>><br>
>> In the logs I couldn't find any error - but in<br>
>> /var/log/apache2/error.log there are several hundred lines of<br>
>> LDAP-Log, but I can't find any error there as well.<br>
>><br>
>> So - anyone a little Idea how to proceed?<br>
>><br>
>> regards<br>
>> Lukas<br>
><br>
> _______________________________________________<br>
> Kolab-users mailing list<br>
> <a href="mailto:Kolab-users@kolab.org">Kolab-users@kolab.org</a><br>
> <a href="https://www.intevation.de/mailman/listinfo/kolab-users" target="_blank">https://www.intevation.de/mailman/listinfo/kolab-users</a><br>
<br>
<br>
_______________________________________________<br>
Kolab-users mailing list<br>
<a href="mailto:Kolab-users@kolab.org">Kolab-users@kolab.org</a><br>
<a href="https://www.intevation.de/mailman/listinfo/kolab-users" target="_blank">https://www.intevation.de/mailman/listinfo/kolab-users</a><br>
</div></div></blockquote></div><br></div>