I am trying to deploy a linux executable from Delphi.
1. The host has cpanel
2. I have installed PAServer
3. However I get this error about symlink target directory does not exist

Unable to start LLDB kernel: ;Symbolic link target does not exist: /home/pacifi85/PAServer-23.0/lldb/lib/libpython3.so -> /usr/lib/x86_64-linux-gnu/libputhon3/7m.so.1.0.
Please make sure that the target exists or update the link to point to the new Python 3 shared object.
---
Looking around the server, x86_64-linux-gnu
directory does not exist. So, I am guessing that perhaps python is not installed.
I see these files in **usr/lib**
python3.6
site-packages
easy_install.py
pip
pip-9.0.3.dist-info
pkg_resources
__pycache__
setuptools
setuptools-39.2.0.dist-info
setuptools has a many .py files.
I have searched but I haven't found anything that corresponds to the files I see.
How can I install python on it.
Notes
- cpanel has no menu item to do it.
- On other forums I am told to point the symlink to whatever version **.so** there is.
- But I cant find the **so** or any path to **x86**. I am coming to the conclusion that either my tool no longer works on ARM or my host no longer uses x86.
---
Just finished an hour long session with ISP-support. They insist that python is installed but cant tell me where the library /shared-object is located.
Asked by Rohit Gupta
(385 rep)
Jan 14, 2025, 03:25 PM
Last activity: Jan 14, 2025, 04:36 PM
Last activity: Jan 14, 2025, 04:36 PM