- downloaded latest stable source, unzipped it into a temporary subfolder VLCTemp of my Downloads folder;
- $ sudo apt-get build-dep vlc
- $ cd /path/to/VLCTemp
- $ ./configure --prefix=/usr/local/ (i.e. install VLC into "usr/local/" as recommended by the standard Linux guidelines)
- $ sudo make install
- deleted temporary folder VLCTemp.
Can anyone explain to me what in tarnation is going on???? VLC was explicitly (and emphatically) installed in /usr/local/, so why would I need the installation kit from the temporary folder in order to run it??
*"error while loading shared libraries: libvlc.so.5: cannot open shared object file: No such file or directory"