search for: libmysql

Displaying 20 results from an estimated 87 matches for "libmysql".

2005 Oct 25
1
Building Rmysql Source in Windows XP: DLLTOOL can't find DEF file
...itself), there really seem to be only 2 basic instructions: 1) Ensure the paths are correct in src/Makevars.win 2) re-import the DLL 3) and then build. I ensure that my paths are correct in the src/Makevars.win file and then the 2nd part of the instructions discusses "re-importing" the libmysql.dll. However, when I use the Dlltool in the correct Mysql directory (c:\mysql\lib\opt) as directed, an error occurs below: "dlltool: can't open the def file: Libmysql.def" The "libmysql.def" file is located in the "c:\mysql\include\" directory...
2009 Apr 21
12
still cannot install rails on windows
...ms/sqlite3-ruby-1.2.4/ext/sqlite3_ api/gem_make.out --------------------------------- Right now, i installed sqlite and moved the exe into c:\ruby\bin if i start the server and go to http://localhost:3000 and click About your application’s environment a javascript alert box will show up to say libmysql.dll is missing does anyone know how to get Rails set up on windows vista? thanks. -- Posted via http://www.ruby-forum.com/.
2012 Mar 12
1
Installing RMySQL -- 64-bit Windows 7
Trying to install RMySQL on 64-bit Windows 7. Using R-2.14.2 with Rtools214 and MySQL Server 5.5. Read through several step-by-steps of RMySQL source installation. Troubleshooting: - Copied libmysql.dll to R-2.14.2/bin AND R-2.14.2/bin/i386. - Copied libmysql.dll and libmysql.lib to MySQL Server 5.5\lib\opt. - Entered MYSQL_HOME=C:\Program Files\MySQL\MySQL Server 5.5 into Renviron.site, saved to R\R-2.14.2\etc. My instances of common problems: Sys.getenv('MySQL_HOME') [1] "C:...
2010 Feb 23
0
rake db:create:wants LibMySQL.dll for MySQL 5.0.37; where?
Hi All, I''m running: WinXP-Pro/SP3 Rails 2.3.5 MySQL 5.0.37-community-nt I ran rake db:create:all and got something like: LibMySQL.dll required. I had a worse symptom previously when, on an earlier post on a related failure, Sharagoz kindly suggested I drop back to a 5.0 version of MySQL. As I prepared this post, I wanted to recall my version. In particular, I wanted to run select * version() in MySQL. But I was told Windo...
2009 Jul 23
1
RMySQL Error
..., but when I try to load it, I get the following error: > library(RMySQL) Loading required package: DBI Error in fun(...) : A MySQL Registry key was found but the folder C:\Program Files\MySQL\MySQL Tools for 5.0\/. doesn't contain a bin or lib/opt folder. That's where we need to find libmySQL.dll. Error : .onLoad failed in 'loadNamespace' for 'RMySQL' Error: package/namespace load failed for 'RMySQL' I am stumped, because the libmySQL.dll does exist in the path outlined. Any help will be greatly appreciated! Regards, Brock [[alternative HTML version delete...
2008 Nov 30
11
rake aborted! undefined method `each' for #<Mysql:
I''m struggling with several problems getting my first time ruby on rails environment running. I''m now stuck on this problem too. rake db:migrate generates the following error. This one is on a vista machine. Anyone seen this before. Any thoughts or advice? Reading about Ruby on Rails has really got me excited to give it a try. But in practice getting to the point that I can
2007 Jun 03
2
Problems compiling RMySQL
...-HELP=ziponly' ---------- Making package RMySQL ------------ ====================================================================== RMySQL configure.win: * Using mysql libraries from c:/PROGRA~1/MySQL/MYSQLS~1.0/lib/opt * Using mysql dll from c:/PROGRA~1/MySQL/MYSQLS~1.0/bin * Copying runtime libMySQL.dll and libmysql.lib to inst/libs * Using an existing libmysql.a in c:/PROGRA~1/MySQL/MYSQLS~1.0/lib/opt ====================================================================== adding build stamp to DESCRIPTION installing NAMESPACE file and metadata making DLL ... making RS-DBI.d from RS-...
2007 Mar 27
5
error: procedure entry point not found
Running Instant Rails - latest version. When I run rake db:migrate, I get the error (in a pop up window): The procedure entry point mysql_stmt_row_tell could not be located in the dynamic link library LIBMYSQL.dll. After clicking ok several times the migration runs. My site also runs locally. What''s this error all about? Thanks. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google...
2012 Mar 14
3
Problem installing RMySQL package!
...ols from here<http://www.murdoch-sutherland.com/Rtools/> 2. install MySQL or header and library files of mysql 3. create or edit file C:\Program Files\R\R-2.12.1\etc\Renviron.site and add line likeMYSQL_HOME=C:/mysql (path to your mysql files) 4. copy libmysql.lib from mysql/lib to mysql/lib/opt to meet dependencies. 5. copy libmysql.dll to C:\Program Files\R\R-2.12.1\bin or to windows/system32 directory. 6. run install.packages('RMySQL',type='source') and wait while compilation will end. This worked for me on...
2010 May 14
3
What does this warning mean: "DLL attempted to change FPU control word from 8001f to 9001f"
...d with video memory in the old days when I wrote computer based teaching materials on DOS and had to get acceptable performance out of the hardware available way back then.. Consequently, I have no idea what this warning means or what I ought to do about it. I assume the DLL it is referring to is libmySQL.dll<http://www.stat.berkeley.edu/classes/s133/libmySQL.dll>, which RMySQL needs. But I have no idea either why it would do what R says it is doing or why it matters to me, or what I ought to do about it. I'd appreciate any info you can provide. Thanks Ted [[alternative HTML version...
2001 Sep 26
2
installing RMySQL
...R 1.2.1 to R 1.3.1, to no avail It compiles happily but when loading the package I get the following error > library(RMySQL) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "/home/jniesch/R_HOME/lib/R/library/RMySQL/libs/RMySQL.so": libmysqlclient.so.10: cannot load shared object file: No such file or directory Error in library(RMySQL) : .First.lib failed ////////////////////////////////////////////////////////// I don't understand why, the shared library hasn't moved and the path has been added to /etc/ld.so.conf it even seem...
2006 Apr 24
3
tftp server with mysql backend
...;t found any) that have a tftp server with a mysql backend? I'd like an incoming pxelinux request to give the tftp server the mac address, and then it performs a query to find out which configuration file it should get. Of course it would be great if some day tftp-hpa would integrate with libmysql.. Thanks, James James S. Martin, RHCE Contractor Administrative Office of the United States Courts Washington, DC (202) 502-2394
2012 Oct 09
2
RMySQL install on windows
...m Files/MySQL/MySQL Server 5.5" When I try to install the packages from source, I get warnings that suggest I'm still not quite "with the program" yet. There are comments about POSIX paths that I don't quite grasp. Can anyone give me additional hints? There seems to be a libmysql.dll in the /lib subdirectory although the install seems to be looking in the /bin directory for a file of similar name. Is this something that has changed with recent versions of MySQL that should be fixed in the RMySQL package or is it something I can work around by hand or by properly setting...
2011 May 13
3
RMySQL problem on Windows 7 32 bit
...o RS-DBI.o gcc -I"C:/PROGRA~1/R/R-212~1.1/include" -I"C:/Program Files/MySQL/MySQL Server 5.5"/include -O3 -Wall -std=gnu99 -c RS-MySQL.c -o RS-MySQL.o gcc -shared -s -static-libgcc -o RMySQL.dll tmp.def RS-DBI.o RS-MySQL.o C:/Program Files/MySQL/MySQL Server 5.5/lib/opt/libmysql.lib -LC:/PROGRA~1/R/R-212~1.1/bin/i386 -lR gcc.exe: C:/Program Files/MySQL/MySQL Server 5.5/lib/opt/libmysql.lib: No such file or directory ERROR: compilation failed for package 'RMySQL' * removing 'C:/Users/Mike/Documents/R/win-library/2.12/RMySQL' * restoring previous 'C:/User...
2007 Nov 12
2
R 2.6.0 & RMySQL
...(http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.5/) on R 2.6.0 under Windows XP. I am using the MySQL features of EasyPHP1-8 (but the problem is not (for the moment) in connecting with a database but just in loading the package) I have seen all the previous posts explaining to copy the libMySQL.dll & RMySQL.dll of the RMySQL library in the Windows/System32 folder or to change the path variable in the Environment Variables of the system but nothing helps. I still have the following message (I am sorry but, unfortunately, it is in French; with my translation): Error in dyn.load(fil...
2007 Oct 19
0
RMySQL LoadLibrary failure: Invalid access to memory location.
...ss to memory location. We did the following: First obtain RMySQL 0.5-7, which can be found at http://stat.bell-labs.com/RS-DBI/download/index.html, but don't overwrite the RMySQL 0.6 folder with this, place it in a separate location. Then, from the RMySQL_0.5-7 libs sub-folder, grab the file libMySQL.dll. This is a MySQL dll that is not included in the RMySQL_0.6 libs sub-folder. Then copy this version of libMySQL.dll, dated January 28th, 2006, to the system folder, C:\WINDOWS\system32, overwriting the copy that was there (I didn't see which one it was, but the libMySQL.dll in the MySQL...
2006 Oct 01
11
Ruby on rails on linux (ubuntu) want my mysql password but..
Hi everyone! I work since yesterday on that: I am running the newest ubuntu version (6.1 or so). and i installed the mysql server with # apt-get install mysql-server or something like that. My mysql server works fine, and i can access it also with phpmyadmin or other mysql tools. I have installed ruby on rails and have started creating a project: # rails testapplication That was
2004 Dec 28
2
WARNING[22314]: No such switch 'Realtime'
> /usr/bin/ld: /usr/lib/mysql/libmysqlclient.a(libmysql.o): relocation > R_X86_64_32 can not be used when making a shared object; recompile > with -fPIC > /usr/lib/mysql/libmysqlclient.a: could not read symbols: Bad value > collect2: ld returned 1 exit status Never seen that before. What OS are you using? What version o...
2007 Nov 15
2
RMySQL installation problem
...d module could not be found. Error: package/namespace load failed for 'RMySQL' ## However, I can see the .dll file is there from window's explorer!! There was also a pop windows says: "R Console: Rgui.exe-Unable To Locate Component This application has failed to start because LIBMYSQL.dll was not found. Re-installing the application may fix the problem." I tried the re-installation. It didn't work. The "DBI" package I have is version 0.2-4, just in case. thanks, ...Tao _________________________________________________________________ Climb to the top...
2012 Apr 24
1
Compiling RMySQL on Win7 64bits RS-DBI.c:1:0: sorry, unimplemented: 64-bit mode not compiled in
...kage-to-r-fails, namely: 1. Install latest RTools from http://cran.r-project.org/bin/windows/Rtools/ 2. install MySQL or header and library files of mysql 3. create or edit file C:\Program Files\R\R-2.15\etc\Renviron.site and add line like MYSQL_HOME=C:/mysql (path to your mysql files) 4. copy libmysql.lib from mysql/lib to mysql/lib/opt to meet dependencies. 5. copy libmysql.dll to C:\Program Files\R\R-2.15\bin directory. 6. run install.packages('RMySQL',type='source') and wait while compilation will end. > install.packages('RMySQL', type = 'source') --- Ple...