i trying install rmysql on mac (mavericks) , errors out when try build source, saying: configuration error: not find mysql installation include and/or library directories. manually specify location of mysql libraries , header files , re-run r cmd install. instructions: define , export 2 shell variables pkg_cppflags , pkg_libs include directory header files (*.h) , libraries, example (using bourne shell syntax): export pkg_cppflags="-i" export pkg_libs="-l -lmysqlclient" re-run r install command: r cmd install rmysql_.tar.gz i tried follow instructions entering: export pkg_cppflags="-i/usr/local/mysql/include" export pkg_libs="-l/usr/local/mysql/lib -lmysqlclient" but when re-run rmysql still doesn't work. moreover, if type $pkg_libs to see variable holds, -bash: -l/usr/local/mysql/lib: no such file or directory' i know /usr/local/mysql/lib exi...
Comments
Post a Comment