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 upFailed to compile diesel_cli [v0.6.1] #286
Comments
This comment has been minimized.
|
Do you have PG installed? If so, you need to make sure that For SQLite, do you have |
This comment has been minimized.
|
Closing as there's nothing actionable here. I'm happy to help you get your system set up properly, but this is likely a configuration problem. If there is a bug, it's either in pq-sys or libsqlite3-sys |
sgrif
closed this
Apr 21, 2016
This comment has been minimized.
TheOpenDevProject
commented
Apr 21, 2016
|
@sgrif Sorry about the delayed response. Not a problem, Do you hang out in any IRC channels on mozilla or freenode? |
This comment has been minimized.
|
I'm sometimes in #rust, but the best way to reach me is in our gitter room. Link is in the README |
fuyingfuying
referenced this issue
May 10, 2016
Closed
failed to compile `diesel_cli v0.6.1`./usr/bin/ld: cannot find -lpq, cannot find -lsqlite3 #321
This comment has been minimized.
AngelMunoz
commented
Dec 9, 2017
|
hey sorry old issue, but what if I run a postgres image on docker? naturally pg won't be on my path; what's the course of action then? just plain install? |
This comment has been minimized.
|
The Docker image that *compiles* your Diesel app needs to have libpq
installed.
Angel Daniel Munoz Gonzalez <notifications@github.com> schrieb am Sa. 9.
Dez. 2017 um 05:09:
… hey sorry old issue, but what if I run a postgres image on docker?
naturally pg won't be on my path; what's the course of action then? just
plain install?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#286 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABOXwiZNeLqUfoq-O-h9qsMLRTezAwVks5s-gf2gaJpZM4ILoUu>
.
|
TheOpenDevProject commentedApr 20, 2016
error: linking withccfailed: exit code: 1note: /usr/bin/ld: cannot find -lpq /usr/bin/ld: cannot find -lsqlite3 /usr/bin/ld: cannot find -lsqlite3 /usr/bin/ld: cannot find -lsqlite3 collect2: error: ld returned 1 exit statusJust trying to install it via the recommended
cargo install diesel_cliOS: Ubuntu 15.10 sqlite3 installed.