Re: $libdir/mysql_fdw

From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: Ryan King - NOAA Affiliate <ryan(dot)king(at)noaa(dot)gov>, pgsql-general(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org
Subject: Re: $libdir/mysql_fdw
Date: 2015-10-21 11:04:19
Message-ID: 1445425459.28455.31.camel@gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general


Hi,

On Thu, 2015-08-27 at 12:46 -0500, Ryan King - NOAA Affiliate wrote:
> ERROR: could not access file "$libdir/mysql_fdw": No such file or
> directory
>
> dbname=# CREATE EXTENSION mysql_fdw;
>
> ERROR: could not open extension control file
> "/usr/pgsql-9.4/share/extension/mysql_fdw.control": No such file or
> directory
>
> What needs to be installed for this to work?

Looks like you installed PostgreSQL using the community RPMs -- so make
sure that you used the RPM of mysql_fdw:

yum install mysql_fdw_94

would do the trick.

Regards,
--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ryan King - NOAA Affiliate 2015-10-21 18:52:59 Re: $libdir/mysql_fdw
Previous Message koff10 2015-10-21 08:37:19 uninstall libxml2 from postgres 9.4

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2015-10-21 12:31:35 Re: BDR - DDL Locking
Previous Message Pavel Stehule 2015-10-21 07:20:33 Re: My first PL/pgSQL function