Results 1 to 4 of 4
Hi all!!!
I used the following command:
cd <to the vlc-1.0.1 directory>
./configure
It gave the following error:
E: Couldn't find package libdbus-dev
Then I tried :
apt-get install libdbus-dev
...
- 08-15-2009 #1
Trouble installing vlc-1.0.1
Hi all!!!
I used the following command:
cd <to the vlc-1.0.1 directory>
./configure
It gave the following error:
E: Couldn't find package libdbus-dev
Then I tried :
apt-get install libdbus-dev
I got this:
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
please help me out!
N.B.- I logged in as a normal user and then sudo su.
- 08-15-2009 #2This means you have another instance of your package manager running. Possibly the updater in the background, or if you have synaptic open. Sometimes, if your package manager is interrupted in the middle of something, the lock is not removed properly as well, and you can remove it manually.E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
- 08-16-2009 #3
Thanks.....my package manager was actually open. But even after keying the commands with the package manager closed, the problem persists. The check process begins after typing ./configure and it shows a 'no' against the libraries zlib,HAL,MTP and DBUS.
apt-get install doesn't help.
- 08-16-2009 #4
You're not able to find the dependencies to install or apt-get continues to have issues with the lock?
The easiest way to get the latest VLC installed is to use a binary package. Look here for more: VLC media player for Ubuntu Linux


Reply With Quote