search for: mysql_more_result

Displaying 2 results from an estimated 2 matches for "mysql_more_result".

Did you mean: mysql_more_results
2007 Dec 21
0
RMySQL installation
...within R I got an error: > library(RMySQL) Error in dyn.load(file, ...) : unable to load shared library '/home/btrask/traskdata/lib/R/ library/RMySQL/libs/RMySQL.so': ld.so.1: R: fatal: relocation error: file /home/btrask/traskdata/ lib/R/library/RMySQL/libs/RMySQL.so: symbol mysql_more_results: referenced symbol not found Error: package/namespace load failed for 'RMySQL' I'm not a sysadmin and don't know any C, so I don't really understand this error, but I'm wondering whether we might have an older, incompatible version of mysql? [42] bedrock:/home/jayou...
2010 Nov 26
1
R Tools & Vista_x64: Problem compiling RMySQL?
...-O2 -Wall -std=gnu99 -c RS-MySQL.c -o RS-MySQL.o x86_64-w64-mingw32-gcc -shared -s -static-libgcc -o RMySQL.dll tmp.def RS-DBI.o RS-MySQL.o C:/PROGRA~2/MySQL/MYSQLS~1.1//bin/libmySQL.dll -LC:/Users/sgraves/R/R-212~1.0/bin/x64 -lR RS-MySQL.o:RS-MySQL.c:(.text+0xb0): undefined reference to `mysql_more_results' RS-MySQL.o:RS-MySQL.c:(.text+0x2c6): undefined reference to `mysql_init' RS-MySQL.o:RS-MySQL.c:(.text+0x2d9): undefined reference to `mysql_options' RS-MySQL.o:RS-MySQL.c:(.text+0x2ef): undefined reference to `mysql_options' RS-MySQL.o:RS-MySQL.c:(.text+0x305): undefined reference...