-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Package: postgresql-server-dev
Version: 8.3.1-1~bpo40+1
A Aubit4Gl programs that uses postgres as database backend starts
correctly, I can choose a database. However when I select a database the
following error occurs:
/opt/aubit4gl/bin/asql_p.4ae: symbol lookup error:
/opt/aubit4gl/plugins-1.10RC_7/libESQL_POSTGRES.so: undefined symbol:
ecpg_get_connection
The maintainer/developer of Aubit Mike Aubury reports on this error:
Correct - blame the postgresql maintainers - they removed the function
from 8.3.0 and 8.3.1, there is a fix in for 8.3.2 when its released...
If you want - you can patch your 8.3.0 or 8.3.1 postgres source tree -
its a simple enough patch...
You need to add :
PGconn* ECPGget_PGconn(const char *connection_name)
{
~ struct connection * con;
~ con=ecpg_get_connection(connection_name);
~ if (con==NULL) return NULL;
~ return con->connection;
}
to src/interfaces/ecpg/ecpglib/connect.c
and
ECPGget_PGconn 26
to exports.txt in that same directory..
This is effectively whats going in for 8.3.2...
Is it possible to patch the current 8.3.1 version of Postgres?
- --
Regards
R.J. Baart
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFH/N6uaMGNNEpmJpkRAq/AAJwOFVN1/utdyO47tZIwr1JVOxBxnACdEUst
+tbLEoA/l9Iq1S+IFIp/YR4=
=5CYr
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]