After getting vlc-2.0.3tar.gz I extracted it and then tried the ./install
, but it gave me an error. Then i did ./configure
and got this..
configure: error: No package 'dbus-1' found.
Then tried this:
apt-get install dbus-1
But 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?
What do I do next?
sudo apt-get install vlc
in the terminal).If you want to build it, you need -dev versions of packages to provide the headers - probably libdbus-1-dev in this case.
– chronitis Aug 31 '12 at 13:28