• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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