[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guile-pg-0.07ttn6 libpostgres.so: undefined symbol
From: |
Thien-Thi Nguyen |
Subject: |
Re: guile-pg-0.07ttn6 libpostgres.so: undefined symbol |
Date: |
Mon, 02 Dec 2002 02:12:57 -0800 |
From: Stan Pinte <address@hidden>
Date: Mon, 2 Dec 2002 09:31:52 +0100
-why it does so?
the var `terminating' enables run-time selection of glue code failure
behavior (on lob_flush -- see libpostgres_lo.c:288).
-how I can track the exact symbol missing?
because it is missing the only reliable way to do this is to ask the
author (after grepping the source a bit). for now throwing scm_syserror
is preferable to writing directly to fd 2 as in the other branch of the
conditional. please see:
http://www.glug.org/alt/
for guile-pg-0.07ttn7.tar.gz as well as a (much smaller) .diff to update
0.07ttn6 to 0.07ttn7, wherein that var is declared static, initialized
to 0 (effect is to unconditionally throw scm_syserror), and derisively
implicated for early retirement...
thi