similar to: [BUG] iconv detection in 3.0.5rc1

Displaying 20 results from an estimated 300 matches similar to: "[BUG] iconv detection in 3.0.5rc1"

2004 Feb 09
1
iconv detection on Irix 6.5
Samba 3.0.2 and earlier on Irix 6.5 haven't been detecting libiconv, even when using the --with-libiconv directive. I found it best to configure libiconv as, ./configure --prefix=/opt --libdir=/opt/lib32 because /opt/lib32 is in ldd's search path. And before configuring Samba to make three changes to the configure script to properly detect libiconv and build the test programs.
2005 Dec 19
1
Stop WinXP from attempting to remount a share
I've noticed that a Windows XP client continually tries to reconnect to a Samba share that no longer exists. This is despite rebooting, and despite having disconnected the share on the client. Windows seems to persistently remember the server\share and want to reconnect with it. Is there a way to stop this? ---Jason Mader, FHWA/NHTSA National Crash Analysis Center, The George Washington
1999 Dec 30
0
SAMBA digest 2359
Hello Samba, ???????, 30 ??????? 99, you wrote: sso> SAMBA Digest 2359 sso> For information on unsubscribing see http://lists.samba.org/ sso> Topics covered in this issue include: sso> 1) Re: Unix .TXT vs DOS .TXT files sso> by Gerry Creager N5JXS <gerry@cs.tamu.edu> sso> 2) Switching user share on NT and smbd spawning sso>
2006 Mar 24
4
SAMBA install on IRIX 6.5
I am having problems with Samba on IRIX 6.5 authenticating via Active Directory. Installing the tardist of 3.0.21c did not give me kerberos/ldap/adc capabilities even though Kerberos and LDAP were prereq's. With OpenLDAP and Kerberos5 installed, my configure fails. I am trying this: ./configure --libdir=/usr/lib --includedir=/usr/include --prefix=/usr/samba --with-ldap --with-ads
2004 Jul 13
1
3.0.5pre1 -> 3.0.5rc1 breaks winbindd group lookup with spaces
When upgrading our test system from 3.0.5pre1 to 3.0.5rc1 with identical configurations we found that one share using a group name with an embedded space was no longer accessible after the upgrade. Here's an example of the logged error message: [2004/07/13 10:50:07, 1] nsswitch/winbindd_group.c:winbindd_getgrnam(298) group 'Domain in domain TESTDOM does not exist That's coming
2004 Jul 09
0
Samba 3.0.5rc1 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This is a release candidate snapshot of the Samba 3.0.5 code base and should be considered for testing only. A release candidate (RC) means that we are close to the final, stable release and in provided for Quality Assurance (QA) purposes. This release is *not* intended for production servers. Use at your own risk. There have been several bug fixes
2004 Jul 09
0
Samba 3.0.5rc1 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This is a release candidate snapshot of the Samba 3.0.5 code base and should be considered for testing only. A release candidate (RC) means that we are close to the final, stable release and in provided for Quality Assurance (QA) purposes. This release is *not* intended for production servers. Use at your own risk. There have been several bug fixes
2004 Jul 15
0
Samba-3.0.5rc1 on win98 problem
Hi, Just want to report that my win98 user cannot open all MS office document on Samba-3.0.5rc1 + NT4 domain. Log as following: [2004/07/15 10:16:31, 0] lib/util_sock.c:write_data(406) write_data: write failure. Error = Connection reset by peer It only happen on win98 user. Thankyou. Best Regards, Steven
2004 May 05
5
Compiling --with-ldap on Solaris 9
I am trying to compile the small Samba 3.0.2a source on Solaris 9 to use ldap. The ./configure run reports: "WARNING: libldap is needed for LDAP support". The Solaris installation has it's native libldap installed in /usr/lib, but the configuration does not seem to find it. Would anyone know what I am missing? Thanks...dlb David Bost Dow Jones and Co. 4300 North Route 1 South
2006 Jun 28
1
Iconv library error
I am trying to run a web application. I downloaded the web app package and then tried to run the Webrick server. I got this error: ---------------------- C:\Documents and Settings\Dipesh\My Documents\RubyOnRailsProjects\feedmarker>rub y script/server => Booting WEBrick... The Iconv library does not appear to be installed properly. FeedTools cannot fu nction properly without it.
2006 Feb 19
1
distributing iconv.dll
I would like to distribute Iconv for Windows with my Rails application (developing on a Mac, no experience with dlls). I threw iconv.dll and charset.dll under lib without luck. Where would I need to put them (if this is possible at all)? -- fxn PS: The reported error message is in Spanish but translated reads something like "the specified process was not found: Init_iconv".
2006 Jan 08
2
ICONV and REXML
Hi all. I''m having trouble getting REXML to play nicely with an RSS feed that uses an encoding type called WINDOWS-1250. My application works when I comment out the references to the lines that utilize the REXML library. After visiting my app and being told that Rails could not start properly, my server.log file says: FastCGI: comm with server
2010 May 20
1
rsync and the iconv-switch
Hello all, I have problems with sending data names via rsync including german characters like ??, ?, ??. The daemon running on a SLES10. The Rsync version is: 3.0.3, Protocol version:30. My Client is a Windows XP machine with Rsync: 3.0.4 (or alternative 3.0.6), Protocol version:30. For the conversion between both machines I use the ??iconv=850,UTF-8? ? switch. chcp told me that 850 is my
2008 Jan 24
1
Rsync iconv (Cygwin) (file has vanished)
I have another question. I'm not sure if this is the correct post for cygwin rsync related questions. I've compiled rsync 3.0.0pre8 under cygwin. Works splendidly and compiles cleanly. I made sure to have libiconv installed and it supports the --iconv command (at least it accepts it). I've been using rsync to test a backup of some files from a windows box to a linux box. I use
2008 Jan 03
1
Iconv translit working in every situation… but the running app!
Hi all, I scourged the web, including this ML''s archives, and did not find an answer for this. I have the following code in my Rails app: require ''iconv'' ... @@converter = Iconv.new(''ASCII//TRANSLIT'', ''UTF-8'') ... result = @@converter.iconv(text.to_s).downcase ... Now, the facts: * Inbound text is indeed valid
2008 Oct 21
1
SPSS to R conversion "error in iconv..."
Dear R users, I am trying to get R to read an .sav data file generated in SPSS 17 for Mac. Here is the command and the error message: > data = read.spss('/Users/userdir/Desktop/filename.sav') Error in iconv(names(rval), cp, "") : unsupported conversion In addition: Warning message: In read.spss("/Users/userdir/Desktop/filename.sav") :
2010 May 29
1
iconv issues with samba-3.2.15
Hello Experts: I upgraded from 3.0.25 to 3.2.15 - the compilation went thru fine but I get segmentation fault during runtime. It dumps core when function lp_load_ex (in file param/loadparm.c) calls init_iconv(). I'm using GCC 4.3.3 to compile samba. I tried google search but couldn't find anything relevant. Can somone please suggest what could be going wrong. Thanks, Marty
2009 Jun 07
1
Iconv::InvalidEncoding (""ISO-8859-1"", "UTF-8")
Hi, I''m having the error: Iconv::InvalidEncoding: invalid encoding (""ISO-8859-1"", "UTF-8") when trying to post via Mechanize. It used to work just fine, but the error appeared after (I think) upgrading to Rails 2.3.2, Ruby 1.8.7, Mechanize 0.9.2 (I upgraded a while ago and only now noticed the problem). What does it mean? Is there any way to
2008 Mar 20
1
iconv
Hi All, A quick question. I tried --iconv=. but it didn't seem to work for my friend with umlautes in his file names. In the archives I found mention of a patch iconv.diff. Is that necessary or is it now included in the source - it wasn't in my latest atches directory? Rob
2008 Feb 20
1
[PATCH] build fix without iconv support
diff --git a/clientserver.c b/clientserver.c index 2d7c28f..694a72d 100644 --- a/clientserver.c +++ b/clientserver.c @@ -806,6 +806,7 @@ static int rsync_module(int f_in, int f_out, int i, char *addr, char *host) exit_cleanup(RERR_UNSUPPORTED); } +#ifdef ICONV_OPTION if (!iconv_opt) { if (ic_send != (iconv_t)-1) { iconv_close(ic_send); @@ -816,6 +817,7 @@ static int