Re: libpq.so.5: no version information available

2023-10-01 Thread Blake McBride
Hi Jürgen,

Thanks for the help!  I use PostgreSQL daily but mainly through JDBC.
Perhaps I am missing a package.

Thanks!

Blake


On Sun, Oct 1, 2023 at 9:16 AM Dr. Jürgen Sauermann <
mail@jürgen-sauermann.de> wrote:

> Hi Blake,
>
> thank you for reporting this. It very much looks like
> this message is generated inside the libpq library,
> probably in the initialization of the library. Not much
> that I can do about it.
>
> I also checked my libpq (mine is libpq.so.5.14) and that
> one seems not to contain anything near to the printout that
> you see. Could also be a postgres installation problem.
>
> You can probably get rid of that message with something like
>
> *./configure --without-postgresq*
>
> (or *with-postgresql=no*) but then, of course, *⎕SQL *will not
> support PostgrSQL databases anymore.
>
> Best Regards,
> Jürgen
>
>
> On 9/29/23 17:12, Blake McBride wrote:
>
> I built a fresh / current GNU-APL.  When I start it up, I get:
>
>
> *$ apl apl: /usr/pgsql-15/lib/libpq.so.5: no version information available
> (required by apl)*
>
> It then stays in APL and it seems to work.
>
> Thanks!
>
> Blake
>
>
>
>


Re: libpq.so.5: no version information available

2023-10-01 Thread Dr . Jürgen Sauermann

Hi Blake,

thank you for reporting this. It very much looks like
this message is generated inside the libpq library,
probably in the initialization of the library. Not much
that I can do about it.

I also checked my libpq (mine is libpq.so.5.14) and that
one seems not to contain anything near to the printout that
you see. Could also be a postgres installation problem.

You can probably get rid of that message with something like

*./configure --without-postgresq*

(or *with-postgresql=no*) but then, of course, *⎕SQL *will not
support PostgrSQL databases anymore.

Best Regards,
Jürgen


On 9/29/23 17:12, Blake McBride wrote:

I built a fresh / current GNU-APL.  When I start it up, I get:

/$ apl
apl: /usr/pgsql-15/lib/libpq.so.5: no version information available 
(required by apl)/

It then stays in APL and it seems to work.

Thanks!

Blake