Support #824
Fails to properly install from source on CentOS 7.5
0%
Description
I didn't notice any errors during the configure/install process, but when I went to try to install audacious-plugins: "Cannot find Audacious 3.10". Audacious itself fails to launch with this error:
audacious: error while loading shared libraries: libaudcore.so.5: cannot open shared object
I've attached the terminal output from my attempt to configure and install audacious and audacious-plugins.
History
#1 Updated by John Lindgren about 6 years ago
The first issue you will need to solve is this: "checking for AUDACIOUS... no". The log claims to have installed audacious.pc, but pkg-config on your system isn't able to find it. It's probably in /usr/local/lib/pkgconfig -- if so, try setting PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
, then reconfigure and rebuild audacious-plugins.
Note that you need to configure both audacious and audacious-plugins with --enable-qt if you want to use the Qt interface.
The second issue ("libaudcore.so.5: cannot open shared object file") is probably also path-related. The log claims to have installed libaudcore.so. Try to find that file, and determine if it is in the system's shared library path. It's probably in /usr/local/lib or some similar path -- if so, try setting LD_LIBRARY_PATH=/usr/local/lib
before you run audacious.
#2 Updated by Yao Mitachi about 6 years ago
That worked, thanks! I don't have any FFMPEG or AAC libraries, but I think I can do without those.
#3 Updated by Yao Mitachi about 6 years ago
Uh, huh... I don't think that's supposed to look like that.
#4 Updated by John Lindgren about 6 years ago
- Status changed from New to Closed
Yao Mitachi wrote:
That worked, thanks!
Okay, good. Closing.