安裝PL /紅寶石這是爲了使Postgres的發展功能嵌入紅寶石代碼, 但我一直無法建立它。對PostgreSQL 8.3
誠如通過 http://www.robbyonrails.com/articles/2005/08/22/installing-untrusted-pl-ruby-for-postgresql
我試圖建立從我整理出來的最新版本ftp://moulon.inra.fr/pub/ruby/
提供(plruby-0.5.3.tar.gz)所需的plruby.so在我的本地的Postgres設置的調整和調用到:
ruby extconf.rb --with-pgsql-include=/usr/postgresql-8.3.4/include/server --enable-shared --disable-conversion --with-pgsql-version=83
我試着對變化的相當數量,但它似乎並沒有能夠成功地使 的'conftest.c' 文件
它這樣說:
checking for catalog/pg_proc.h... yes
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
而且這裏是我結束了我的mkmf.log
have_header: checking for catalog/pg_proc.h... -------------------- yes
"gcc -E -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -I/usr/postgresql-8.3.4/include/server -g -O2 -fPIC conftest.c -o conftest.i"
checked program was:
/* begin */
1: #include <catalog/pg_proc.h>
/* end */
當我手動運行一行gcc,它說沒有'conftest.c'(並且沒有,但是應該生成 )。
'uname -a' ... gives
Linux vdev1 2.6.18.8-xen #2 SMP Thu May 8 11:52:29 PDT 2008 x86_64 x86_64 x86_64 GNU/Linux
'ruby -v' ... gives
ruby 1.8.6 (2008-08-11 patchlevel 287) [x86_64-linux]
任何幫助和/或建議,將不勝感激。
邁克 - Berrow