Questions tagged [ubuntu-9.04]

For issues relating to using Ubuntu, version 9.04.

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

61 questions
173
votes
11 answers

ubuntu /usr/bin/env: python: No such file or directory

I update the kernel, after that the Ubuntu doesn't work well, PS: I try to exec "meld" command, it will report that "/usr/bin/env: python: No such file or directory", then I exec "sudo apt-get install python" and get the result "python is already…
Hao
  • 1,801
  • 2
  • 13
  • 8
48
votes
9 answers

How to get F# working with Mono?

I can't seem to find a compiler/plugin for mono. Does one exist?
Kredns
  • 36,461
  • 52
  • 152
  • 203
44
votes
8 answers

Installing Ruby 1.9.1 on Ubuntu?

I wonder about installing the latest version of Ruby on Ubuntu 9.04. Now I can run through the ./configure and make stuff fine, but what I wonder about: how to avoid conflicts with the packaging system? For example if some other package I install…
Björn
  • 1,183
  • 2
  • 13
  • 18
34
votes
6 answers

/usr/bin/perl: bad interpreter: Text file busy

This is a new one for me: What does this error indicate? /usr/bin/perl: bad interpreter: Text file busy There were a couple of disk-intensive processes running at the time, but I've never seen that message before—in fact, this is the first time…
chris
  • 36,094
  • 53
  • 157
  • 237
21
votes
5 answers

Boost Installation

I have a question regarding the installation of the boost libraries. Is there a package that I can use the sudo apt-get install to install this package. I searched all of the questions in this forum and using the commands sudo apt-get install…
tpar44
  • 1,431
  • 4
  • 22
  • 35
20
votes
3 answers

How to use external makefile in Eclipse

I have a source code of an OpenSource project which I get from SVN. I was able to run autogen --> configure --> and make successfully (through the terminal). But I want to build the same project with Eclipse, and I can't port manually those source…
Morpheus
  • 1,722
  • 5
  • 27
  • 38
16
votes
2 answers

Domain name resolution not working in Java Applications on Ubuntu64 9.04 machine. All other software resolves DNS correctly

I have an number of Java applications installed on an Ubuntu64 9.04 PC, and none of them can resolve domain names (there are multiple JRE's too - some of them are IBM products). If I put the domain name in the hosts file with it's associated IP…
komma8.komma1
  • 1,250
  • 2
  • 14
  • 20
16
votes
7 answers

switch versions of python

Story: One of the app that i have works on python 2.4 and other on 2.6. I tried to do a sym link of python2.4 to python and things started to break loose on ubuntu jaunty. Now i am downloading every dependency of 2.4 and installing it using…
dhaval
  • 2,368
  • 9
  • 35
  • 60
15
votes
8 answers

Using Boost on ubuntu

I've heard a lot of good comments about Boost in the past and thought I would give it a try. So I downloaded all the required packages from the package manager in Ubuntu 9.04. Now I'm having trouble finding out how to actually use the darn…
Kredns
  • 36,461
  • 52
  • 152
  • 203
12
votes
7 answers

Feasibility of C# development with Mono

Recently, I came across Mono and MonoDevelop packages in Ubuntu linux. They claim to have a .NET runtime in accordance with CLI. Before installing the packages myself, I would like to know the following: How powerful is Mono? Can I develop GUI…
softwarematter
  • 28,015
  • 64
  • 169
  • 263
8
votes
9 answers

Permission denied running my own program on Linux?

I have Ubuntu 9.4. I've built the program, some basic OpenGL. The program just makes a rotating square. Then run it and: sh: /blabla permission denied. And an empty main doesn't work: int main() { return 0; } How can I make that disappear?
csiz
  • 4,742
  • 9
  • 33
  • 46
7
votes
5 answers

Ubuntu desktop development environment (GNU tools)

I am setting up a Linux development machine (Ubuntu 9.0.x). I want to know the best development environment for a C++ developer on Ubuntu - giving my background (see below). 5 years+ C++ 5 years Visual Studio Not much experience using GNU tools…
skyeagle
  • 6,925
  • 16
  • 56
  • 71
5
votes
4 answers

What the best setup latest Mono + MonoDevelop on Ubuntu 9.04?

I start using Ubuntu 9.04 on my laptop. What I really want is to be able to write my C# projects on Ubuntu, including unit testing. Could anyone guide me how to setup it?
Samnang
  • 5,536
  • 6
  • 35
  • 47
5
votes
4 answers

Cannot connect to MySQL with JDBC - Connection Timeout - Ubuntu 9.04

I am running Ubuntu and am ultimately trying to connect Tomcat to my MySQL database using JDBC. It has worked previously but after a reboot the instance now fails to connect. Both Tomcat 6 and MySQL 5.0.75 are on the same machine Connection…
gav
  • 29,022
  • 23
  • 65
  • 90
5
votes
3 answers

how can i associate/use PDT with eclipse in ubuntu?terr

I want to use PDT to debug PHP with eclipse. I am using ubuntu 9.04. Can any one help me? please give details if possible.
Sadat
  • 3,493
  • 2
  • 30
  • 45
1
2 3 4 5