[Kroupware] postfix-error when starting kolab

Tassilo Erlewein kroupware@mail.kde.org
Mon, 10 Feb 2003 16:44:39 +0100


On Monday 10 February 2003 15:22, Kai Denkewitz wrote:
> output of ldconfig:
> ldconfig: Can't open configuration file /etc/ld.so.conf: No such file or
> directory

urgs.

You really want a valid ld.so.conf. I'm not a Debian specialist. 
Maybe some other people can advise here.

Note that tampering with the ld.so.conf can cause
trouble. Be sure to include all directories with
debian shared objects (/lib, /usr/lib, etc.).

My Debian ld.so.conf reads:

kolab:~# cat /etc/ld.so.conf
/lib
/usr/lib
/usr/X11R6/lib
/kolab/lib

Another way might be to check root's LD_LIBRARY_PATH
and include it in this environment.

For the kolab user, openpkg should have done this already.