On Sun, 5 May 2002, Seiichi Nakashima wrote: > Hi. > > I compile samba-2.2.4, but compile error occured at smbd/password.c. > ( ./configure ==> make ; I do not set options) > and I install samba-2.2.4, nevertheless compile error occured. > I setup smb.conf and smbpasswd, reboot PC, smbd and nmbd start up. > ( I do not use domain, only workgroup ) > Then I access to samba server from win2000, I found my home directory, > displayed user and password input window, and I input them. > but could not authorize. This time, smbd run continuous at linux-box. > > == compile error messages == > > smbd/password.c: In function `grab_server_mutex': > smbd/password.c:1198: warning: passing arg 1 of `message_named_mutex' > discards qualifiers from pointer target type
This is a warning, not an error. The call discarded a "const". This is not related to your problem. cheers, jerry --------------------------------------------------------------------- Hewlett-Packard http://www.hp.com SAMBA Team http://www.samba.org -- http://www.plainjoe.org "Sam's Teach Yourself Samba in 24 Hours" 2ed. ISBN 0-672-32269-2 --"I never saved anything for the swim back." Ethan Hawk in Gattaca-- -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
