shoutcast vs FreeBSD 8.0

by acc on December 21st, 2009
No notes
Syntax: No syntax
Show lines - Hide lines - Show in textbox - Download
root@prana ~ # uname -a
FreeBSD ***.** 8.0-RELEASE-p1 FreeBSD 8.0-RELEASE-p1 #0: Sat Dec 19 20:46:05 CET 2009     root@***.**:/o/tmp/objdir/usr/src/sys/CORE8  i386
root@prana ~ # /usr/local/etc/rc.d/shoutcast start
root@prana ~ # *******************************************************************************
** SHOUTcast Distributed Network Audio Server
** Copyright (C) 1998-2004 Nullsoft, Inc.  All Rights Reserved.
** Use "sc_serv filename.ini" to specify an ini file.
*******************************************************************************
Fatal error 'kse_create() failed
' at line 441 in file /usr/releng_5_4/src/lib/libpthread/thread/thr_kern.c (errno = 13)
 
root@prana ~ # ldd /usr/local/sbin/sc_serv
/usr/local/sbin/sc_serv:
        libpthread.so.1 => /usr/local/lib/compat/libpthread.so.1 (0x100bf000)
        libc.so.5 => /usr/local/lib/compat/libc.so.5 (0x100e3000)
 
 
 
======
 
 
root@prana ~ # cat /etc/libmap.conf
[/usr/local/sbin/sc_serv]
libpthread.so.1 libthr.so.1
 
root@prana ~ # /usr/local/etc/rc.d/shoutcast start
/libexec/ld-elf.so.1: /usr/local/lib/compat/libthr.so.1: version LIBTHREAD_1_0 required by /usr/local/sbin/sc_serv not defined
2 Comments
  1. I have the same problem. :/
    Have you solved it?

    If you have, how? :)

  2. Rakhym permalink

    Has earned linux port:
    /usr/ports/audio/linux-shoutcast

    /etc/rc.conf: linux_enable=”YES”
    # kldload linux

    cd /usr/ports/audio/shoutcast && make install clean

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS