-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ubuntu 20 (wsl2)] Cannot find libpq-fe.h #133
Comments
Running into this as well. I don't plan on installing Postgres locally on my machine. (I'd prefer to use a Docker container). If I use this env var, won't this negate my ability to use PDO to connect to Postgres completely? |
@nobleach From what I understand yes, this is not the PotsgresSQL itself, it is the "plugin" PDO uses to connect to this type of database. |
If you want PHP to be compiled with PostgreQSL support, you need to install the |
after checking the install script, there's actually a |
I'm still experiencing #99 on master. Shouldn't this be fixed by #102 already?
This command fixes it, however shouldn't we be able to run it without the var?
The text was updated successfully, but these errors were encountered: