similar to: iconv not working on Sparc Solaris 8

Displaying 20 results from an estimated 6000 matches similar to: "iconv not working on Sparc Solaris 8"

2003 Oct 08
1
3.0.0 and libiconv
I'm sure i'm missing something stupid, but I'm getting the following message when compiling 3.0.0 on AIX 5.2. bos.rte.iconv is installed as part of the OS, but I installed libiconv 1.9.1 from gnu into /usr/local and it still happens. checking for iconv in /usr/local... yes checking can we convert from CP850 to UCS2-LE?... no checking can we convert from IBM850 to UCS2-LE?... no
2007 Jun 09
1
error loading US-ASCII.so
hello list, I have this error : Error loading module '/usr/local/samba/lib/charset/US-ASCII.so': Cannot open "/usr/local/samba/lib/charset/US-ASCII.so" when I try to get samba status with the start up script Samba is running under freebsd6.2-stable, I compile it from sources , with : $./configure --with-quotas --with-ads --with-ldap CPPFLAGS="-I/usr/include
2004 Jan 29
1
302rc1 and AIX 5.2
I'm getting some wierd things going on. Mostly segfaults with testparm, but others as well... AIX 5.2, IBM C compiler version 6.0, libiconv 1.9.1 compiled in shared mode. I've resolved the LIBPATH thing so I can compile correctly now. When I start nmbd, or smbd with the -D option they just chew up a ton of cpu and log level 10 only shows the code pages being mapped and that's it. I
2004 Aug 05
2
libiconv problems
Hello all, OK - Im kind of stumped on this one and google wasnt much help. Its probably something stupid and obvious, but I could use another pair of eyeballs. When compiling Samba 3.0.5 on Solaris 9 (using the Sun directory server 5.1 as the LDAP, but compiled against the OpenLDAP libraries in /usr/local/lib) I got the following error during the make: lib/iconv.c: In function `sys_iconv':
2009 Nov 02
4
samba & libiconv
Hi, I am building a NAS that only has a couple of SATA disks attached (no USB, no CD/DVD, no NFS, no ...). Since the available space for the rootfs is limited (only 8 MB), I'd like to omit libiconv because this library takes 875 Kbytes. The filesystem on the disks will be ext3. UClibc is built with WCHAR support. Can I build Samba 3.3.8 without libiconv and still have unicode filenames
2004 May 04
0
Character, Codepage Problems?
Hello, we have some strange things with samba 3.0.2a, AIX5.1, ML03: 1. ./configure --prefix=/usr/samba : : checking for iconv in /usr... yes checking can we convert from CP850 to UCS2-LE?... no checking can we convert from IBM850 to UCS2-LE?... no checking can we convert from ASCII to UCS2-LE?... no checking can we convert from 646 to UCS2-LE?... no checking can we convert from UTF-8 to
2010 Mar 01
1
ICONV error installing R-2.10.1 on HP-UX B.11.23 U ia64
Hi, I have the following error during the ./configure phase checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... in libiconv checking whether iconv accepts "UTF-8", "latin1" and "UCS-*"... no configure: error: a suitable iconv is essential I have installed GNU libiconv-1.13.1 without success. I have
2007 Jul 17
1
Unable to build with working iconv support on Solaris9/x86
Hi all, Have had a frustrating time trying to get R 2.5.1 running happily on Solaris9/x86, the problems seem to stem mainly from libiconv support. After a couple of hours of experimenting, I came across the following combination, note that iconv (the program, but not the library) exists in the Solaris base system, I've manually installed the full GNU distribution in
2011 Dec 13
1
problems with iconv
I'm at wit's ends here and need some help. I've downloaded and compiled iconv versions 1.13 and 1.14 - libiconv.so.2.5.0 and libiconv.so.2.5.1 and copied the iconv all over, replacing the native iconv on my Solaris machine. Still when I try to run the configure I get: checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for
2005 May 25
1
Problems with winbind Samba 3.014a
Hi, I have posted a couple of questions on this problem but have not had any replies. I would be very grateful if anyone can give some help with this. Running Samba 3.0.14a with winbind and acl support Solaris 8 NT4 domain. Trying to run Samba 3 with security = Domain using pass through authentication no LDAP backend. Samba appears to work for users but we are getting lots of the following
2013 Oct 16
2
[Hivex] OS X and iconv
Hi all, The linking problem I found yesterday appears to be because of the built-in iconv in OS X. So, this is a request for patch or pointers: What needs to happen with configure.ac or the iconv.m4 macro file to link an iconv library _besides_ the one in /usr/local/lib? That's the tl;dr, full explanation follows. That library lacks the x86_64 architecture: $ file
2015 May 15
2
Installation using iconv from glibc
The R Installation and Administration manual section A.1 states that glibc should provide a suitable iconv function, but I can't get R's configure script to accept/validate iconv on a Linux platform I need to support using glibc 2.20. Is glibc is actually compatible (and/or is gnu libiconv essentially the only path)? If glibc should work, what should I check to troubleshoot my
2005 Mar 12
2
UTF-8 problem when not using UTF-8, but Umlauts
On Sat, Mar 12, 2005 at 12:12:27PM +0100, Gerhard Strangar wrote: > High, > > I'm running some Windows 9x Clients which don't use Unicode for SMB. It > didn't cause any problems when using Samba 2, because the UNIX machines > use ISO8859-1 and the Windows 9x use CP850 and no conversion was > neccessary, German Umlauts like ?, ?, ?, ?, ?, ? and ? were the same on >
2009 Mar 12
1
iconv.dll in Windows
I recently built R-devel on Windows XP (sessionInfo below), and when loading libraries that require the iconv.dll was getting an error stating that 'This application has failed to start because iconv.dll was not found. Re-installing the application may fix this problem.'. An R-2.8.1 that I installed using the Windows installer has this dll in R-2.8.1/bin, whereas in R-devel it is still in
2012 Jun 25
1
[hivex] OS X, Fedora 17: iconv autotool inconsistency
Hello all, I've been testing hivexml in OS X, and came across an inconsistency in building. Some while back, I hit a snag with iconv in OS X, where basically this would happen when a hive of any sophistication (greater than hivex/images/small) was processed: >$ xml/hivexml images/large >test.xml >dyld: lazy symbol binding failed: Symbol not found: _iconv_open > Referenced from:
2006 Feb 28
1
3.0.21c: idmap_rid segfaults on AIX 5.3 ML4
Hi everyone, I'm trying to use idmap_rid on an AIX 5.3 ML4 machine. Samba compiled successfully using the IBM compiler (vac.C) version 6. The only programs I supplied where db and libiconv. I followed the instructions, and put nsswitch/WINBIND in /usr/lib/security, and edited /usr/lib/security/methods.cfg. When I start "winbindd -i", it coredumps with a Signal 11: (dbx) where
2006 Feb 16
1
Documentation error?
Hi, I am setting up a fileserver in an AD domain, using Samba 3.0.21b under Solaris 9. An Openldap server (version 2.3.17) is used fot the idmap backend. Following the Samba HOWTO Collection, chapter 6, I used the statement ldap idmap suffix = ou=idmap,dc=uppsala,dc=se in my smb.conf. This doesn't work. When starting winbindd I get the following in the log: [2006/02/15 10:31:14, 3]
2008 Feb 07
1
rsync error: protocol incompatibility (code 2) at rsync.c, using --iconv=. and (code 2) and rsync-3.0.0pre8
Dear List, Running rsync on our intradisk Xscale Arm BigEndian MiniServer (NAS) System is causing some problems running on special character files and crashing. Rsync is syncing running on a mounted samba share, syncing to the local disk. It is started with the parameters --iconv=. what I suggest is the solution for syncing the attached file. log output in /var/log/messages received request to
2004 Sep 10
9
FLAC 1.0.4 released
I uploaded the source tarball and binary releases for win32 and redhat 7. Solaris package should be ready tomorrow. See the news item for all the improvements from 1.0.3: http://flac.sourceforge.net/news.html#20020924 Developers, see the new Doxygen-based API docs: http://flac.sourceforge.net/api/index.html Thanks again to all the contributors and testers. Josh
2007 Sep 14
2
upcoming release, need help
--- Ralph Giles <giles@xiph.org> wrote: > On Fri, Sep 14, 2007 at 02:51:34PM -0700, Josh Coalson wrote: > > > checked in to CVS is what will be very close to the 1.2.1 release > > of flac scheduled for monday. if anyone can try building it and > > even better running the test suite, and reporting back any > problems, > > that will help me get things in