Closed GoogleCodeExporter closed 9 years ago
It sounds like either you did not properly adjust your Windows PATH for R or
you have a DLL conflict problem caused by incorrectly installd DLLS from other
software.
You should use a DLL dependency tracker software to see what the exact DLL
conflict is and where. You may have to uninstall offending software that
installed DLLS in the wrong place.
For what it is worth, if this is a DLL issue, there is no robust solution since
DLL conflicts are always a Windows issue in how the system's cavalier method
works allowing software vendors to install DLLS anyplace they want. Every time
I had this happen it was caused by some other program dumping (usually older)
copies of shared DLLs into public folders rather than isolating them in their
own install path. For example, ssleay32.dll should not be in the "Windows" or
"Windows32" folder, but some programs install a copy there. Postgresql properly
installs this DLL in the bin folder, but on DLL load the copy in the Windows
folder will load first, and cause a failure.
Original comment by ecostats...@gmail.com
on 8 Oct 2010 at 12:48
The preceding comment is correct -- this would appear to be a user error. You
do need a working Postgresql installation so that the Postgresql DLLs are in
your path. That is not something the RPostgreSQL package can do for you. Sorry.
Original comment by dirk.eddelbuettel
on 15 Oct 2010 at 2:55
Original issue reported on code.google.com by
joao...@gmail.com
on 29 Jun 2010 at 10:36