• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Question Ubuntu 22.10 x64 Plesk Support OS

mahmut ozdemir

Basic Pleskian
Server operating system version
Ubuntu 22.10
Plesk version and microupdate number
18.50
Hello

Plesk Ubuntu 22.04 to Ubuntu 22.10

I updated ubuntu 22.10 to the server with plesk installed, the result is frustration :)

I tried it as a test system, when will 22.10 support come plesk ?

root@interesting-haslett:~# plesk repair all -y
/usr/bin/sw-engine: /usr/lib/x86_64-linux-gnu/c++-plesk-10.3.0/lib64/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /lib/x86_64-linux-gnu/libicuuc.so.71)
exit status 1
root@interesting-haslett:~#


Screenshot_1.png
 
@mahmut ozdemir That Ubuntu version is not supported. The max supported version is 22.04.
What function do you need in Ubuntu 22.10 that would not also be available in 22.04?

I was just wondering :) I set up a test system to see if it works. :)

what are the differences, is there a speed difference.

Will 22.10 be supported?
 
# SOLUTION #

I updated to Ubuntu 22.10 too and had the same issue. I solved it with this fix, just copy and paste the few line below in a shell :

cd /usr/lib/x86_64-linux-gnu/c++-plesk-10.3.0/lib64/
cp libstdc++.so.6 libstdc++.so.6.old
cd /usr/lib/x86_64-linux-gnu/
cp libstdc++.so.6 /usr/lib/x86_64-linux-gnu/c++-plesk-10.3.0/lib64/

Hope this will help people dealing with this update problem !
 
Back
Top