Installing Google Earth Enterprise - "Error While Loading Shared Libraries: Libcap.so.1" Can Not Open Shared Object File: No Such File or Directory" - suse

Hello stack overflow!!!
I'm installing Google Earth Enterprise on a Suse 11.1 Linux machine. I have installed GEEFusion and GEESever, and both installs worked correctly, in theory. (In fact, when I do a command line run of server it starts up perfectly.)
However, when I try to start up GEEFusion using /etc/init.d/gefusion start I get the following error:
Error While Loading Shared Libraries: Libcap.so.1" Can Not Open Shared Object File: No Such File or Directory
We went and downloaded the library pack and installed it on Suse, and it still gives that error. We chmod'd the library items to 755 and it still gives that error. We also tried to install this on fedora and it still gave this error.
We're really at a loss of what to do, we have a ticket into Google but time is running short! Anyone seen this error? Suggestions?

Related

CUDA Toolkit Installation Fails "Could not create folder" "Access is denied"

This is a self-answered post documenting a problem I encountered:
When I run cuda_11.5.0_496.13_win10.exe as administrator on windows 10 and CUDA Setup extracts the installer to my computer, it leaves me the error:
CUDA Setup Package: error
Could not create folder “C:\Users[myName]\AppData\Local\Temp\CUDA\CUDADevelopment”. Access is denied.
I’ve tried various versions from CUDA 9.0-11.5 and they all fail; as does extracting to a different folder. I have drivers installed and they work properly (I’ve checked them through OpenGL, and CUDA-based python libraries with their own CUDA installations use GPU successfully).
rename the .exe file to a .7z file (e.g. cuda_11.5.0_496.13_win10.exe → cuda_11.5.0_496.13_win10.7z). I used the linux mv command.
Unzip the file with 7zip or winzip into any temporary folder.
run setup.exe (I ran as admin)

Post Installation Error: The system cannot find the file specified

I downloaded Octave from the official website. I have Windows 10 OS with sufficient space in my system. But after installation, when I try to open Octave GUI, I get this error:
How to fix this?

OpenFOAM installation for Windows - \config.json: The system cannot find the file specified

I am trying to install OpenFOAM on Windows 10 following the instruction on the official website (http://www.openfoam.com/download/install-binary-windows.php).
When I click OF_Env_Create to initiate Docker environment I get an error message:
open C:\Users\Admin.docker\machine\machines\default\config.json: The system cannot find the file specified.
Any Idea how I can solve this?
Thank you very much!

Binary file refuses to run due to a missing shared library

I tried building recutils version 1.7 downloaded from the home page, using the standard configure, make, sudo make install sequence, but when trying to run the resulting binaries. like recinf, I get the error:
recinf: error while loading shared libraries: librec.so.1: cannot open shared object file: No such file or directory
Does this mean I made a mistake during the build or is the package itself in error?
As Etan Reisner said the problem was that the shared object libraries were installed but not loaded into the cache, hence the need to run ldconfig. After running
sudo ldconfig
the binaries ran properly. If I had looked in /usr/local/lib, I would have seen the libs there.

APE Install Missing File

After installing from the RPM and then trying the Binary versions of APE (AJAX Push Engine) I am getting this error (on both versions) when I try to run the APE server:
[Module] Failed to load ../modules/libmod_spidermonkey.so [Invalid library] (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
I am using Fedora Linux, with MySql and apache installed. How can I get this libmysqlclient file? I have found this RPM: http://rpm.pbone.net/index.php3/stat/4/idpl/12471829/dir/fedora_4/com/mysqlclient15-5.0.67-1.fc4.remi.i386.rpm.html
And it says it includes this file, so I downloaded it to the box, attempted to install and tells me that it's already installed.
Any advice would help thanks!
Inside the ape.conf there's a module working directory which must be altered.