Moto Binary Distributions and the PGSQL path
David Hakim <dhakim-Gkm/TONP9n1Wk0Htik3J/[email protected]> Fri, 21 Mar 2003 15:26:51 -0500
| Newsgroups | gmane.comp.lang.moto.devel |
|---|---|
| Message-ID | <[email protected]> |
Ok, so here is where things stand:
1) The RPM that I built for Redhat 7.3 will run Moto scripts that
depend on PgSql just fine under the cmd line interpreter and
interpreter module.
2) Moto scripts that depend on the default PgSql distribution cannot
be compiled with mmc (or the ./compile.sh script) under redhat 7.3 by
default. It makes no difference if Moto is installed from a binary or
source distro.
Here's why (thanks for finding this Shay and Stefano!) :
nm /usr/lib/libpq.a | grep krb
U krb5_cc_default
U krb5_free_context
U krb5_free_error
U krb5_free_principal
U krb5_init_context
U krb5_sendauth
U krb5_sname_to_principal
U krb5_unparse_name
00000250 t pg_krb5_authname
00000008 b pg_krb5_ccache
0000000c b pg_krb5_client
00000004 b pg_krb5_context
00000050 t pg_krb5_init
00000000 b pg_krb5_initialised
00000010 b pg_krb5_name
00000290 t pg_krb5_sendauth
I figure what should be done is a new bugfix release (0.19.2) should
be developed to fix this problem
-Dave