Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upcargo install diesel_cli --no-default-features --features postgres [Fail] #1796
Comments
chenjianxin
changed the title from
cargo install cargo install diesel_cli --no-default-features --features postgres [Fail]
to
cargo install diesel_cli --no-default-features --features postgres [Fail]
Jul 24, 2018
This comment has been minimized.
|
Based on some cursory googling, error code 1181 means that This is an issue with your local configuration, not Diesel. https://github.com/sgrif/pq-sys has some additional information about how to tell the linker where to find your libraries. |
sgrif
closed this
Jul 25, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
chenjianxin commentedJul 24, 2018
•
edited
Setup
Versions
Feature Flags
Problem Description
What are you trying to accomplish?
cargo install diesel_cli --no-default-features --features postgres
What is the expected output?
no error
What is the actual output?
Are you seeing any additional errors?
Steps to reproduce
Checklist
closed if this is not the case)