• I am trying do use PostgreSQL and it gives de error bellow

    From reinaldohf@gmail.com@21:1/5 to All on Tue Jan 31 22:06:09 2023
    1 authentication method 10 not supported

    I am trying do use with test.prg of the contrib\pgsql\tests
    Thanks in advance.

    Reynaldo Henrique

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas Orgelmacher@21:1/5 to All on Sun Feb 5 14:04:24 2023
    Am 01.02.23 um 07:06 schrieb reina...@gmail.com:
    1 authentication method 10 not supported

    I am trying do use with test.prg of the contrib\pgsql\tests
    Thanks in advance.

    Guess: your postgres client components are much older than the
    server.

    Update the postgres client libraries or lower the postgres
    authentification methods (not advisable).


    Gruß, Thomas

    --
    I have seen things you lusers would not believe. I've seen Sun
    monitors on fire off the side of the multimedia lab. I've seen
    NTU lights glitter in the dark near the Mail Gate. All these
    things will be lost in time, like the root partition last week.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From reinaldohf@gmail.com@21:1/5 to All on Sun Feb 5 20:18:30 2023
    Guess: your postgres client components are much older than the
    server.

    Update the postgres client libraries or lower the postgres
    authentification methods (not advisable).


    Thanks for the information.

    now I am with the following problems:

    Error: Unresolved external '_PQconnectdb' referenced from C:\RDUPAS\XHARBOUR\CONTRIB\PGSQL\TESTS\LIBHBPG.LIB|postgres
    Error: Unresolved external '_PQsetdbLogin' referenced from C:\RDUPAS\XHARBOUR\CONTRIB\PGSQL\TESTS\LIBHBPG.LIB|postgres
    Error: Unresolved external '_PQfinish' referenced from C:\RDUPAS\XHARBOUR\CONTRIB\PGSQL\TESTS\LIBHBPG.LIB|postgres
    Error: Unresolved external '_PQreset' referenced from C:\RDUPAS\XHARBOUR\CONTRIB\PGSQL\TESTS\LIBHBPG.LIB|postgres

    What I am missing?


    Thanks for the your help.


    Reynaldo Henrique

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas Orgelmacher@21:1/5 to All on Thu Feb 9 20:11:10 2023
    Am 2023-02-06 um 05:18 schrieb reina...@gmail.com:

    Thanks for the information.

    now I am with the following problems:

    Error: Unresolved external '_PQconnectdb' referenced from C:\RDUPAS\XHARBOUR\CONTRIB\PGSQL\TESTS\LIBHBPG.LIB|postgres
    Error: Unresolved external '_PQsetdbLogin' referenced from C:\RDUPAS\XHARBOUR\CONTRIB\PGSQL\TESTS\LIBHBPG.LIB|postgres
    Error: Unresolved external '_PQfinish' referenced from C:\RDUPAS\XHARBOUR\CONTRIB\PGSQL\TESTS\LIBHBPG.LIB|postgres
    Error: Unresolved external '_PQreset' referenced from C:\RDUPAS\XHARBOUR\CONTRIB\PGSQL\TESTS\LIBHBPG.LIB|postgres

    What I am missing?

    Again, a guess:

    LIBHBPG.LIB is just a binding against the actual postgres library
    (libpq.so on Linux; don't know how it's named on Windows, libpq.lib?).

    And these libraries are missing while linking.


    Gruß, Thomas

    --
    I have seen things you lusers would not believe. I've seen Sun
    monitors on fire off the side of the multimedia lab. I've seen
    NTU lights glitter in the dark near the Mail Gate. All these
    things will be lost in time, like the root partition last week.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From reinaldohf@gmail.com@21:1/5 to All on Thu Feb 9 16:29:51 2023

    LIBHBPG.LIB is just a binding against the actual postgres library
    (libpq.so on Linux; don't know how it's named on Windows, libpq.lib?).

    And these libraries are missing while linking.
    Gruß, Thomas

    --
    I have seen things you lusers would not believe. I've seen Sun
    monitors on fire off the side of the multimedia lab. I've seen
    NTU lights glitter in the dark near the Mail Gate. All these
    things will be lost in time, like the root partition last week.

    I imported the llibpq.lib, using implib from borland. Ex.: implib libpq.lib libpq.dll
    and it not resolved the problems.

    Reynaldo Henrique

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas Orgelmacher@21:1/5 to All on Sat Feb 11 22:21:09 2023
    Am 10.02.23 um 01:29 schrieb reina...@gmail.com:

    I imported the llibpq.lib, using implib from borland. Ex.: implib libpq.lib libpq.dll and it not resolved the problems.

    This is where I'm out. No Borland here, no implib, no Windows.
    I'm using hbmk2 or gmake.

    Sorry...


    Gruß, Thomas

    --
    I have seen things you lusers would not believe. I've seen Sun
    monitors on fire off the side of the multimedia lab. I've seen
    NTU lights glitter in the dark near the Mail Gate. All these
    things will be lost in time, like the root partition last week.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)