• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Configuration warning on Control Panel

podman99

Basic Pleskian
Following an upgrade last night to Ubuntu 12.04 from Ubuntu 10.04 I now get the following message when I login to my Plesk server. This server was Plesk 11 Before the upgrade and remains so (after re-install)


New files of configuration for Apache web server were not built due to errors in configuration templates: Template processing failed: file = /opt/psa/admin/conf/templates/default/domainVhost.php, error = [unixODBC][Driver Manager]Can't open lib '/usr/lib/odbc/libmyodbc.so' : file not found. The detailed error message was e-mailed to you, so please check the e-mail, fix the errors, and click here to retry generating broken configuration or click here to retry generating of all configurations.

Any suggestions - I feel you may need more information from me, but as yet cant work out the best information to provide, so suggestions welcome :)
 
Obviously - there is no /usr/lib/odbc/libmyodbc.so library. Looks like that corresponding package is not installed.
 
Found Issue

The upgrade did not replace /etc/odbcinst.ini

I have put the below in this server and tested the mentioned file exists, which it does.

Just testing the rebuilding of configs to see what happens.

This is from another server -
[MySQL]
Description = MySQL driver for Plesk
Driver = /usr/lib/x86_64-linux-gnu/odbc/libmyodbc.so
Setup =
FileUsage = 1
Driver64 =
Setup64 =
UsageCount = 1
 
Back
Top