You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: