I'm trying to use do_postgres and am getting an error: dyld: lazy symbol binding failed: Symbol not found: _krb5_init_context Referenced from: /Library/Ruby/Gems/1.8/gems/do_postgres-0.9.11/lib/ do_postgres_ext.bundle Expected in: dynamic lookup
dyld: Symbol not found: _krb5_init_context Referenced from: /Library/Ruby/Gems/1.8/gems/do_postgres-0.9.11/lib/ do_postgres_ext.bundle Expected in: dynamic lookup I'm using Postgresql from http://www.postgresqlformac.com, and 10.5.6 Leopard. Ruby version: 1.8.6 (2008-03-03 patchlevel 114) [universal- darwin9.0] _krb5_init_context is defined in /usr/lib/libkrb5.dylib (20001b9c T _krb5_init_context) which is in my DYLD_LIBRARY_PATH=/sw/lib:/usr/ local/cuda/lib:/Developer/CUDA/lib:/usr/lib I'm new to Mac, and don't yet know all the tricks here. Am I missing something obvious? I built/installed ruby 1.9.1 earlier today, and get a similar error: dyld: lazy symbol binding failed: Symbol not found: _krb5_init_context Referenced from: /usr/local/lib/ruby19/gems/1.9.1/gems/ do_postgres-0.9.11/lib/do_postgres_ext.bundle Expected in: flat namespace dyld: Symbol not found: _krb5_init_context Referenced from: /usr/local/lib/ruby19/gems/1.9.1/gems/ do_postgres-0.9.11/lib/do_postgres_ext.bundle Expected in: flat namespace ruby 1.9.1p0 (2009-01-30 revision 21907) [i386-darwin9.6.0] Any help? Thanks, Rob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/datamapper?hl=en -~----------~----~----~----~------~----~------~--~---
