ibarwick / firebird_fdw

A PostgreSQL foreign data wrapper (FDW) for Firebird - latest version 1.4.0 (2024-05-11)
https://sql-info.de/postgresql/firebird-fdw/index.html
Other
36 stars 9 forks source link

Cannot load extension into PostgreSQL 15 and 14 - libfq-0.5.0.so #40

Open milocha opened 1 year ago

milocha commented 1 year ago

I tried to install the library on both version 14 and 15 on debian and ubuntu. I always get the same message

postgres=# create extension firebird_fdw; ERROR: could not load library "/usr/lib/postgresql/15/lib/firebird_fdw.so": libfq-0.5.0.so: cannot open shared object file: No such file or directory

The libfq-0.5.0.so library installed without errors and is in /usr/local/lib

whereis libfq-0.5.0.so

libfq-0.5.0: /usr/local/lib/libfq-0.5.0.so`

I have no more ideas for this error

mkgrgis commented 1 year ago

Hello, @milocha ! Please read INSTALL-debian-ubuntu.md and carefully read https://github.com/ibarwick/libfq/pull/5 Please add your opinion to this discussion at the link.