Delphi 11.2
رسالة الخطأ
Unable to start LLDB kernel: ‘Symbolic link target des not exist: …. PAServer-22/lldb/lib/libpython3.so -> /user/lib/x86_64-linux-gnu/libpython3.6m.so.1.0.
Plase make sure that the target exists or update the link to point to the new Python 3 shared object file’
الحل
تأكد اولا من تثبيت Python 3.10
sudo apt install joe wget p7zip-full curl openssh-server build-essential zlib1g-dev libcurl4-gnutls-dev libncurses5 lldb
cd PAServer-22.0/lldb/lib
# rename current symbolic link so we can add the correct one
mv libpython3.so libpython3.so_
# this depends on the current Linux distribution for where and what it is called - this one is for Ubuntu 22.10 Server:
ln -s /usr/lib/x86_64-linux-gnu/libpython3.10.so.1.0 libpython3.so