From: Bryan Zarnett Date: 2001-05-30T09:43:14+09:00 Subject: [ruby-talk:15987] dyld: ruby Undefined symbols:_pg_encoding_to_char Have I mentioned how much I hate compiling things today? There are good days and then there are bad days. Does anyone know how to solve such a problem? Is there a way I can statically link this stuff? Everything compiles fine with the Postgres library from the RAA but when I run the sample applications I get dyld: ruby Undefined symbols:_pg_encoding_to_char I have tried setting both LB_LIBRARY_PATH and DYLD_LIBRARY_PATH to where the Postgres lib directory but that did not help. Any help would be great. I need to get this working in order to get a client interesting in Ruby. Bryan