Hi guys,

How are you ?

An interesting problem on a Slackware Linux 8.0 box:

Vpopmail compiles and works 100% configured with "
./configure --enable-default-domain=mydomain.co.za --enable-logging=y"

When I compile vpopmail with
"./configure --enable-default-domain=mydomain.co.za --enable-logging=y --ena
ble-ldap=y"
everything compiles and installs 100% with "make" & "make install-strip"

However when I try add a domain with "vadddomain" - after compiling in LDAP
support I get the following error:
./vadddomain: error while loading shared libraries: cannot open shared
object file: cannot load shared object file: No such file or directory

Running an "strace" on it I get the following suspicious error:
open("/lib/i586/libkrb4.so.2", O_RDONLY) = -1 ENOENT (No such file or
directory)
stat("/lib/i586", 0xbfffec24)           = -1 ENOENT (No such file or
directory)
open("/lib/libkrb4.so.2", O_RDONLY)     = -1 ENOENT (No such file or
directory)
stat("/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/i586/libkrb4.so.2", O_RDONLY) = -1 ENOENT (No such file or
directory)
stat("/usr/lib/i586", 0xbfffec24)       = -1 ENOENT (No such file or
directory)
open("/usr/lib/libkrb4.so.2", O_RDONLY) = -1 ENOENT (No such file or
directory)

Does this mean that Kerberos has to be installed to enable LDAP support ?

Any assistance would be greatly appreciated, thanks.

Many thanks and kind regards.

David Wilson
DcData
+27 83 787 7424
http://www.dcdata.co.za

LinuxBox S.A - Africa's largest online Linux community
http://www.linuxbox.co.za
Powered by Linux, driven by passion !

Reply via email to