Re: $libdir/mysql_fdw - Mailing list pgsql-admin

From Devrim GÜNDÜZ
Subject Re: $libdir/mysql_fdw
Date
Msg-id 1445425459.28455.31.camel@gunduz.org
Whole thread Raw
In response to $libdir/mysql_fdw  (Ryan King - NOAA Affiliate <ryan.king@noaa.gov>)
Responses Re: $libdir/mysql_fdw  (Ryan King - NOAA Affiliate <ryan.king@noaa.gov>)
List pgsql-admin
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



Attachment

pgsql-admin by date:

Previous
From: koff10
Date:
Subject: uninstall libxml2 from postgres 9.4
Next
From: Ryan King - NOAA Affiliate
Date:
Subject: Re: $libdir/mysql_fdw