Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

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 :

test

domain name bimberspot.com, using vps ubuntu.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

Missing dependencies (3 comments)
Missing dependencies
ArtOfCode‭ wrote over 2 years ago

You're missing dependencies, most likely. Run sudo apt install libmysqlclient-dev then try again.

Gate_sprit‭ wrote over 2 years ago

now, I try ' rails db:create' ,
'Access denied for user 'root@bimberspot'@'localhost' (using password: YES)'

deleted user wrote over 2 years ago

Access denied for user 'root@bimberspot'@'localhost' (using password: YES)

Sometimes, it returns for wrong password.