Ubuntu: issues installing VLC from source code
Posted: 01 Oct 2022 00:19
The SNAP-ed version doesn't do it for me, and installing using apt installs a crippled VLC version (see https://forum.videolan.org/viewtopic.php?f=13&t=160838). My only chance was to do an install from source code. For the most part that went well, except one major problem. Here's my installation process:
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"
- 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"