filecoin-project/replication-game
View on GitHubThe game should not require postgresql to be played
Open
#16 opened on Feb 6, 2019
enhancementgood first issue
Repository metrics
- Stars
- (59 stars)
- PR merge metrics
- (PR metrics pending)
Description
When trying to build on ubuntu, I got a linker error:
= note: /usr/bin/ld: cannot find -lpq
collect2: error: ld returned 1 exit status
I was able to fix it by creating symlink:
➜ replication-game-server git:(porcuquine) ✗ sudo ln -s /usr/lib/x86_64-linux-gnu/libpq.so.5 /usr/lib/libpq.so
Maybe this should be documented. Even better, it should be possible to build and run the client without installing Postgres or any of the server dependencies.