umitanuki / twitter_fdw

74 stars 11 forks source link

Server is version 9.3, library is version 9.1. #5

Open microspino opened 10 years ago

microspino commented 10 years ago

I would like to install this extension on my macbook pro with OS X 10.8 and Postgresapp. make && make install went smoothly but when i try to run psql -c "CREATE EXTENSION twitter_fdw" my_db_name i get

ERROR:  incompatible library "/Applications/Postgres.app/Contents/Versions/9.3/lib/postgresql/twitter_fdw.so": version mismatch
DETAIL:  Server is version 9.3, library is version 9.1.
bw-matthew commented 8 years ago

You are compiling the extension using old development headers. Try uninstalling the postgres 9.1 development headers and install the 9.3 headers instead.