ubuntu

rake: command not found

I'm trying to install rails on Ubuntu 9.10. gem list --local *** LOCAL GEMS *** actionmailer (2.3.4, 2.3.2) actionpack (2.3.4, 2.3.2) activerecord (2.3.4, 2.3.2) activeresource (2.3.4, 2.3.2) activesupport (2.3.4, 2.3.2) rack (1.0.1) rails (2.3.4, 2.3.2) rake (0.8.7) sqlite3-ruby (1.2.5) rake The program 'rake' is currently not insta...

Is it possible to access a MS Access database with PHP on a Linux Web Server?

Ideally it would be brilliant if I could upload an .mdb file to a linux webserver and query it using php. Is this possible? If so how? ...

Where can I find these libraries to install in Ubuntu 8.10?

Here is some information saying some libraries are needed to build OpenCV for programming: -- checking for module 'libunicap' -- package 'libunicap' not found -- checking for module 'libucil' -- package 'libucil' not found -- checking for module 'libv4l1' -- package 'libv4l1' not found I tried to look...

How to get Java API Javadocs to show up in Eclipse in Ubuntu

Hi... I'm here again with a docs question. At my university, when using Eclipse, when placing the cursor over a Java API method name (for example: .size() ), I get very nice documentation about it. Here at home I get Note: This element neither has attached source nor attached Javadoc and hence no information could be found. Any qu...

netbeans subversion authentication failed

Hello, Today i started getting a weird error, i couldnt access any subversion repo from my netbeans app. I keep getting authentication failed. I am using ubuntu 9.10 and netbeans 6.7.1. My credentials are ok, i can connect, update, commit using RapidSVN. thanks :) Later edit i am not behind a proxy didn't updated the working copy,...

Apache - Ubuntu desktop edition 9.04

Not Found The requested URL / was not found on this server. Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.2 with Suhosin-Patch Server at localhost Port 80 Am getting this error while am accessing http://localhost/ Apache,phpmyadmin and mysql running fine. Bugzilla3 also working fine Need some help to change the listening port for bugzi...

GTK+ Startup Notification Icon

In Gnome, whenever an application is started, the mouse cursor changes from normal to an activity indicator (a spinning wheel type thing on Ubuntu). Is there any way to inform Gnome (through some system call) when the application has finished launching so that the mouse cursor returns to normal without waiting for the usual timeout of 30...

Ubuntu: Configuring Xdebug (PHP) for Eclipse 3.2

Hi, I have installed Eclipse 3.2 in my ubuntu system. I have added the php plugin to eclipse by following steps Help > Software Updates > Find and Install.. > selected "Search for new features to install" and clicked "NEXT" > clicked "New Remote Site" > Gave name = "PHP" and url = "http://update.phpeclipse.net/update/nightly" > Cli...

Is it possible to make localhost work through a Virtual Machine?

I am using a Macbook running 10.6. I am using VMware Fusion to run an Ubuntu Server minimal virtual machine. Ubuntu Server is running your basic LAMP stack. I do my development in Mac OS. I have VMware share a directory from Mac OS to the Ubuntu Server. Ubuntu Server uses that directory for apache. I access my server is Mac OS in...

Access svn repository on windows from Ubuntu 9.10

Hello, I am new to Linux and I am trying to setup eclipse with subclipse plugin to access my svn repository which is hosted on a Windows server. Everything is installed fine. When I try to create a new repository location, I am not sure how to identify the location in sublipse. I have successfully mounted the windows share and I can b...

Can't connect to MySQL for .NET application deployed in Wine using Ubuntu

Below is the link http://stackoverflow.com/questions/1518946/how-to-insert-delete-select-update-values-in-datagridview-in-c-using-mysql which has the code to connect to a MySQL datbase from a Windows application. It works fine in Windows XP. So I have created a setup file and installed in Ubuntu using Wine. The issue is with the data ...

.htaccess mod_rewrite rule not working in Ubuntu

My apologies if this is an easy one. I have Googled it up the hizzy to no avail. I am running Ubuntu 9.04, Jaunty Jackelope and Apache2. After much trouble, I finally enabled mod_rewrite, and my .htaccess file is attempting to do it's thing, but is failing. This is my setup. In /etc/apache2/conf.d/ I have a file called apeace-public-ht...

Compiling a shared library with Qt on Ubuntu 9.10

I am new to both Qt and Linux C++ development (although I have many years C and C++ development experience on Windows). I have some legacy C projects (source files and headers - [not using Qt]) that I want to compile into shared libs on Linux. I am proposing to store my projects under the following structure: /home/username/Projects/p...

Having problems creating a new project in Zend Studio 7.0.2 (ubuntu 9.10)

Hi, I've just installed Zend Studio 7.0.2 on my Linux-Ubuntu 9.10 system. There were no problems during the installation but when I try to create a new project, the 'New Project' form hangs when I click the 'Finish' button. I can cancel the form but no project is created. I suspect it may be a permissions problem!? I have Zend Studio...

Dynamic shared library loading framework

I am working with a legacy C library that can be extended by writing user defined function(s) and then recompiling the source. I want to avoid the compilation requirement, and instead extend it ONCE with a function (see pseudocode below): This function will be implemented like this: VARIANT_TYPE CallSharedLibFunction(const char* librar...

How can I install Perl's DBI module on Ubuntu?

cant open perl script "Makefile.PL":No such file or directory. While installing perl-DBI im getting this error. kindly suggest some solution. ...

"g++" and "c++" compiler

Hi, I just found on my Ubuntu, there are two different C++ compiler: /usr/bin/g++ and /usr/bin/c++. I am not familiar with the latter, but man c++ just jumps to the manpage of gcc. I wonder what is their difference as C++ compilers? Thanks and regards! ...

How to pass "--external-locking" for mysqld in Ubuntu

Hi, I would like to start my mysql server with the --external-locking option. As mysqld is run by the /etc/init.d/mysql script ubuntu (karmic), I guess that's where I should set this "--external-locking" thing, just can't figure out where to put it(am far from expertise in shell scripting:). Could anyone please help me with that? Sett...

save Exceptions to file in python

Hello, I want to save all following Exceptions in a file. The reason why I need this is because the IDLE for python 3.1.1 in Ubuntu raises an Exception at calltipps, but close to fast, that it isn't readble. Also I need this for testing. The best, would be if I just call a function which saves all Exception to a file. Thank you! ;) // e...

Help setting up separate MySQL server for rails

Maybe I am over complicating this in my head but I just don't know what to do next... I have a slice configured with MySQL, Rails & Passenger. I am setting up a new slice to separate the front-end from the database. The current server will become the database server and the new front-end will connect to it. I am using Ubuntu 8.10 on b...