Closed caseybasichis closed 6 years ago
@caseybasichis Could you please test the following command:
pg_config --includedir --libdir --version
It should display something similar to:
/opt/local/include/postgresql96
/opt/local/lib/postgresql96
PostgreSQL 9.6.9
Also, please make sure the developer package containing the client C-library is installed.
That was the issue:
'You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application.'
sudo apt-get install postgresql-server-dev-10
solved it.
Thank you Markus!
On Tue, Jul 17, 2018 at 5:30 PM Markus Mottl notifications@github.com wrote:
@caseybasichis https://github.com/caseybasichis Could you please test the following command:
pg_config --includedir --libdir --version
It should display something similar to:
/opt/local/include/postgresql96 /opt/local/lib/postgresql96 PostgreSQL 9.6.9
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mmottl/postgresql-ocaml/issues/28#issuecomment-405770769, or mute the thread https://github.com/notifications/unsubscribe-auth/ABRQqxSzOgyO-2DKNHTKNwBzao0lG3LOks5uHoGLgaJpZM4VSPia .
Sure, no problem!
on ocaml 4.06.1 (and 4.07.0) I'm getting an opam install error:
edit: this is on a new xps15 with Mint 19... Maybe there is a package I'm missing?
I also get the error with: opam pin add postgresql git@github.com:mmottl/postgresql-ocaml.gittowards
A postgres test: