jconway / plr

PL/R - R Procedural Language for PostgreSQL
http://www.joeconway.com
90 stars 41 forks source link

plr AND PostgreSQL 9.5 #17

Closed gmusumeci closed 7 years ago

gmusumeci commented 8 years ago

I'm running postgres 9.5 on windows 10. I downloaded plr 8.3.0.16. I followed instructions about configuration of enviroment variables according to the file install.txt included in the zip.

When I try to create extension plr in my database I get the following error:

ERROR: incompatible library "C:/Program Files/PostgreSQL/9.5/lib/plr.dll": version mismatch DETAIL: Server is version 9.5, library is version 9.4.

\ Error **

ERROR: incompatible library "C:/Program Files/PostgreSQL/9.5/lib/plr.dll": version mismatch SQL state: XX000 Detail: Server is version 9.5, library is version 9.4.

davecramer commented 8 years ago

Where did you get the library from ?

gmusumeci commented 8 years ago

I get them from http://www.joeconway.com/plr/

davecramer commented 8 years ago

Ah, ok, so we have to build a new dll for 9.5. I'm trying to sort that out right now, stay tuned!

Dave Cramer

On 10 March 2016 at 07:59, Giuseppe Musumeci notifications@github.com wrote:

I get them from http://www.joeconway.com/plr/

— Reply to this email directly or view it on GitHub https://github.com/jconway/plr/issues/17#issuecomment-194831697.

gmusumeci commented 8 years ago

I surely will be tuned! Bye!!

yipeng commented 8 years ago

I am also waiting for this. Is there any workaround other than downgrading to 9.4? Thanks!

davecramer commented 8 years ago

unfortunately no.

Dave Cramer

On 21 March 2016 at 11:07, yipeng notifications@github.com wrote:

I am also waiting for this. Is there any workaround other than downgrading to 9.4? Thanks!

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/jconway/plr/issues/17#issuecomment-199329685

ghost commented 8 years ago

Is this specific to Windows builds, or common to all PG 9.5 platforms?

davecramer commented 8 years ago

Just windows builds. I am working on it, but windows builds are "interesting" in the Chinese proverb sense of the word

Dave Cramer

On 21 March 2016 at 11:29, Matt Keranen notifications@github.com wrote:

Is this specific to Windows builds, or common to all PG 9.5 platforms?

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/jconway/plr/issues/17#issuecomment-199340378

davecramer commented 8 years ago

Hi, can you try the file attached to https://github.com/postgres-plr/plr/issues/1 and let me know if it works

yipeng commented 8 years ago

Worked for me when I used R 3.2.0 but not 3.2.5. Thanks for this. It did something for my well being.

salizadeh commented 7 years ago

Hi Joe, How could find PL/R compatible version for PostgreSQL 9.6, because I had an following error when I ran CREATE EXTENSION plr;

ERROR: incompatible library "C:/Program Files/PostgreSQL/9.6/lib/plr.dll": version mismatch DETAIL: Server is version 9.6, library is version 9.5. \ Error **

davecramer commented 7 years ago

hi @salizadeh this repo has been deprecated see https://github.com/postgres-plr/plr/releases/tag/REL8_3_0_17

salizadeh commented 7 years ago

Thank you so much.