Email error,
MAILER-DAEMON
(temporary failure.
I'm trying to run GCCG (a multiplatform implementation of a card game engine) on my Ubuntu 12.04 x86_64, but I always get the following error:
./ccg_client: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
Of course I thought the library was missed and I tried to install using apt-get, but I realized it was already installed.
When i
I worked with Qt Creator 2.6.2 based on Qt 5.0.1 in a linux environnement.
I just installed Marlin file browser, from the marlin-dev ppa.
Problem is, wehn i try to launch it, i get this error:
stewart@StudioLaptop2:~$ marlin
marlin: error while loading shared libraries: libunity.so.6: cannot open shared object file: No such file or directory
What should I do?
P.S. - I've tried it in Gnome-shell and Unity, but get same error :(
Thanks,
Stewart
Hi every one, I am new to Linux, I have just understood the very basics of the command line and the file system, but I am still having practical problems: Here is the biggest so far:
I just installed IRAF (An Astronomical Image editing sofware) and even though it prompted me with "Successfully installed", when I want to run the application it gives me this error:
Code:
/iraf/iraf/bi
after restarting my machine, when I try connect with ssh I get this message :
/usr/X11R6/bin/xauth: error while loading shared libraries: libXau.so.6: cannot open shared object file: No such file or directory
any suggestion ?
Hi,
I am having some trouble getting an old version of blender to run. I installed blender 2.49b-linux-glibc236-py26-i386. This one needs python 2.6 (hence the 'py26' in the name of the blender file). So I installed Python 2.6 (alnd also 2.5, 2.5.6, 2.6.7, 2.7 & 3.2) using pythonbrew.
after i finshed installing maya following this page i am getting the following error message
/usr/autodesk/maya2012-x64/bin/maya.bin: error while loading shared libraries: libfam.so.0: cannot open shared object file: No such file or directory
can anyone tell me how to fix it ..:confused:
Hi All,
I get the following error while running the executable for an application:
error while loading shared libraries: libmysqlclient.so.14: cannot open shared object file: No such file or directory.
The file libmysqlclient.so is in /usr/lib/mysql. I can't figure out why this file cannot be located suddenly. I had executed the application several times before.