-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem installing rhbase through R after Thrift setup (Ubuntu 18.04) #245
Comments
I had the some problem too. I resolved with the thrift-0.9.3 package. The version 0.12.0 of thrift package is not compatible with rhbase 1.2.1. best regards |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got this C++-related error when doing
sudo R CMD INSTALL rhbase_1.2.1.tar.gz
:This error comes after having performed the following:
/home/<username>/Downloads
;PKG_CONFIG_PATH
environment variable in~/.bashrc
;pkg-config --cflags
returned-I/usr/local/include
instead of-I/usr/local/include/thrift
for some reason so I modified theusr/local/lib/pkgconfig/thrift.pc
file:libthrift-0.12.0.so
file to directory/usr/lib
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: