Difference between revisions of "Main Page/"PL/R""

From phurvitz
Jump to: navigation, search
(New page: # build R with <pre>--enable-R-shlib</pre> (I also used <tt>--with-tcltk</tt>) # compile plr ## required altering Makefile: ##: <pre>top_builddir = /usr/local/src/postgresql-8.3.7</pre> # ...)
 
m (Protected "Main Page/"PL/R"" [edit=sysop:move=sysop] [cascading])
 
(No difference)

Latest revision as of 16:52, 13 October 2009

  1. build R with
    --enable-R-shlib
    (I also used --with-tcltk)
  2. compile plr
    1. required altering Makefile:
      top_builddir = /usr/local/src/postgresql-8.3.7
  3. make sure library files are in the proper location
    1. edit /etc/ld.so.conf
    2. ldconfig