Re: [R] RMySQL couldn't find function .valueClassTest

2003-11-12 Thread Arend P. van der Veen
I compile MySQL from source and do have the client libraries installed (I can run mysql from a terminal) However, I was able to compile RMySQL by: # export PKG_CPPFLAGS=-I/opt/mysql/include # export PKG_LIBS=-L/opt/mysql/lib -lmysqlclient # R CMD INSTALL RMySQL_0.5-2.tar.gz Now I am having the

RE: [R] RMySQL couldn't find function .valueClassTest

2003-11-12 Thread Trond Rafoss
: Subject:Re: [R] RMySQL couldn't find function .valueClassTest I compile MySQL from source and do have the client libraries installed (I can run mysql from a terminal) However, I was able to compile RMySQL by: # export PKG_CPPFLAGS=-I/opt/mysql/include # export PKG_LIBS=-L/opt/mysql/lib