/opt/libreoffice25.2/program/oosplash: error while loading shared libraries: libXinerama.so.1: cannot open shared object file: No such file or directory
File \"/usr/local/lib/python3.9/site-packages/unstructured/partition/common.py\", line 160, in convert_office_doc\n raise FileNotFoundError(\nFileNotFoundError: soffice command was not found. Please install libreoffice\non your system and try again.
/opt/libreoffice7.5/program/oosplash: error while loading shared libraries: libXinerama.so.1: cannot open shared object file: No such file or directory
然后去 查找问题 解决方法是安装 libXineramalinux - error while loading shared libraries: libXinerama.so.1: cannot open shared object file: No such file or directory - Super User
于是开始安装 apt-get install libxinerama1
后面报 Err:5 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libx11-data all 2:1.6.9-2ubuntu1.2 404 Not Found [IP: 91.189.91.39 80] Err:6 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libx11-6 amd64 2:1.6.9-2ubuntu1.2 404 Not Found [IP: 91.189.91.39 80]
于是又查找问题 说要更新
apt-get update
于是开始更新更新有报错GPG error: http://security.ubuntu.com/ubuntu focal-security InRelease: Couldn’t create temporary file /tmp/apt.conf.HbA52m for passing config to apt-key
于是进行 apt clean ubuntu 16.04 An error occurred during the signature verification. The repository is not updated and_Hardy-Lee的博客-CSDN博客
An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://archive.ubuntu.com/ubuntu focal InRelease: Couldn’t create temporary file /tmp/apt.conf.gmGfhQ for passing config to apt-key
libreoffice7.5 -version /opt/libreoffice7.5/program/soffice.bin: error while loading shared libraries: libssl3.so: cannot open shared object file: No such file or directory
public static void main(String[] args) throws Exception {
ConnectionInformation ci = new ConnectionInformation(); ci.setHost("10.1.5.123"); ci.setDomain(""); ci.setUser("freud"); ci.setPassword("password"); ci.setClsid("F8582CF2-88FB-11D0-B850-00C0F0104305");
Server server = new Server(ci, Executors.newSingleThreadScheduledExecutor());
server.connect();
Group group = server.addGroup(); Item item = group.addItem("Random.Real5");
public static void main(String[] args) throws Exception {
ConnectionInformation ci = new ConnectionInformation(); ci.setHost("10.1.5.123"); ci.setDomain(""); ci.setUser("freud"); ci.setPassword("password"); ci.setClsid("F8582CF2-88FB-11D0-B850-00C0F0104305");
Server server = new Server(ci, Executors.newSingleThreadScheduledExecutor());
server.connect();
AccessBase access = new SyncAccess(server, PERIOD);
access.addItem("Random.Real5", new DataCallback() { private int i;
public static void main(String[] args) throws Exception {
ConnectionInformation ci = new ConnectionInformation(); ci.setHost("10.1.5.123"); ci.setDomain(""); ci.setUser("freud"); ci.setPassword("password"); ci.setClsid("F8582CF2-88FB-11D0-B850-00C0F0104305");
Server server = new Server(ci, Executors.newSingleThreadScheduledExecutor());
server.connect();
AccessBase access = new Async20Access(server, PERIOD, false);
access.addItem("Random.Real5", new DataCallback() {
public static void main(String[] args) throws Exception {
ConnectionInformation ci = new ConnectionInformation(); ci.setHost("10.1.5.123"); ci.setDomain(""); ci.setUser("freud"); ci.setPassword("password"); ci.setClsid("F8582CF2-88FB-11D0-B850-00C0F0104305");
Server server = new Server(ci, Executors.newSingleThreadScheduledExecutor());
AutoReconnectController controller = new AutoReconnectController(server);
controller.connect();
AccessBase access = new SyncAccess(server, PERIOD);
access.addItem("Random.Real5", new DataCallback() { private int i;
public static void main(String[] args) throws Exception {
ConnectionInformation ci = new ConnectionInformation(); ci.setHost("10.1.5.123"); ci.setDomain(""); ci.setUser("freud"); ci.setPassword("password"); ci.setClsid("F8582CF2-88FB-11D0-B850-00C0F0104305");
Server server = new Server(ci, Executors.newSingleThreadScheduledExecutor());
server.connect();
Group group = server.addGroup(); Item item = group.addItem("Square Waves.Real4");
final Float[] integerData = new Float[] { 1202f, 1203f, 1204f }; final JIArray array = new JIArray(integerData, false); final JIVariant value = new JIVariant(array);