• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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