clkao / plv8js-migrated

Automatically exported from code.google.com/p/plv8js
Other
0 stars 0 forks source link

can't load plv8, undefined symbol: CheckFunctionValidatorAccess #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build v8 
2. build plv8js 
3. create extension plv8; on postgres

What is the expected output? What do you see instead?
Should successfully create extension. Instead I get:

ERROR:  could not load library "/usr/lib/postgresql/9.3/lib/plv8.so": 
/usr/lib/postgresql/9.3/lib/plv8.so: undefined symbol: 
CheckFunctionValidatorAccess

What version of the product are you using? On what operating system?
postgres 9.3.2
v8 -3.17.x, or 3.18.x
plv8js v1.4.2

ubuntu 12.04

Please provide any additional information below.
I try several versions of v8, still can not build successfully. 
IF I want to build plv8js 1.4.2, which versions of v8 should I choose??
SO frustrated in the  last several days, ANY suggestions??

BTW, related issue https://code.google.com/p/plv8js/issues/detail?id=79
I have build v1.4.1 successfully based on v8-3.18.x, BUT i need v1.4.2 because 
it fix some bug about drop columns..

Original issue reported on code.google.com by a88...@gmail.com on 12 May 2014 at 3:24

GoogleCodeExporter commented 9 years ago
Update your postgres to the latest 9.3.  This error is intended to prevent 
security issue.

Original comment by umi.tan...@gmail.com on 19 May 2014 at 4:39

GoogleCodeExporter commented 9 years ago

Original comment by umi.tan...@gmail.com on 19 May 2014 at 4:39