The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
9 views

Shared Library SOVersion

I am developing a cross platform shared library right now, and I'm a bit confused about the correct way this works on *nix. My plan for versions is pretty standard, majors break interfaces, minors ...
0
votes
0answers
22 views

Running Firefox on Heroku, shared object file not found

I'm using a vendored binary and a forked version of a buildpack to install Xvfb + Firefox (latest x64 version) respectively in a Heroku app for testing using Splinter. Xvfb seems to work correctly, ...
2
votes
2answers
31 views

Is it possible to configure dynamic loader for an executable

I am looking for a way to allow an executable to find its shared library, but in order to avoid conflict with any package that could use a different version of the same shared library I prefer to keep ...
1
vote
1answer
41 views

Grub-customizer: error while loading shared libraries: libarchive.so.13: cannot open shared object file: No such file or directory

I wrote this question at stackoverflow and got recommended I prob would have a better shot here. So I'm trying to install grub customizer so I can make Windows the default OS to boot since I use that ...
2
votes
1answer
9 views

Is it possible to use multiple branch of the same library to make multiple sofware which require different version of this Library work?

Newbie question, I know, but I can't find any acceptable answer on the internet. I was wondering if it's possible to have multiple instances of a library in Linux. Example : Software A need the ...
1
vote
1answer
28 views

some shared libs in /usr/local/lib aren't found but they are in /usr/lib

I can successfully run an executable using a symlink'd shared library in /usr/lib like so - sudo ln -s /lib/i386-linux-gnu/libcrypto.so.0.9.8 /usr/lib/libcrypto.so.4 In the interest of making this ...
0
votes
0answers
16 views

Library / program deployment

What is the best way to deploy a self compiled library, which already exists as an older version in the official repository, to multiple CentOS 6.5 workstations? Use the upstream rpm specification ...
0
votes
1answer
54 views

How to make a portable Linux app?

I'd like to make a "portable" version of Emacs 24.3. I am using some Debian 7 systems, where I don't have root access. Since Debian 7 is missing Emacs 24, I'd like to build a portable version of it, ...
0
votes
0answers
164 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
286 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 ...
3
votes
1answer
47 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
42 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
127 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
1k 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
2k 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 ...