Only after doing this:

export DYLD_LIBRARY_PATH="/usr/local/mysql/lib"

then I was able to successfully install the RMySQL package with this 
command:

R CMD INSTALL --configure-args='--with-mysql-dir=/usr/local/mysql 
--with-mysql-lib=/usr/local/mysql/lib 
--with-mysql-inc=/usr/local/mysql/include' RMySQL_0.9-3.tar.gz

Hope that helps,
Dan
_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to