-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install the extension #301
Comments
HI Jahnavi, [root@fde1228da0ab yum.repos.d]# sudo dnf -y install mysql_fdw_15 (working) Could you please just try like - ( connect to root and fire these commands one by one)
also could you please check if you can install this package regards, |
I am actually running these commands in a dockerfile.I tried the following 2 methods
Error I keep getting:
Method 2:
Error I keep getting:
|
Hi @jahnavisana2812,
You need to install mysql client library to compile mysql_fdw using sources. Please install the required client library and let us know your feedback. |
Can you help me out using EDB package?Instead of makefile |
Hey,I have installed the mysql client and following is the attached dockerfile.I am still stuck at the same error.Please help!
Error I'm getting:
|
You need to install mysql-devel package or whatever it is called. |
Configured it successfully Now I don't get the error of the mysql_config not found but the Makefile:44 error still remains.Can someone help?Thanks in advance!
Error:Makefile:44: *** PostgreSQL 11, 12, 13, 14, 15, or 16 is required to compile this extension. Stop. |
Is there an alternative method to install the extension that doesn't involve using make? I attempted to use the EDB package, but encountered a "package not found" error. Could you assist me with this? Below are the steps I followed according to the provided repository.
Error: Unable to find a match: mysql_fdw_15
The text was updated successfully, but these errors were encountered: