Comments on How to solve Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
Post
How to solve Gem::Ext::BuildError: ERROR: Failed to build gem native extension. Question
+3
−0
I'm trying to install the Q&A platform using :
CREATE USER root@bimberspot IDENTIFIED BY '.....';
GRANT ALL ON qpixel_dev.* TO root@bimberspot;
GRANT ALL ON qpixel_test.* TO root@bimberspot;
GRANT ALL ON qpixel.* TO root@bimberspot;
then I run : bundle install
output :
domain name bimberspot.com, using vps ubuntu.
1 comment thread