Re: [Samba] Upgrading Samba: minimum requirements for Samba wrt Solaris and gcc

2004-01-08 Thread John P. Nelson
an on Solaris 8, the 'configure' step completes successfully, but 'make' seems to hang early: ... creating /home/troy/src/samba/samba-3.0.1/source/include/proto.h [it hangs here for hours if I let it] Hey, I recognize this one! This problem occurs if /usr/ucb is in your path ahead of /usr/bin

[Samba] Re: Character set conversion problems with 3.0

2003-12-11 Thread John P. Nelson
... Samba 3.0.0 on a Solaris 8 ... Conversion from UTF8 to CP850 not supported ... Install libiconv first (either from source or from a package as delivered by sunfreeware.com), then configure --with-libiconv. I would have done that, but Solaris 8 already HAS something called

[Samba] Character set conversion problems with 3.0

2003-12-10 Thread John P. Nelson
I've just compiled Samba 3.0.0 on a Solaris 8 system (gcc, if it matters), and whenever I run anything from the samba suite, I get a series of error message about character set conversions: Conversion from UCS-2LE to CP850 not supported Conversion from UTF8 to CP850 not supported ...