similar to: error loading US-ASCII.so

Displaying 20 results from an estimated 2000 matches similar to: "error loading US-ASCII.so"

2005 Mar 24
3
iconv not working on Sparc Solaris 8
Hi, I am trying to compile Samba 3.0.13 but when I run configure I get the following in the output. checking for iconv in /usr/lib... 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?... 646 checking can we convert from UTF-8 to
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
2013 Feb 27
2
[LLVMdev] [PATCH] [Embtk] [compiler-rt] ASAN: Add mips support
This simple patch makes asan compile for mips (tested on mips32r2el). The following test code: int main() { char *x = (char*)malloc(10 * sizeof(char*)); free(x); return x[5]; } leads to the following output at runtime: ================================================================= ==267== ERROR: AddressSanitizer: heap-use-after-free on address 0x77900fd5 at pc 0x409e1c bp 0x7fb781d8 sp
2013 Feb 27
0
[LLVMdev] [PATCH] [Embtk] [compiler-rt] ASAN: Add mips support
On Wed, Feb 27, 2013 at 11:09 PM, Abdoulaye Walsimou Gaye <awg at embtoolkit.org> wrote: > This simple patch makes asan compile for mips (tested on mips32r2el). > The following test code: > int main() > { > char *x = (char*)malloc(10 * sizeof(char*)); > free(x); > return x[5]; > } It would help to enable compiler-rt tests on mips builders to
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 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
2013 Feb 04
2
[LLVMdev] ARM c++ exceptions handling not working with clang/llvm-3.2?
On 02/04/2013 09:32 PM, Anton Korobeynikov wrote: >> am I wrong or the ARM c++ exceptions handling does not work? > Yes, it's still work-in-progress option disabled by default. You might > want to give it a try via special cmdline line -mllvm > -arm-enable-ehabi Ohhh I see, thanks for the input! > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics
2013 Feb 04
0
[LLVMdev] ARM c++ exceptions handling not working with clang/llvm-3.2?
You may also need to use: -mllvm -enable-correct-eh-support -mllvm -arm-enable-ehabi-descriptors -Chris On Feb 4, 2013, at 3:47 PM, Abdoulaye Walsimou Gaye wrote: > On 02/04/2013 09:32 PM, Anton Korobeynikov wrote: >>> am I wrong or the ARM c++ exceptions handling does not work? >> Yes, it's still work-in-progress option disabled by default. You might >> want to give
2013 Mar 18
2
[LLVMdev] Running cross compiled binaries for ARM on gem5
On 03/18/2013 10:28 AM, Renato Golin wrote: > On 17 March 2013 22:40, SArora <silkyar at umich.edu > <mailto:silkyar at umich.edu>> wrote: > > However, this errors out saying > > /home/silky/VecProject/opencv/OpenCVInstall/arm/include/opencv2/core/mat.hpp:117:9: > error: cannot compile this atomic library call yet > CV_XADD(refcount, 1);
2013 Mar 18
0
[LLVMdev] Running cross compiled binaries for ARM on gem5
On 18 March 2013 09:43, Abdoulaye Walsimou Gaye <awg at embtoolkit.org> wrote: > ** > This is the same issue reported here > http://llvm.org/bugs/show_bug.cgi?id=15429 > Yes, it does look like the same problem, thanks! Silky, feel free to add your error messages to that bug to make sure it's taken into account when fixed. cheers, --renato -------------- next part
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
2007 Dec 12
1
ucs2 build of xapian?
Hi folks-- I'd really like to try out Xapian on my current server setup (Debian Sarge, Apache2, mod_python, django, postgresql, psycopg2). Problem is, my Python is compiled as ucs2, which is incompatible w/Xapian. I've tried recompiling Python w/ucs4, but it inevitably breaks psycopg2 (which I've blitzed & reinstalled on top of the new Python build, seems like dozens of times
2007 Mar 12
1
Problem with installation of littler-0.0.10. under Free BSD 6.2
MyBSD% ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking build system type... i386-unknown-freebsd6.2 checking host system type... i386-unknown-freebsd6.2 checking for a BSD-compatible install...
2007 Jan 29
3
Problem runing Samba 3.0.23d with LDAP on FreeBSD 6.2 sparc64
Hi I want to run a Samba PDC with LDAP backend on a FreeBSD 6.2 for Sparc64. And off course, if I send this mail, it is not working ! :-( I have this error message when using smbclient on the PDC itself. The command line is: smbclient -L janus -Uadministrator%toto The result is: session setup failed: Call returned zero bytes (EOF) I've tested on 2 differents FreeBSD6.2 Sparc64, I have the
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
2003 Aug 19
2
samba-3.0.0rc1: nmbd PANIC: failed to create UCS2 buffer
Hello, I am running into the same behaviour of nmbd with samba-3.0.0rc1 compared to samba-3.0.0beta3: A few minutes after starting samba nmbd dies with the following messages: [2003/08/19 09:28:23, 0] lib/charcnv.c:(194) convert_string: Required 17, available 16 [2003/08/19 09:28:23, 0] lib/charcnv.c:(194) convert_string: Required 17, available 16 [2003/08/19 09:29:19, 0]
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 Jul 29
1
winbind + rpc windows
Hi, I've managed to configure winbind to use RPC instead of AD to authenticate users. I was able to do a few auths and from nothing winbind started to crash with the following error message: Any hint on what may be the error? I've already deleted all tdb files and restarted the services, and the server, and don't get it solved. [2009/07/29 14:19:01, 0] winbindd/
2007 Dec 31
4
1.1b13 build in FreeBSD fails using 'make'; 'gmake' apparently required
hi, i'm doing a 1st build of dovecot in a freebsd 62R jail. following instructions at http://wiki.dovecot.org/CompilingSource ./configure make sudo make install after an OK 'configure', @ 'make', i get make make all-recursive Making all in src Making all in lib make: don't know how to make unicodemap.c. Stop *** Error code 1 Stop in
2007 Jul 11
2
Music on hold stops on blind transfer
Asterisk 1.4.6 at FreeBSD6.2-RELEASE Client hears pure silence when waiting for call answer. Music on hold stops when transferer pics a number and client doesn't even hear ringing. Is this normal behaviour? How to change this? Log says everything, MOH should stop after call pickup, not before Dial. -- Executing [113 at firma:1] Dial("SIP/zytek-08737000",