EnterpriseDB / mysql_fdw

PostgreSQL foreign data wrapper for MySQL
Other
530 stars 162 forks source link

Cannot build make error #135

Open abhijitgujar86 opened 7 years ago

abhijitgujar86 commented 7 years ago

While compiling using gnumake on windows i got the following error

process_begin: CreateProcess(NULL, mysql_config --include, ...) failed process_begin: CreateProcess(NULL, mysql_config --libs, ...) failed process_begin: CreateProcess(NULL, uname, ...) failed. process_begin: CreateProcess(NULL, pg_config --pgxs, ...) failed.

ahsanhadi commented 7 years ago

mysql_fdw is currently not supported to work on windows.

On Thu, Mar 30, 2017 at 2:05 PM, Abhijit notifications@github.com wrote:

While compiling using gnumake on windows i got the following error

process_begin: CreateProcess(NULL, mysql_config --include, ...) failed process_begin: CreateProcess(NULL, mysql_config --libs, ...) failed process_begin: CreateProcess(NULL, uname, ...) failed. process_begin: CreateProcess(NULL, pg_config --pgxs, ...) failed.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/EnterpriseDB/mysql_fdw/issues/135, or mute the thread https://github.com/notifications/unsubscribe-auth/AHmqpK2zwI0elNqvmgwMt7jxP_iuEy38ks5rq3BGgaJpZM4MuEP_ .

-- Ahsan Hadi Snr Director Product Development EnterpriseDB Corporation The Enterprise Postgres Company

Phone: +92-51-8358874 Mobile: +92-333-5162114

Website: www.enterprisedb.com EnterpriseDB Blog: http://blogs.enterprisedb.com/ Follow us on Twitter: http://www.twitter.com/enterprisedb

This e-mail message (and any attachment) is intended for the use of the individual or entity to whom it is addressed. This message contains information from EnterpriseDB Corporation that may be privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient or authorized to receive this for the intended recipient, any use, dissemination, distribution, retention, archiving, or copying of this communication is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete this message.

Johnsonxiong commented 5 years ago

Hi, I am wondering is mysql_fdw supports Windows now?

yogeshsatkari commented 9 months ago

getting similar error while executing Makefile in the pgvector repository.

Repository - https://github.com/pgvector/pgvector

I am doing it to add vector data type in the existing postgreSQL database in my local.

image

surajkharage19 commented 8 months ago

Hi @yogeshsatkari,

It seems you are trying this setup on Windows which is not a supported platform.

https://www.enterprisedb.com/docs/mysql_data_adapter/latest/installing/ Please try platforms from above-supported platform list and let us know if that helps.

Midhun-33 commented 8 months ago

Are there any alternative methods to install the pgvector extension on an existing PostgreSQL in Windows?