[odb-users] build2 odb postgresql 15 to 16
Boris Kolpackov
boris at codesynthesis.com
Tue Jun 25 05:32:01 EDT 2024
MM <finjulhich at gmail.com> writes:
> I see these versions of rpms installed on Fedora for the client devel psql
> libraries
>
> libpq-devel.x86_64 15.3-1.fc39
> postgresql16-private-devel 16.1-2.fc39
You will need to provide more details (who installs them, what's the
command line, etc). But:
- libpq-devel is the PostgreSQL client library (libpq).
- postgresql16-private-devel (I am guessing) is some server development
files (maybe extensions).
Generally, with PostgreSQL, you are able to use different versions of
the client library and servers.
> Can I build odb pgsql with either of those 2?
No, you can only build libodb-pgsql with libpq-devel.
More information about the odb-users
mailing list