Hello,
I having error while trying to change password with smbk5pwd enabled.
ERROR: slapd: symbol lookup error: /usr/lib/ldap/smbk5pwd-2.4.so.2: undefined symbol: MD4_Init
OS: Ubuntu Hardy LDAP: 2.4.7-6ubuntu3
Thanks, grexk
how did you build it? you havent linked n the openssl libs
a quick fix would be
export LD_PRELOAD=/usr/lib/libcrypto.so then run slapd
This way is not recommended, it would be better to relink smbk5pwd with the openssl libs.
David.
On Mon, Jul 21, 2008 at 2:41 AM, greek ordono grexk@yahoo.com wrote:
Hello,
I having error while trying to change password with smbk5pwd enabled.
ERROR: slapd: symbol lookup error: /usr/lib/ldap/smbk5pwd-2.4.so.2: undefined symbol: MD4_Init
OS: Ubuntu Hardy LDAP: 2.4.7-6ubuntu3
Thanks, grexk
On Mon, Jul 21, 2008 at 06:55:13PM +0100, David Markey wrote:
how did you build it? you havent linked n the openssl libs
a quick fix would be
export LD_PRELOAD=/usr/lib/libcrypto.so then run slapd
This way is not recommended, it would be better to relink smbk5pwd with the openssl libs.
FYI, openldap is not linked against openssl in Debian/Ubuntu, but gnutls instead.
Oh my bad, in that case does gnutls have the required function that smbk5pwd needs?
On Mon, Jul 21, 2008 at 9:02 PM, Mathias Gug mathiaz@ubuntu.com wrote:
On Mon, Jul 21, 2008 at 06:55:13PM +0100, David Markey wrote:
how did you build it? you havent linked n the openssl libs
a quick fix would be
export LD_PRELOAD=/usr/lib/libcrypto.so then run slapd
This way is not recommended, it would be better to relink smbk5pwd with
the
openssl libs.
FYI, openldap is not linked against openssl in Debian/Ubuntu, but gnutls instead.
-- Mathias Gug Ubuntu Developer http://www.ubuntu.com
David Markey wrote:
Oh my bad, in that case does gnutls have the required function that smbk5pwd needs?
Not exactly.
http://www.openldap.org/its/index.cgi/Contrib?id=5410
There are some errors in this patch, and I haven't had time to fix or test the patch. So, this will remain broken until someone else steps in.
On Mon, Jul 21, 2008 at 9:02 PM, Mathias Gug <mathiaz@ubuntu.com mailto:mathiaz@ubuntu.com> wrote:
On Mon, Jul 21, 2008 at 06:55:13PM +0100, David Markey wrote: > how did you build it? you havent linked n the openssl libs > > a quick fix would be > > export LD_PRELOAD=/usr/lib/libcrypto.so > then run slapd > > > This way is not recommended, it would be better to relink smbk5pwd with the > openssl libs. FYI, openldap is not linked against openssl in Debian/Ubuntu, but gnutls instead.
On Mon, Jul 21, 2008 at 2:41 AM, greek ordono grexk@yahoo.com wrote:
ERROR: slapd: symbol lookup error: /usr/lib/ldap/smbk5pwd-2.4.so.2: undefined symbol: MD4_Init
Hello,
Would you mind telling us where you are getting this binary from? It doesn't show when I do a search. Libldap on hardy is 2.4.2
Cheers, Steph
Hi!
I don't think it is a "standard" part of the package, I had to build it myself when I used it (note: I'm using Debian).
I just downloaded the source, build the source, and then went to <path to source>/contrib/slapd-modules/smbk5pwd/ , modified the Makefile (I don't remember exactly how), and just ran make. Then I just copied the files from .libs to /usr/lib/ldap/ , and it just worked!.
c-ya!
Ildefonso.
On Tue, Jul 22, 2008 at 1:46 PM, FRLinux frlinux@gmail.com wrote:
On Mon, Jul 21, 2008 at 2:41 AM, greek ordono grexk@yahoo.com wrote:
ERROR: slapd: symbol lookup error: /usr/lib/ldap/smbk5pwd-2.4.so.2: undefined symbol: MD4_Init
Hello,
Would you mind telling us where you are getting this binary from? It doesn't show when I do a search. Libldap on hardy is 2.4.2
Cheers, Steph
Hello,
I rebuild the slapd deb from hardy and use the fedora smbk5pwd patch. I'll try to remove gnutls if its going to work, Thanks for the info:)
--grexk
--- On Tue, 7/22/08, Jose Ildefonso Camargo Tolosa ildefonso.camargo@gmail.com wrote: From: Jose Ildefonso Camargo Tolosa ildefonso.camargo@gmail.com Subject: Re: smbk5pwd help To: "FRLinux" frlinux@gmail.com Cc: grexk@yahoo.com, openldap-software@openldap.org Date: Tuesday, July 22, 2008, 5:05 PM
Hi!
I don't think it is a "standard" part of the package, I had to build it myself when I used it (note: I'm using Debian).
I just downloaded the source, build the source, and then went to <path to source>/contrib/slapd-modules/smbk5pwd/ , modified the Makefile (I don't remember exactly how), and just ran make. Then I just copied the files from .libs to /usr/lib/ldap/ , and it just worked!.
c-ya!
Ildefonso.
On Tue, Jul 22, 2008 at 1:46 PM, FRLinux frlinux@gmail.com wrote:
On Mon, Jul 21, 2008 at 2:41 AM, greek ordono grexk@yahoo.com
wrote:
ERROR: slapd: symbol lookup error: /usr/lib/ldap/smbk5pwd-2.4.so.2: undefined symbol: MD4_Init
Hello,
Would you mind telling us where you are getting this binary from? It doesn't show when I do a search. Libldap on hardy is 2.4.2
Cheers, Steph
openldap-software@openldap.org