DEV Community

Discussion on: A Web App in Rust - 05 Database

Collapse
 
maxkulish profile image
Maksim Kulish • Edited

Can't pass this step
cargo install diesel_cli --no-default-features --features postgres

error
= note: ld: library not found for -lpq
clang: error: linker command failed with exit code 1

Tested on the MacOS Big Sur, Fedora 33
Rust Version 1.47.0

Collapse
 
maxkulish profile image
Maksim Kulish

Installed on the Ubuntu 20 after
sudo apt install libpq-dev