Hi JP,
here are some more details:
I'm linking my code (which is using the GRAM and GridFTP C APIs) against
the default installation at /usr/local/globus-4.0.8-r2 using the
gcc64dbgpthr flavor. The relevant linker command looks as follows:
g++ [...] -shared /lib -ldl -m64 -L/usr/local/globus-4.0.8-r2/lib
-lglobus_gass_copy_gcc64dbgpthr -lglobus_gram_client_gcc64dbgpthr
-lglobus_gass_server_ez_gcc64dbgpthr -lglobus_ftp_client_gcc64dbgpthr
-lglobus_rls_client_gcc64dbgpthr -lglobus_gram_protocol_gcc64dbgpthr
-lglobus_gass_transfer_gcc64dbgpthr -lglobus_ftp_control_gcc64dbgpthr
-lglobus_io_gcc64dbgpthr -lglobus_xio_gcc64dbgpthr
-lgssapi_error_gcc64dbgpthr -lglobus_gss_assist_gcc64dbgpthr
-lglobus_gssapi_gsi_gcc64dbgpthr -lglobus_gsi_proxy_core_gcc64dbgpthr
-lglobus_gsi_credential_gcc64dbgpthr -lglobus_gsi_callback_gcc64dbgpthr
-lglobus_oldgaa_gcc64dbgpthr -lglobus_gsi_sysconfig_gcc64dbgpthr
-lglobus_gsi_cert_utils_gcc64dbgpthr -lglobus_openssl_gcc64dbgpthr
-lglobus_rsl_gcc64dbgpthr -lglobus_openssl_error_gcc64dbgpthr
-lglobus_callout_gcc64dbgpthr -lglobus_proxy_ssl_gcc64dbgpthr
-lglobus_common_gcc64dbgpthr -lssl_gcc64dbgpthr -lcrypto_gcc64dbgpthr
-lltdl_gcc64dbgpthr -lm -ldl -ldl
The code usually runs just fine on any architecture (Mac/Linux) with any
Globus version. This is the first time I see this particular error.
Any ideas?
Thanks,
Ole
On 10-11-01 01:56 PM, JP Navarro wrote:
Ole,
Which TeraGrid machine are you on?
Are you using the Globus 4.0.8 client made available on that machine or have
you installed your own Globus client? Are you calling command line tools or
is your code linked to and using Globus libraries?
A few more details about what you're doing and how would be helpful.
Thanks,
JP Navarro
On Oct 29, 2010, at 4:37 PM, Ole Weidner wrote:
Hi there,
I'm running some test code on a TeraGrid machine with Globus 4.0.8 installed.
globus_module_activate returns with the following error message:
Error activating globus_gram_client because gram_init failure:
Miscellaneous failureUnknown code krb5 195
Any ideas what this mysterious code krb5 195 could be? Could it be that either
globus or my code is linked against the wrong GSS API (kerberos5 instead of the
one from gt)?
Thanks,
Ole