From: Uwe H. <dig...@gm...> - 2005-07-03 16:32:24
|
Hi, i'm sure that is the reason, but it is still not working. I see there is another thread in the mailing list, seems to be exactly the same problem. here is the ./configure output when i use ./configure '--with-openssl=/usr/include/openssl/' '--with-mysql=/usr/' I played with the path's, but nothing worked for me. my md5.h is here: /usr/include/openssl/md5.h checking if md5.h is derived from Cyrus SASL Version 1... no checking md5.h usability... no checking md5.h presence... no checking for md5.h... no bye Moriyoshi Koizumi wrote: > Hi, > > What were your configure options? Perhaps --with-openssl was not > specified to configure. > > Moriyoshi > > On 2005/07/01, at 5:33, Uwe Helm wrote: > >> hi, >> pam_mysql works wonderful for me, except md5 crypt! >> i use this line for pam.d/imap >> account required pam_mysql.so user=bbauth passwd=test >> host=localhost db=bb table=bbusers usercolumn=user passwdcolumn=pass >> crypt=3 >> on a gnu/linux 2.6 system. >> my distribution got a package for 0.5, so i compiled 0.6 manually and it >> installed in /lib/security - pam_mysql.so was there before, too. don't >> think there is the mistake but who knows :) >> the password was made with mysql's md5() function and the field is a >> varchar - i also tested blob after reading a bit, but that didn't work ( >> i'm not so experienced with sql, so i've done some trial and error). >> as said, it works with the plain auth and i really can't figure out my >> mistake.. >> >> bye >> >> >> ------------------------------------------------------- >> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >> from IBM. Find simple to follow Roadmaps, straightforward articles, >> informative Webcasts and more! Get everything you need to get up to >> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >> _______________________________________________ >> Pam-mysql-general mailing list >> Pam...@li... >> https://lists.sourceforge.net/lists/listinfo/pam-mysql-general >> > |