libreoffice5.1.3 error while loading shared libraries: libdbus-glib-1.so.2 - centos

I installed libreoffice5.1.3 on my VPS centos 7
when i try to launch libreoffice it is showing following error
libreoffice5.3 javaldx: Could not find a Java Runtime Environment! Warning: failed to read path from javaldx /opt/libreoffice5.3/program/soffice.bin: error while loading shared libraries: libdbus-glib-1.so.2: cannot open shared object file: No such file
How can i resolve it
Thank you in advance

Maybe is later but try to install this package:
yum install libdbus-glib-1.so.2
So after require this packages:
libdbus-glib-1.so.2
libcairo.so.2
libcups.so.2libSM.so.6
If it is, install all

Related

libgtk-3.so.0 not found when trying to run mongodb-compass from RedHAt Linux

I tried installing the latest version of Mongo compass by running the RPM in the red hat instance:
sudo yum install mongodb-compass-1.17.0.x86_64.rpm
When I try to run the mongodb-compass, I am getting the below error:
[ec2-user#ip-10-93-230-148 ~]$ mongodb-compass
mongodb-compass: error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory
Can anyone please advise on how to resolve this issue?
Thanks
DJ
I am able to run compass in Redhat instance by installing gtk3-devel

Can not compile hello word program of Swift

I was going to use Swift/t and normally I started to with HELLO WORLD code from the gallery. Unfortunately, I encountered compiling error as follow:
zsh: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
May you please provide me some hints that may help me to resolve the issue.
This kind of errors (bash/zsh: error while loading shared libraries: ...) appear when you don't have a library installed on your system.
In your case, your missing library is libtinfo, on its version 5. You should be able to search and install it throught your system's package manager.
Just as an example, in Ubuntu you can install it by:
sudo apt install libtinfo5

unable to install jd-gui on ubuntu 16.04,64 bit machine

Getting following error:
error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
Already tried installing using below cmd:
sudo apt-get install ia32-libs-gtk
Getting error for this too:E: Unable to locate package ia32-libs-gtk
Seems you need to install x86 version:
sudo apt-get install libgtk2.0-0:i386

Matlab MCR in ubuntu Amazon ec2

After installing MCR on Ubuntu, I cant run my code. The following is the error that I get. I tried googling but cant solve the problem.
./run_HPC_Location_Replacer.sh /usr/local/MATLAB/MATLAB_Compiler_Runtime/v83
Setting up environment variables
LD_LIBRARY_PATH is .:/usr/local/MATLAB/MATLAB_Compiler_Runtime/v83/runtime/glnxa64:/usr/local/MATLAB/MATLAB_Compiler_Runtime/v83/bin/glnxa64:/usr/local/MATLAB/MATLAB_Compiler_Runtime/v83/sys/os/glnxa64
An Error has occurred while trying to initialize the MCR.
The error is: Fatal error loading library /usr/local/MATLAB/MATLAB_Compiler_Runtime/v83/bin/glnxa64/libmwmclbase.so Error: libXt.so.6: cannot open shared object file: No such file or directory
Error:mclmcr initialization failed
I run into the same problem on my EC2 instance, and seems like it is missing the package lixbt6.
The problem got fixed after I did sudo apt-get install libxt6

DB2 error while loading shared libraries

When i execute 'db2stop' or 'db2start' command on Centos finally 6.4 (Final). I am getting error as follows:
> error while loading shared libraries: libnuma.so.1: cannot open shared
> object file: No such file or directory
I tried as follows commands but it didn't work..
# yum install compat-libstdc++-33
# yum install libaio
waiting your solutions.
I executed the following command and I got it: apt-get install numactl
And also if you get following error
DBT3514W The db2prereqcheck utility failed to find the following 32-bit library file: "/lib/libpam.so*"
then execute
sudo yum install pam.i686