• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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