vibhorkum / pg_background

pg_background
GNU General Public License v3.0
136 stars 35 forks source link

ERROR: could not access file "$libdir/pg_background": No such file or directory #27

Closed Ryo51289 closed 4 years ago

Ryo51289 commented 4 years ago

Hi vibhorkum! After build and copied file to : share\contrib\pg_background.dll share\extension\pg_background.control share\extension\pg_background--1.0.sql I was executed the command CREATE EXTENSION but I got error

D:\Work>psql -h localhost -p 5432 -U myUser -c "CREATE EXTENSION pg_background;" myDB
ERROR:  could not access file "$libdir/pg_background": No such file or directory

Are there any configuration I was missed out?

Ryo51289 commented 4 years ago

I got it, I should copy to share\lib\pg_background.dll too