shoxicwaste
New Pleskian
Hi all,
I have a customer who wants to setup a magento 2.0.4 which requires mysql 5.6 so ive setup a dev environment on centos 6.5 with plesk 12.5
I have multiple php versions installed and have gone through mysql 5.6 upgrade however im now seeing issues in plesk application vault. After downloading an application I get this error message:
So far from troubleshooting I have followed this article: https://kb.plesk.com/en/124899 and reinstalled the connector:
I checked my lib64 files and "libmyodbc5.so" is not there however:
Im stumped. Does anyone have idea what could be wrong?
I have a customer who wants to setup a magento 2.0.4 which requires mysql 5.6 so ive setup a dev environment on centos 6.5 with plesk 12.5
I have multiple php versions installed and have gone through mysql 5.6 upgrade however im now seeing issues in plesk application vault. After downloading an application I get this error message:
Code:
Error: The following error has occurred during the download of application: ODBC error #01000: [unixODBC][Driver Manager]Can't open lib '/usr/lib64/libmyodbc5.so' : file not found
So far from troubleshooting I have followed this article: https://kb.plesk.com/en/124899 and reinstalled the connector:
Code:
[root@nord ~]# rpm -Uvh /tmp/mysql-connector-odbc-5.3.6-1.el6.x86_64.rpm Preparing... ########################################### [100%]
[root@nord ~]# package mysql-connector-odbc-5.3.6-1.el6.x86_64 is already installed
I checked my lib64 files and "libmyodbc5.so" is not there however:
Code:
[root@nord ~]# locate libmyodbc5.so
[root@nord ~]# /usr/lib64/libmyodbc5.so
Im stumped. Does anyone have idea what could be wrong?