WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: xmms not starting - lib not found  (Read 1669 times)

Offline wdef

  • Jr. Member
  • **
  • Posts: 59
xmms not starting - lib not found
« on: January 10, 2010, 02:29:46 PM »
xmms-1.2.11.tcz is not starting for me.  Seems it cannot find libxmms.so.1

Code: [Select]
#  ldd /usr/local/bin/xmms-bin
<snip>
libxmms.so.1 => not found
</snip>

Fixed by doing:
Code: [Select]
# ln -s /usr/local/lib/libxmms.so /usr/lib/libxmms.so.1





Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: xmms not starting - lib not found
« Reply #1 on: January 10, 2010, 04:59:57 PM »
libxmms.so.1 is in the extension and my install works fine.  Are you using copy to filesystem mode, or are there any other things that may cause that symlink to either be deleted or not installed?