The Open Source Swiss Army Knife

/sql_servers/postgresql/
/sql_servers/postgresql/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /sql_servers   /postgresql 
Permalink: pg_dataWarehouses.txt
Title: descru
article options : please login   |  raw source view  

data warehousing

  1. R library

  2. pgsql internal library links

  3. R library and Rdbi.pgsql

pgsql links

http://www.joeconway.com/plr/

  • R library and Rdbi.pgsql

    The following is in reference to the download found at :

    http://rdbi.sourceforge.net/

    Which untars into Rdbi.PGsql/

    "configure" script is outdated. Delete it, and run "autoconf" followed by
    ./configure

    read the warning:

    if test $PG_INCLUDE_DIR_NOT_FOUND
    then

            echo
            echo I could not find your PostgreSQL client headers\!
            echo Use --with-pgsql-includes=PATH\; if running R\'s INSTALL\,
            echo use --configure-args=\'--with-pgsql-includes=PATH\'\; or
            echo set PG_INCLUDE_DIR in your environment to the library path\,
            echo and rerun the configure/install\.
            echo
            exit 1;
    

    fi

    and instead of :

    #!/bin/sh
    ./configure --with-pgsql-libraries=/usr/local/pgsqlcvs/lib --with-pgsql-includes=/usr/local/pgsqlcvs/lib

    type instead

    ./configure --configure-args=\'with-pgsql-libraries=/usr/local/pgsqlcvs/lib --with-pgsql-includes=/usr/local/pgsqlcvs/lib\'
    HOWEVER,that, too, "is a dead end". In fact, there is no makefile!


    Leave a Reply
    Your Name:     anonymous
    Your Email:
    Website:  
    Comments:

    The author will be notified of your reply.
    return to top