audacious-media-player / audacious

A lightweight and versatile audio player
https://audacious-media-player.org
Other
871 stars 116 forks source link

Fails to properly install from source on CentOS 7.5 #963

Closed Audacious-Bot closed 6 months ago

Audacious-Bot commented 6 months ago

Author Name: Yao Mitachi Original Redmine Issue: https://redmine.audacious-media-player.org/issues/824 Original Date: 2018-08-29


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.

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: John Lindgren Original Date: 2018-08-30T03:29:44Z


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.

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: Yao Mitachi Original Date: 2018-08-30T20:50:52Z


That worked, thanks! I don't have any FFMPEG or AAC libraries, but I think I can do without those.

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: Yao Mitachi Original Date: 2018-08-30T22:12:32Z


Uh, huh... I don't think that's supposed to look like that.

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: John Lindgren Original Date: 2018-09-05T03:36:31Z


Yao Mitachi wrote:

That worked, thanks!

Okay, good. Closing.