From: | Dmitry Gertsog <gda(at)omnet(dot)ru> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | update 7.0 -> 7.2.2 problem with shared libraries?! |
Date: | 2002-09-09 09:16:13 |
Message-ID: | 3D7C66DD.4010703@omnet.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Dear, Sirs.
I use Linux Suse 7.0 with Postgres 7.0
After updating Postgres to version 7.2.2
I found that some programs, which work successful
with v7.0 of Postgres, now don't work correctly
(all such programs was recompiled for new libraries).
After analyses of situation I found problem in
crypt() function. This function don't understand
salt like "$1$xxxxx" and don't use md5 algorithm?!
And after lot of hours of different manipulations
was found that problem was solve simple reordering of
libraries when I linked my program:
first I should place "-lcrypt" and only then "-lpq"
only with such order of liraries, programs began work again.
I think that library "pq" replace standart function with own.
If it's true, it's wrong.
Dmitry Gertsog.
From | Date | Subject | |
---|---|---|---|
Next Message | Mats Lofkvist | 2002-09-09 14:48:27 | _bt_check_unique checks every row in table when doing update?? |
Previous Message | pgsql-bugs | 2002-09-09 08:48:29 | Bug #761: Date format ambiguity while insertion!!!! |