On Jul 19, 9:27 am, Pavel Kunc <[email protected]> wrote:
> you need pathed pg gem to use PostgreSQL + 1.9.1 + Sequel to work with
> UTF-8. I'm using Merb + Sequel + the patched PG gem without  any
> problems. You also need to set db connection to the UTF-8 as you've
> tried.

Thank you. This looks very promising. Unfortunately, I can't get it to
build.

  Slim2:src phrogz$ curl -O 
http://files.rubyforge.vm.bytemark.co.uk/ruby-pg/ruby-pg-0.8.0.tar.gz
  Slim2:src phrogz$ tar xzf ruby-pg-0.8.0.tar.gz
  Slim2:src phrogz$ cd ruby-pg-0.8.0
  Slim2:ruby-pg-0.8.0 phrogz$ curl -O
http://rubyforge.org/tracker/download.php/3214/12398/25931/4535/pg-m17n3.patch
  Slim2:ruby-pg-0.8.0 phrogz$ patch -p0 < pg-m17n3.patch
  patching file ext/pg.c

  Slim2:ruby-pg-0.8.0 phrogz$ curl -O
http://rubyforge.org/tracker/download.php/3214/12398/26116/4557/pg-m17n-companion.diff
  Slim2:ruby-pg-0.8.0 phrogz$ patch -p1 < pg-m17n-companion.diff
  patching file ext/pg.c
  patching file spec/pgconn_spec.rb

  Slim2:ruby-pg-0.8.0 phrogz$ rake native
  (in /usr/local/src/ruby-pg-0.8.0)
  rake aborted!
  no such file to load -- spec/rake/spectask
  /usr/local/src/ruby-pg-0.8.0/rakefile:5:in `require'
  (See full trace by running task with --trace)

  Slim2:ruby-pg-0.8.0 phrogz$ ls spec/
  data      pgconn_spec.rb    pgresult_spec.rb

How did you build the gem from sources?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sequel-talk" 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/sequel-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to