On Thu, 2004-09-09 at 23:46, John B. Scalia wrote: > I recently installed and built 3.0.06 on my Solaris 9 Ultra 5 station. When > I start either smbd or nmbd, the log files indicate a missing shared library > during initialization, but the daemons appear to be running anyway. > Specifically, the log says: > > > > [2004/09/09 09:09:07, 3] lib/module.c:do_smb_load_module(46) > > Error loading module '/usr/local/samba/lib/charset/ISO8859-1.so': ld.so.1: > /usr/local/samba/sbin/smbd: fatal: > /usr/local/samba/lib/charset/IS)8859-1.so: open failed: No such file or > directory
That is normal - but you should configure your 'unix charset' and 'display charset' to values that your system iconv() (if you have added libiconv to solaris) knows about, or the CP850 module we ship. Basically, we presume that the system iconv() can handle things, but if not, we look for a plugin (which may or may not exist - hence it being level 3 debug, not level 0). Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Authentication Developer, Samba Team http://samba.org Student Network Administrator, Hawker College [EMAIL PROTECTED]
signature.asc
Description: This is a digitally signed message part
-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
