similar to: HELP! native mysql bindings on windows/cygwin

Displaying 20 results from an estimated 30000 matches similar to: "HELP! native mysql bindings on windows/cygwin"

2003 Mar 03
0
Bug when using cygwin version of rsync (forwarded to rsync list)
I've been recommended to forward this to the rsync list for possible incorporation into the main code. Both the problem and solution are described. Please Cc me with any replies since I'm not subscribed to this list. Thanks. ---------------- Original message ---------------- I'm using the cygwin version of rsync (2.5.5) and think I've found a bug which is harmless under unix but
2003 Jun 27
5
PATCH/RFC: Another stab at the Cygwin hang problem
Hi, In http://sources.redhat.com/ml/cygwin/2002-09/msg01155.html, I noted that the often-observed hangs of rsync under Cygwin were assuaged by a call to msleep(). After upgrading my Cygwin environment to rsync 2.5.6, I'm seeing these hangs again, not surprisingly given a CVS entry for main.c notes that this kludge was not harmless: Revision 1.162 / (download) - annotate - [select for
2006 Mar 31
0
Mysql + cygwin
Has anyone got mysql fast c-bindings working on windows with cygwin ? If so could you post the how-tos ? -- Posted via http://www.ruby-forum.com/.
2005 Jan 07
3
ruby on cygwin and mysql - problem connecting to db
Hi, I''m trying my hand at rails by working through the tutorial. I''m stuck on getting the rails app, running on webrick, to talk to mysql. I''m getting the "No such file or directory - /tmp/mysql.sock" message that I''ve seen that others sometimes encounter. Here''s my environment: Win2k w/ cygwin installed at c:\cygwin ruby installed via
2005 Dec 22
1
Xapian Binding compile error in Windows XP using CygWin
Hello I'm new with the Xapian and I'm trying to install it in Windows XP SP2. I'm using CygWin (the full version). Have already compiled the xapian-core, using a change found in gmane for the file safewindows.h In cygwin path usr/local/ have the xapian lib etc. For the binding the ./configure command passes ok. when the make starts I get the folowing : .... MANY ERRORS at
2006 Aug 07
0
MySQL Native Bindings
I was following the hivelogic.com article ''Building Ruby, Rails, LightTPD, and MySQL on Tiger'' http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger all went well till the last part, MySQL Native Bindings. http://weblog.rubyonrails.com/2005/10/30/get-10-15-more-performance-with-mysql-rails/ anyways, i recieved an error: blinking8s:~ blinking8s$ sudo gem
2007 Feb 27
0
Error Installing MySQL Native Bindings with DarwinPorts
Hey Folks, I''m just getting up and running, using DarwinPorts and encountered a MySQL error when trying to install. Would appreciate any insight any of you might be able to offer to resolve this. I''m trying to install the MySQL Native Bindings for a performance boost on the MySQL adaptor. The specific tutorial I''m following is as follows:
2006 Apr 12
5
Rails talking to MySql (cygwin on Windows XP)
Hello fellow RoR users, I am a newbie and I thought RoR is so easy to set up and that I would be saving so much time -- but I am still waiting to save time because I simply couldn''t get Ruby/Rails to talk to MySQL (5.0.18) at all. Here are the steps that I have examined: 1) I look at dabatbase.yml and put in the right information to talk to the database I have set up (the
2014 Jan 13
3
[PATCH 1/3] ruby: Fix tests for out-of-tree build, simplify test scripts
--- configure.ac | 1 + ruby/run-ruby-tests | 27 --------------------------- ruby/run-ruby-tests.in | 27 +++++++++++++++++++++++++++ ruby/tests/tc_010_load.rb | 2 -- ruby/tests/tc_021_close.rb | 2 -- ruby/tests/tc_120_rlenvalue.rb | 4 +--- ruby/tests/tc_200_write.rb | 2 -- ruby/tests/tc_210_setvalue.rb | 2 -- run.in
2003 Oct 07
4
Rsync for Windows on http://www.gaztronics.net/rsync.php
Hi to all on the Rsync mailing list. I noticed some posts back on the 25th September about my Rsync page (http://www.gaztronics.net/rsync.php). There were questions regarding it's suitability, why it was there, etc, and how I did not conform to the GPL. I have since sought advice from the Rsync administrators, who have advised me with regards to the GPL, etc. The page has been updated
2011 Feb 10
0
Testing custom function and puupet LoadError
I am using ruby-enterprise, installed under: /opt/ruby-enterprise, when I try to run ruby interpreter I get error about loading puppet: # ruby -rpuppet netbackup_servers.rb ruby: no such file to load -- puppet (LoadError) What do I need to set RUBYLIB env var to? I tried this: export RUBYLIB=$RUBYLIB:/opt/ruby-enterprise/lib/ruby/ export RUBYLIB=$RUBYLIB:/opt/ruby-enterprise/lib/ruby/1.8/
2011 Sep 20
2
[LLVMdev] ../llvm/configure fails in Cygwin with space character in path name?
config.status: executing projects/Makefile commands config.status: executing bindings/Makefile commands config.status: executing bindings/ocaml/Makefile.ocaml commands === configuring in projects/sample (/home/Jon Smith/cl/build/projects/sample ) configure: running /bin/sh ../../../llvm/projects/sample/configure --prefix=/usr/local --cache-file=/dev/null --srcdir=../../../llvm/projects/sample
2003 Sep 16
2
[PATCH] permanently_set_uid fails on Cygwin :-(
Hi, I'm terribly sorry that I missed this before 3.7p1 was out. The permanently_set_uid() function fails on Cygwin since the test to revert to the saved uid unfortunately works on Cygwin though it shouldn't. The reason is that a Windows NT process always can revert to its previous privileges. There's no such concept of giving up rights in a process permanently. This is only
2009 Jan 28
1
[PATCH] Update Cygwin service installer script for new Cygwin release
Hi, the below patch is necessary for the contrib/cygwin/ssh-host-config script to work on Cygwin 1.5.x as well as on the new Cygwin 1.7.x. The information given for the setting of the CYGWIN environment variable is wrong for both releases so I just removed it, together with the unnecessary (Cygwin 1.5.x) or wrong (Cygwin 1.7.x) default setting. Could somebody with checkin rights please apply
2001 Jul 11
0
[PATCH]: Cygwin: Changes to cygwin contrib area
Hi, the following patch changes two files in the contrib/cygwin subdir: It changes the Cygwin specific README file which adds some hints related to the new feature to switch user context without password (which means using public key and/or rhosts authentication). Some old stuff is erased. The changes to ssh-host-config are intended to allow an easier startup for users which are new to Cygwin
2005 Mar 04
0
[PATCH] minor Cygwin documentation fix
Hi, the information about how to build SSH under Cygwin isn't foolproof enough. Especially missing packet dependencies resulted in a few complaints. Could somebody please apply the beloiw patch to contrib/cygwin/README? Thanks in advance, Corinna Index: README =================================================================== RCS file: /cvs/openssh_cvs/contrib/cygwin/README,v
2002 Jul 31
0
[PATCH]: Match Cygwin version check to reality
Hi, the following patch rearranges some checkings in bsd-cygwin-util.c to keep in sync with Cygwin versions. I moved the uname() check into it's own function so that it's easier to add further checks when necessary. Corinna Index: openbsd-compat/bsd-cygwin_util.c =================================================================== RCS file:
2008 Nov 07
2
[PATCH/cygwin] Fix cygwin specific Makefile and a bug in the ssh-host-config script
Hi, could somebody be so kind to check in the follwoing patch? It fixes two problems: - contrib/cygwin/Makefile: Installs new docs and stops trying to install RFC.nroff. - contrib/cygwin/ssh-host-config: Fixes a condition which tries to find out if ssh or sshd processes are still running. The old version unfortunately stumbles over user names which contain the substring
2009 Jul 01
4
[LLVMdev] [Cygwin] Cygwin is broken again
llvm[2]: Linking Debug Loadable Module libCompilerDriver.dll /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: unrecognized option '--enable-runtime-pseudo-relocs' /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: use the --help option for usage information collect2: ld returned 1 exit status make[2]: ***
2015 Feb 13
2
[PATCH] ./run: Use 'prepend' function to build paths.
Add a bash function 'prepend' for intelligently prepending elements to paths. eg: prepend PYTHONPATH "/foo" would set PYTHONPATH to "/foo" or "/foo:<previous-contents-of-PYTHONPATH>" Tested by: (1) Building and testing libguestfs twice: first without libguestfs installed as a system library, and then with it installed. (2) Examining the output of