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