Hi guys,

I still don't seem to be getting this right, please help when you have a
chance, thanks.

Interesting that vadddomain compiled with
"./configure --enable-default-domain=mydomain.co.za --enable-logging=y"
Has the following "ldd" output:
libnsl.so.1 => /lib/libnsl.so.1 (0x40020000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x40035000)
        libc.so.6 => /lib/libc.so.6 (0x40063000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

But with the additional "--enable-ldap=y" has the following:
 libldap.so.2 => /usr/lib/libldap.so.2 (0x40020000)
        liblber.so.2 => /usr/lib/liblber.so.2 (0x4004b000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x40055000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x40066000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x4007b000)
        libc.so.6 => /lib/libc.so.6 (0x400a9000)
        libsasl.so.7 => /usr/lib/libsasl.so.7 (0x401ba000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
        libkrb4.so.2 => not found
        libdes425.so.3 => not found
        libkrb5.so.3 => not found
        libk5crypto.so.3 => not found
        libcom_err.so.3 => not found
        libssl.so.1 => not found
        libcrypto.so.1 => not found
        libdb-3.2.so => not found
        libdl.so.2 => /lib/libdl.so.2 (0x401c7000)
        libpam.so.0 => /lib/libpam.so.0 (0x401cb000)


Please help me disable all the kerberos etc etc.

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 !

----- Original Message -----
From: "David Wilson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 27 September 2002 09:57
Subject: [vchkpw] vpopmail and OpenLDAP with kerberos ?


> 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