Displaying 7 results from an estimated 7 matches for "mysql_field_count".
2010 Nov 26
1
R Tools & Vista_x64: Problem compiling RMySQL?
...ySQL.o:RS-MySQL.c:(.text+0x3d1): undefined reference to `mysql_error'
RS-MySQL.o:RS-MySQL.c:(.text+0x7a2): undefined reference to `mysql_close'
RS-MySQL.o:RS-MySQL.c:(.text+0x80f): undefined reference to
`mysql_fetch_fields'
RS-MySQL.o:RS-MySQL.c:(.text+0x823): undefined reference to
`mysql_field_count'
RS-MySQL.o:RS-MySQL.c:(.text+0xae7): undefined reference to
`mysql_next_result'
RS-MySQL.o:RS-MySQL.c:(.text+0xb0b): undefined reference to
`mysql_use_result'
RS-MySQL.o:RS-MySQL.c:(.text+0xb16): undefined reference to
`mysql_field_count'
RS-MySQL.o:RS-MySQL.c:(.text+0xbff): und...
2004 Dec 21
1
RMySQL_0.5.5 / SUSE9.2
...i get when im type in R library(RMySQL):
Loading required package: DBI
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"/usr/local/lib/R/library/RMySQL/libs/RMySQL.so":
/usr/local/lib/R/library/RMySQL/libs/RMySQL.so: undefined symbol:
mysql_field_count
Error in library(RMySQL) : .First.lib failed for 'RMySQL'
P.S.
Perhaps MySQL 5.0.0-alpha cause the error, but in the past it works
under linux.........?
many thanks &
regards, christian
2002 Jan 29
1
RMySQL install
...problem, no errors, help files built, etc. BUT...
> library(RMySQL)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"/usr/local/lib/R/library/RMySQL/libs/RMySQL.so":
/usr/local/lib/R/library/RMySQL/libs/RMySQL.so: undefined symbol:
mysql_field_count
Error in library(RMySQL) : .First.lib failed
repeated the process on a similar (but apparently not the same) box - no
problems, didn't even have to specify the mysql home directory as a shell
variable.
Tried rebuilding R and MySQL - didn't help. Otherwise R and MySQL seem to be
work...
2006 Jan 30
3
RMySQL install
...library. My error message is:
> library(RMySQL)
Loading required package: DBI
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
'/usr/lib64/R/library/RMySQL/libs/RMySQL.so':
/usr/lib64/R/library/RMySQL/libs/RMySQL.so: undefined symbol:
mysql_field_count
Error in library(RMySQL) : .First.lib failed for 'RMySQL'
>
Trying to install the newest RMySQL on the newest R.
> version
_
platform x86_64-redhat-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
major 2
minor 2.1
year 2005
month...
2005 Sep 08
1
RMySQL installation problem on FC4 x86_64
...> require(RMySQL)
Loading required package: RMySQL
Loading required package: DBI
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
'/usr/lib64/R/library/RMySQL/libs/RMySQL.so':
/usr/lib64/R/library/RMySQL/libs/RMySQL.so: undefined symbol:
mysql_field_count
[1] FALSE
Can anyone offer a suggestion, or perhaps email me a precompiled binary?
Thank you,
b.
platform "x86_64-redhat-linux-gnu"
arch "x86_64"
os "linux-gnu"
system "x86_64, linux-gnu"
status ""
major "2"
minor &qu...
2007 Dec 13
0
RMySQL with Xampp could never work?
...PPFLAGS environment variable, and then set the PKG_CPPFLAGS
and PKG_LIBS environment variables as well.
After this the installation with the "R CMD INSTALL" went fine, but then
trying to load the library:
/> library(RMySQL)/
unable to load shared library:
RMySQL.so: undefined symbol: mysql_field_count
The command "ldd RMySQL.so" showed that the shared object was not
pointing to libmysqlclient.so in the Xampp directory.
I tried to modify /etc/ld.so.conf adding Xampp directory, running again
ldconfig, still same problem.
The only way to have it work was installing on one node the RPM...
2006 Nov 22
11
Rewriting caller ID from database?
Hi
Most of our customers have generic names like "Hospital", so I need to
rewrite their caller ID name by looking up the number in a database on the
Asterisk server, and rewriting the name such as "Reading Hospital" so that
we know who's calling.
Any idea if this can be done with Asterisk, and how to do it?
Thank you.