-
Notifications
You must be signed in to change notification settings - Fork 36
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
failed to build in openwrt #122
Comments
Can you verify what version of Postgres your are compiling against? That lo_truncate warning should not even show up unless you are trying to compile against a version 8.2 or older, which is not supported. It may be that PGLIBVERSION is not set Since it is also failing to pick up a valid PGDEFPORT, it would seem your compiler is not getting the flags it should be. Can you show us the |
openwrt builds postgresql using this Makefile https://github.com/openwrt/packages/blob/openwrt-23.05/libs/postgresql/Makefile |
makefile generated DBD-Pg
|
failed to build in openwrt. i want to add dbd-pq in openwrt but i get an error. I have tried postgresql-15.1 and postgresql-16.1
The text was updated successfully, but these errors were encountered: