Questions tagged [ubuntu-10.10]

For issues relating to using Ubuntu, version 10.10.

Ubuntu is a desktop and server operating system based on Debian GNU/Linux. Note that http://askubuntu.com is specifically dedicated to Ubuntu questions.

188 questions
1
vote
2 answers

how to force linking on linux libgpod and rhythmbox

Ok, I've added some functionality to a linux library. However even after 'make install' the program I'm trying to confirm functionality is linking to the previous version. So 'make install' puts my libraries…
Gary
  • 2,241
  • 3
  • 19
  • 21
1
vote
1 answer

Cannot install Rails3 on fresh Ubuntu 10.10

Trying to install rails on a fresh copy of Ubuntu 10.10 and each time at gem install rails I get Error installing rails: mail requires i18n I'm using the rvm approach to the install if that helps. I've successfully got ruby 1.9.2 running and now…
Webjedi
  • 4,677
  • 7
  • 42
  • 59
1
vote
2 answers

Strange urllib2.urlopen() behavior on Ubuntu 10.10

I am experiencing strange behavior with urllib2.urlopen() on Ubuntu 10.10. The first request to a url goes fast but the second takes a long time to connect. I think between 5 and 10 seconds. On windows this just works normal? Does anybody have an…
Fino
  • 361
  • 1
  • 2
  • 11
1
vote
1 answer

fglrx doesn't run on old ubuntu

I currently have the version of ubuntu 10.10 (x86) and I don't want to change it. I compiled and installed the linux kernel (3.10.25) and gnu compilers (4.8) without problems. Because fglrx was not compatible with this version of linux kernel, I had…
1
vote
2 answers

Svn: error while loading shared libraries: libserf-1.so.0

I want to upgrade from svn 1.6 to 1.7 on my Ubuntu 10 I followed a few links over the internet to add some repositories such as https://askubuntu.com/questions/65468/where-can-i-find-a-subversion-1-7-binary and after trying some messy things, but I…
Abbas Gadhia
  • 14,532
  • 10
  • 61
  • 73
1
vote
2 answers

Error while installing Ruby 1.9.3 on Ubuntu 10.10, with rvm

I'm trying to install Ruby 1.9.3 to be able to install Rails 4.0. My RVM version is the latest stable. I've also tried apt-get -y update. rvm list known shows [ruby-]1.9.3[-p448] in the list Please advise :) rvm install 1.9.3-p448 Searching for…
Frexuz
  • 4,732
  • 2
  • 37
  • 54
1
vote
1 answer

Change YourKit Remote Profiler Temp Directory

Is it possible to change the directory that the YourKit remote profiler puts its jars in? We're experiencing this error message when attempting to start Tomcat on CloudFoundry (running Ubuntu 10.10) with the YourKit profiling agent: Cannot start:…
DeejUK
  • 12,891
  • 19
  • 89
  • 169
1
vote
0 answers

Apache2 Ubuntu 12.10 Only Default Virtual Host is recognized

I've ran into this problem before with other flavors of Linux and typically it's something dumb but I think I've ruled out all those possibilities. I an using multiple virtual hosts on apache2 Ubuntu 12.10. As per Ubuntu default…
mneil
  • 148
  • 7
1
vote
2 answers

libcurl - easy.h configuration prob

my php installation has got some problem while installing I am getting following error: configure: error: Please reinstall the libcurl distribution - easy.h should be in /include/curl/ which version of the libcurl should i use for php-5.2.8…
Chethan
  • 53
  • 1
  • 7
1
vote
1 answer

How to use PendingIntent on BroadcastReceiver

I am trying to set up a message application such that: First we set up a message on PreferenceConnector and we receive the message then BroadcastReceiver checks that the message contents are equal then I want to get a PendingIntent. try { …
acmsadik
  • 49
  • 6
1
vote
2 answers

Problems with Compiling C program on Ubuntu

I am using Ubuntu 10.10 as VM and am new to it. Until recently i could easily compile C programs from the terminal. However, as i try to compile them now it gives a message as: /usr/bin/ld: cannot find -lc collect2: ld returned 1 exit status I…
akaHuman
  • 1,332
  • 1
  • 14
  • 33
0
votes
1 answer

Unwanted software installed accidentally

On ubuntu 10.10 I accidentally added to repository two programs that had the goal to reproduce a bug.I didn't want to install them, so I kept them in repository and (didn't know how to remove them) when I was upgrading the repository using update…
Ramy Al Zuhouri
  • 21,580
  • 26
  • 105
  • 187
0
votes
1 answer

eclipse running deleted code

I am trying to debug a project I'm working on but whenever I try to step through the code I notice that eclipse is running code which is no longer there. It was doing this with commented code which was odd enough but to run code which is completely…
Bill.Caffery
  • 465
  • 1
  • 5
  • 21
0
votes
1 answer

About Amazon AWS EC2

I am new to deploy a rails3.1 app to the AWS platform(heroku only previously). However, I want to take the advantage of EC2 + S3 free-tier micro instance. I've heard that there's something called AMI and some other things like Capistrano etc. Can…
0
votes
2 answers

g++ compile error .h file

I'm trying to compile a .cpp file using g++ in Linux Ubuntu 10.10 and when i try to compile this code #include #include
Sean
  • 957
  • 2
  • 11
  • 15