I'm trying to get citext available as a type in a specific database. The Postgres database server is 9.4. I see it on the server in the pg_catalog's pg_available_extensions view.
From the psql console I try to install it and get this error:
create extension citext;
ERROR: could not access file "$libdir/citext": No such file or directory
Is there a configuration problem? I'm not sure why it would not have the $libdir variable populated.