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