Dear all,

I am stuck trying to get RPostgreSQL running on my Mac. PostgreSQL itself does work fine as it is able to connect with various other apps. Unfortunately the RPostgreSQL package is not available as a binary for MAC OS. Thus I´ve been trying to compile the source for quite some time now - unfortunately without success (or at least very limited success).

First, running ./configure respectively running the installation directly via R was not able to find the header file libpq-fe.h. after I changed PG_INCDIR to my
local postgre dir the error message disappear and i got another one:

ld: library not found for -lpq

Thus I tried to set PG_LIBDIR to the directory where libpq is located, but still I received the same error message, despite a encouraging libpq-fe.h ...yes


Does anybody know how to fix this?

Thx in advance

matt

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to