Tagged Questions
0
votes
1answer
16 views
aptitude dependency resolution issue when trying to install build-deps for openjdk-6
I am running into some kind of rather serious issue with resolving the dependencies if I try to install the build-deps for openjdk-6, as specified in the directions for compiling custom OpenJDK ...
1
vote
1answer
67 views
install open icon library in ubuntu 10.04
I download open icon library from http://openiconlibrary.sourceforge.net/ so, how can i install it in ubuntu 10.04??
1
vote
1answer
26 views
How to install libquadmath0 in 10.04?
To compile a package I need to install libquadmath0 under gcc4.4 10.04 LTS.
I have not found any source. Any help?
0
votes
0answers
128 views
unmet dependencies in installing other softwares [duplicate]
Possible Duplicate:
How do I resolve unmet dependencies?
I am not able to install any other software or packages. This is because it says my package system is broken. I came to know that ...
0
votes
0answers
517 views
Unmet dependencies while installing imagemagick on Ubuntu 10.04 [duplicate]
Possible Duplicate:
How do I resolve unmet dependencies?
I was trying to install imagemagic on 10.04
$ sudo apt-get -f install imagemagick
Go the below error
Reading package lists... ...
2
votes
2answers
11k views
How to get GLIBCXX_3.4.14?
I am trying to use synergy and when I run synergyc or synergys it shows the error:
synergys: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found
(required by synergys)
I don't have ...
2
votes
1answer
3k views
Why is /usr/lib/libGL.so.1 always linked to libGL.mesa.so?
I use the nvidia binary drivers and therefore need those libGL* links in /usr/lib to point to /usr/lib/nvidia-current. But Ubuntu insists on pointing libGL.so.1 (not libGL.so) to libGL.mesa.so ...