Compiled 3.0alpha22cvs on solaris 8 with ads and winbind support getting the following errors # ./net ads testjoin [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from UCS-2LE to CP850 not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from UTF8 to CP850 not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from ASCII to CP850 not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from CP850 to UCS-2LE not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from CP850 to UTF8 not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from CP850 to ASCII not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from CP850 to UTF8 not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from UTF8 to CP850 not supported ADS support not compiled in Anyone have an idea as to how to remedy Thanks
As a guess, I would say you do not have locales support (completely) installed in your distro. In Debian, you would enter at the prompt: # dpkg-reconfigure locales and add in other locales like UTF-8, etc. for your language. HTH -- Christopher Barry Manager of Information Systems InfiniCon Systems http://www.infiniconsys.com office: 610.233.4747 direct: 610.233.4870 cell: 267.879.8321 -----Original Message----- From: Sajesh Singh [mailto:ssingh@iisl.com] Sent: Monday, February 03, 2003 5:08 PM To: samba@lists.samba.org Subject: [Samba] Runtime error Compiled 3.0alpha22cvs on solaris 8 with ads and winbind support getting the following errors # ./net ads testjoin [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from UCS-2LE to CP850 not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from UTF8 to CP850 not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from ASCII to CP850 not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from CP850 to UCS-2LE not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from CP850 to UTF8 not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from CP850 to ASCII not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from CP850 to UTF8 not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from UTF8 to CP850 not supported ADS support not compiled in Anyone have an idea as to how to remedy Thanks -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
That makes sense, but what about the last line of the error showing that ADS support is not compiled ? -----Original Message----- From: Barry, Christopher [mailto:cbarry@infiniconsys.com] Sent: Tue 2/4/2003 12:16 PM To: Sajesh Singh; samba@lists.samba.org Cc: Subject: RE: [Samba] Runtime error As a guess, I would say you do not have locales support (completely) installed in your distro. In Debian, you would enter at the prompt: # dpkg-reconfigure locales and add in other locales like UTF-8, etc. for your language. HTH -- Christopher Barry Manager of Information Systems InfiniCon Systems http://www.infiniconsys.com office: 610.233.4747 direct: 610.233.4870 cell: 267.879.8321 -----Original Message----- From: Sajesh Singh [mailto:ssingh@iisl.com] Sent: Monday, February 03, 2003 5:08 PM To: samba@lists.samba.org Subject: [Samba] Runtime error Compiled 3.0alpha22cvs on solaris 8 with ads and winbind support getting the following errors # ./net ads testjoin [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from UCS-2LE to CP850 not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from UTF8 to CP850 not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from ASCII to CP850 not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from CP850 to UCS-2LE not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from CP850 to UTF8 not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from CP850 to ASCII not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from CP850 to UTF8 not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from UTF8 to CP850 not supported ADS support not compiled in Anyone have an idea as to how to remedy Thanks -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
My guess is that the other errors prevented it from compiling correctly. -- Christopher Barry Manager of Information Systems InfiniCon Systems http://www.infiniconsys.com office: 610.233.4747 direct: 610.233.4870 cell: 267.879.8321 -----Original Message----- From: Sajesh Singh [mailto:ssingh@iisl.com] Sent: Tuesday, February 04, 2003 12:23 PM To: samba@lists.samba.org Subject: RE: [Samba] Runtime error That makes sense, but what about the last line of the error showing that ADS support is not compiled ? -----Original Message----- From: Barry, Christopher [mailto:cbarry@infiniconsys.com] Sent: Tue 2/4/2003 12:16 PM To: Sajesh Singh; samba@lists.samba.org Cc: Subject: RE: [Samba] Runtime error As a guess, I would say you do not have locales support (completely) installed in your distro. In Debian, you would enter at the prompt: # dpkg-reconfigure locales and add in other locales like UTF-8, etc. for your language. HTH -- Christopher Barry Manager of Information Systems InfiniCon Systems http://www.infiniconsys.com office: 610.233.4747 direct: 610.233.4870 cell: 267.879.8321 -----Original Message----- From: Sajesh Singh [mailto:ssingh@iisl.com] Sent: Monday, February 03, 2003 5:08 PM To: samba@lists.samba.org Subject: [Samba] Runtime error Compiled 3.0alpha22cvs on solaris 8 with ads and winbind support getting the following errors # ./net ads testjoin [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from UCS-2LE to CP850 not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from UTF8 to CP850 not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from ASCII to CP850 not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from CP850 to UCS-2LE not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from CP850 to UTF8 not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from CP850 to ASCII not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from CP850 to UTF8 not supported [2003/02/03 17:00:54, 0] lib/charcnv.c:init_iconv(93) Conversion from UTF8 to CP850 not supported ADS support not compiled in Anyone have an idea as to how to remedy Thanks -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba