Hi Michael, Thanks for getting back to me. Everything compiles fine, no errors at all however the "--enable-ldap=y" still seems to make the compiled binaries look for kerberos - Can't figure out why :(
I'm in South Africa, apparently Kerberos is not allowed to be exported out of North America ? I really don't need Kerberos, somehow I have to be able to specify that I don't have it ? Thanks for the help so far. 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: "Michael Bellears" <[EMAIL PROTECTED]> To: "'David Wilson'" <[EMAIL PROTECTED]> Sent: 28 September 2002 01:40 Subject: RE: [vchkpw] vpopmail and OpenLDAP with kerberos ? > Are you certain it compiles successfully with the 'enable-ldap=y' (I'm > assuming the space is not supposed to be there) > > Configure appears to have not located your Kerberos libs > > MB > > > -----Original Message----- > > From: David Wilson [mailto:[EMAIL PROTECTED]] > > Sent: Friday, September 27, 2002 5:58 PM > > To: [EMAIL PROTECTED] > > 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 ! >
