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
224
votes
10 answers

Missing include "bits/c++config.h" when cross compiling 64 bit program on 32 bit in Ubuntu

I am running the 32bit version of Ubuntu 10.10 and trying to cross compile to a 64 bit target. Based on my research, I have installed the g++-multilib package. The program is a very simple hello world: #include int main( int argc, char**…
Jesse Vogt
  • 16,229
  • 16
  • 59
  • 72
79
votes
9 answers

no module named zlib

First, please bear with me. I have hard time telling others my problem and this is a long thread... I am using pythonbrew to run multiple versions of python in Ubuntu 10.10. For installing pythonbrew and how it works, please refers to this link…
CppLearner
  • 16,273
  • 32
  • 108
  • 163
60
votes
13 answers

PHP errors NOT being displayed in the browser [Ubuntu 10.10]

I'm new to PHP and the whole LAMP stack but I've managed to get it up and running on my Ubuntu 10.10 system. Everything seems to be working with the exception of error reposting in the browser which I just can't seem to get working (and which I…
raven-king
  • 1,550
  • 2
  • 18
  • 40
47
votes
6 answers

pcap.h header file problem

anyone know how to fix the problem regarding header file in ubuntu 10.10. I am executing a sniffing program which makes use of this header file. My system shows libcap package is installed. Still, on compiling the code, an error is coming which…
nwprogrammer
  • 471
  • 1
  • 4
  • 3
27
votes
5 answers

gvim: Easy copying into system clipboard

I am using gVim on Ubuntu 10.10. I want to copy (yank) text to the system clipboard, so that the copied text is available in other applications. This works with "+y. But I want to have it working with y. I have tried to map y to "+y but then yy…
Georg Jähnig
  • 779
  • 1
  • 8
  • 19
24
votes
9 answers

How do I run Google Chrome as root?

I have installed Google Chrome in Ubuntu 10.10. When I try to use in normal user, it is working fine. Now if I want to use as a root it gives the following error: Google Chrome does not run as root Also when I tried the following command in…
Rashmi
  • 551
  • 2
  • 4
  • 17
23
votes
3 answers

416 Requested Range Not Satisfiable

Context: I am using a software package called Social Engine. It is extremely buggy. Anyway, I asked (paid even) the Social Engine people to do an upgrade and when they finally did so, I logged into the site and noticed that the styles were all…
Lynn
  • 559
  • 1
  • 6
  • 22
21
votes
4 answers

Rails Passenger problem with Apache2

I'm trying to setup a ruby on rails server on ubuntu10.10 with apache2 and mod_rails (Phusion Passenger). I already installed ruby 1.9.2-p0 and rails 3.0.8 and installed Passenger with the passenger-install-apache2-module and the passenger gem…
Andre Schweighofer
  • 2,759
  • 1
  • 26
  • 25
19
votes
4 answers

Why does my Eclipse crash all the time?

Somehow stupid question, I have to admit - hope it won't cost me too many points. To make it clear: I would also be happy if you can help me find the reason for the crashes. I wouldn't expect a precise answer. However, I don't see why my Eclipse is…
speendo
  • 13,045
  • 22
  • 71
  • 107
17
votes
1 answer

installation of libevent development libraries in ubuntu

I am using ubuntu 10.10 trying to install libevent development libraries libevent1 and libevent2. I used the below command- apt-get install libevent-dev libevent1-dev But it shows- Reading package lists... Done Building dependency tree Reading…
saz
  • 955
  • 5
  • 15
  • 26
16
votes
4 answers

Issues installing PostGIS

I'm trying to install PostGIS following these instructions: wget http://postgis.refractions.net/download/postgis-1.5.2.tar.gz tar zxvf postgis-1.5.2.tar.gz && cd postgis-1.5.2/ sudo ./configure && make && sudo checkinstall --pkgname postgis-1.5.2…
avatar
  • 12,087
  • 17
  • 66
  • 82
11
votes
1 answer

httperf gives warning open file descriptor on ubuntu 12.04 but not in Ubuntu 10.04

I have been running load tests using httperf for a few weeks and getting this error - httperf: warning: open file limit > FD_SETSIZE; limiting max. # of open files to FD_SETSIZE when I fire query from OS - Ubuntu 12.04 LTS (64 bit machine). But…
Coder
  • 1,415
  • 2
  • 23
  • 49
10
votes
5 answers

ImportError: No module named bottle

$ sudo pip install bottle Downloading/unpacking bottle Downloading bottle-0.10.7.tar.gz (55Kb): 55Kb downloaded Running setup.py egg_info for package bottle Installing collected packages: bottle Found existing installation: bottle 0.10.7 …
strangeman
  • 519
  • 1
  • 5
  • 19
10
votes
6 answers

Debugging in Eclipse with real Android phone on Ubuntu 10.10

I can't get adb to recognising my HTC Desire on my new upgrade of Ubuntu 10.10 Maverick Meerkat. adb devices shows List of devices attached ???????????? no permissions Now, there are plenty of tutorials for changing rule files under…
Rokey Ge
  • 681
  • 8
  • 18
9
votes
2 answers

How do I install SQlite3 for Ruby on Rails while using RVM

I am new to programming and Ruby on Rails. Setting up my dev environment has been hell. My present issue is installing Sqlite 3. When I do $ bundle install I get Fetching source index for http://rubygems.org/ Using rake (0.8.7) Using abstract…
OoTheNigerian
  • 93
  • 1
  • 8
1
2 3
12 13