Tagged Questions
2
votes
0answers
57 views
Using symbolic links and git to manage build versions
In general I follow the following workflow when I build any program (e.g. emacs, tmux, etc.)
/home/opt/[name of the program]/builds/[version]/
bin
lib
share
For example for a program like tmux I ...
1
vote
1answer
182 views
No version information available?
How can I fix this problem? What is libzypp.so.1106 and and libaugeas.so.0? Why is this error repeated so many times in libzypp.so.1106?
zypper: /usr/local/lib64/libxml2.so.2: no version information ...
0
votes
1answer
170 views
pattern to install dependencies in linux
Different OSes have different standard way of installing package dependencies; in OS X, all library dependencies are copied in the App folder.
Windows application developers have both options; they ...
0
votes
1answer
314 views
GUI not working in Ubuntu 11.04 after removing some packages
I accidentally removed i32-libs using the following command
sudo apt-get remove ia32-libs
Now the GUI is not working properly: when I login, it just shows me a small terminal on one side of ...
2
votes
1answer
382 views
Fedora 16 dependency hell
There's a package libvpx-0.9.7 which is required by empathy application. Now I want to install another application which requires libvpx-1.0... Update is not allowed because some applications depend ...
3
votes
1answer
394 views
libstdc++.so.3 => not found on CloudLinux, no SuperUser permissions, seemingly in chroot.
I am trying to install the Linux x64 BOINC command-line interface client on a CloudLinux machine with x86_64 Architecture.
When I try to run the executable I get an error:
./boinc: error while ...