The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
46 views

g++: error: /usr/lib/libGL.so: No such file or directory after uninstalling AMD drivers

This is a question asked several times all over the internet. Duplicates: http://askubuntu.com/questions/395544/g-error-or-nosuch-file-or-directory ...
1
vote
1answer
53 views

Testprintenv:error while loading shared libraries:libodbc.so.1: cannot open shared object file

I am trying to invoke a C-Program which returns the value for a given keyword from a configuration file While trying to invoke program it's displaying below error: **Testprintenv: error while ...
2
votes
0answers
21 views

How to Cross Compile using Eclipse C/C++ IDE? [migrated]

I setup Eclipse C/C++ IDE on Linux desktop to cross compile programs on to a Linux RT platform using a GCC cross compiler. Now I am trying to set up Eclipse C/C++ IDE on Windows to achieve the same. ...
3
votes
1answer
30 views

Does the Linux loader (ld.so) follow symlinks?

I have stumbled upon a problem by trying to move the ld.so.cache file to another location. I have tried to create a symlink for it in its previous location -- /etc/ -- but it seems that the loader ...
0
votes
0answers
17 views

Solaris - calling app from java - no such file or library

I call ffmpeg from a java application on Solaris. If I run ffmpeg with the same parameters from command line, then it works fine, but calling it from Java app results the following error message: ...
0
votes
0answers
23 views

“error while loading shared libraries: libopenal.so.1” while installing Drox Operative [duplicate]

I'm trying to install Drox Operative on a laptop I just converted to running Ubuntu, and I'm getting this error whenever I try to run the game: sudo ./DroxOperative./DroxOperative: error while ...
1
vote
0answers
82 views

Segmentation Fault on execution [closed]

I am getting this segmentation fault (core dumped) error on excecuting my c++ program on Centos. I am compiling my code using g++. Everything was executing fine for hours. Suddenly, on executing the ...
10
votes
6answers
832 views

What C library version does my system use?

How can I tell for sure what userland C library my system uses? Possible reasons to need this information include: There's a gigantic source package I am considering downloading which I'm sure will ...
0
votes
2answers
685 views

Error loading shared library libSDL-1.2

I've compile ToME 3 game but I can run it, I've got: tome3: error while loading shared libraries: libSDL-1.2.so.0: cannot open shared object file: No such file or directory I have installed ...