Email error,
MAILER-DAEMON
(temporary failure.
I worked with Qt Creator 2.6.2 based on Qt 5.0.1 in a linux environnement.
I can successfully link against libawesomium-1.6.5.so :
-L-L.
-L-lawesomium-1.6.5
-L-ldl
libawesomium-1.6.5.so is in the same directory as my executable, now if I try to call my program (I'll call it prog for now), it exists with:
./prog: error while loading shared libraries: libawesomium-1.6.5.so.0: cannot open shared object file: No such file or directory
So I make a symlink libawesomium-1
Hey guys been trying to google search for this before posting and I dont think I found a solution for this.
I unziped the latest TS3 client.
But when I try to run
Code:
./ts3client_runscript.sh
i get this error
Code:
error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
the .sh file contains..
Code:
#!/bin/bas
I've tried to install OpenLDAP with some steps I did before in other installation under the same conditions in Ubuntu 12.04
I've followed the manual that OpenLDAP has on line... But when I try to make test it fails in the first test...
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
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.
I'm trying to run gnustep ProjectCenter but I keep getting the following error:
ProjectCenter: error while loading shared libraries: libProjectCenter.so.0: cannot open shared object file: No such file or directory
Running the ldd command on ProjectCenter told me the other libraries where in the lib64 directory,
but when I put libProjectCenter.so.0 in their it still doesn't work
So I wondering i
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.