Hi all,
root@linux:/vls# ./bootstrap
+ set -e
+ LANG=C
+ export LANG
+ CYGWIN=binmode
+ export CYGWIN
+ amvers=no
+ automake-1.7 --version
+ automake-1.6 --version
+ automake --version
++ automake --version
++ sed -e '1s/[^0-9]*//' -e q
+ amvers=1.9.6
+ expr 1.9.6 '<' 1.6
+ amvers=
+ test '' = no
+ ltvers=no
+ glibtoolize --version
+ libtoolize --version
++ libtoolize --version
++ sed -e '1s/[^0-9]*//' -e q
+ ltvers=1.5.18
+ libtoolize=libtoolize
+ expr 1.5.18 '<' 1.4
+ test 1.5.18 = no
+ rm -f aclocal.m4 configure config.guess config.log config.sub config.cache config.h.in config.h compile ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh INSTALL
+ rm -Rf autom4te.cache
+ cd autotools
+ rm -f config.guess config.sub missing mkinstalldirs compile ltmain.sh depcomp install-sh
+ rm -f src/core/defs.h.in src/core/defs.h
+ aclocal
/usr/share/aclocal/vorbis.m4:9: warning: underquoted definition of XIPH_PATH_VORBIS
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/auto ... ng-aclocal
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
/usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK
/usr/share/aclocal/ogg.m4:8: warning: underquoted definition of XIPH_PATH_OGG
/usr/share/aclocal/netatalk.m4:9: warning: underquoted definition of AM_PATH_NETATALK
/usr/share/aclocal/libOggFLAC.m4:7: warning: underquoted definition of AM_PATH_LIBOGGFLAC
/usr/share/aclocal/libOggFLAC++.m4:8: warning: underquoted definition of AM_PATH_LIBOGGFLACPP
/usr/share/aclocal/libIDL.m4:6: warning: underquoted definition of AM_PATH_LIBIDL
/usr/share/aclocal/libFLAC.m4:7: warning: underquoted definition of AM_PATH_LIBFLAC
/usr/share/aclocal/libFLAC++.m4:8: warning: underquoted definition of AM_PATH_LIBFLACPP
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
/usr/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/share/aclocal/gnet-2.0.m4:8: warning: underquoted definition of AM_PATH_GNET_2_0
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/usr/share/aclocal/gimpprint.m4:8: warning: underquoted definition of AM_PATH_GIMPPRINT
/usr/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of AM_PATH_GDK_PIXBUF
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
/usr/share/aclocal/ac_find_motif.m4:21: warning: underquoted definition of AC_FIND_MOTIF
/usr/share/aclocal/ac_find_motif.m4:223: warning: underquoted definition of AC_FIND_LIBXP
/usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB
/usr/share/aclocal/ORBit.m4:4: warning: underquoted definition of AM_PATH_ORBIT
+ libtoolize --copy --force
Putting files in AC_CONFIG_AUX_DIR, `autotools'.
+ test -f ltmain.sh
+ rm -f autotools/ltmain.sh.bak
+ sed -e /build_old_libs=yes/q
+ echo build_libtool_libs=no
+ sed -e 1,/build_old_libs=yes/d
+ rm -f autotools/ltmain.sh
+ mv autotools/ltmain.sh.bak autotools/ltmain.sh
+ expr 1.5.18 '<' 1.5
+ expr 1.5.18 '<' 1.6
+ rm -f autotools/ltmain.sh.bak
+ sed -e 's,/.# ### BEGIN,/^build_libtool_libs/d'\'' -e '\''/^build_old_libs/d'\'' -e '\''/^prefer_static_libs/d'\'' -e '\''&,'
+ rm -f autotools/ltmain.sh
+ mv autotools/ltmain.sh.bak autotools/ltmain.sh
+ autoconf
+ autoheader
+ automake --add-missing --copy
configure.ac: installing `autotools/install-sh'
configure.ac: installing `autotools/missing'
Makefile.am: installing `./INSTALL'
src/Makefile.am: installing `autotools/depcomp'
root@linux:/vls#./configure --enable-debug
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/ginstall -c
.......
config.status: executing depfiles commands
global configuration
--------------------
system : linux-gnu
architecture : i686
debug : 0
profiling : 0
vls configuration
-----------------
vls version : 0.5.5-cvs
debug mode : 0
system logging : 1
daemon mode : 1
built-in modules : filechannel netchannel filereader ts2ts ps2ts localinput videoinput dummyinterface telnetinterface nativeinterface unixinterface normaltrickplay tcpinput tcpreader
plug-in modules : pvrreader dvdreader
root@linux:/vls# cat vls.cfg
BEGIN "global"
logfile = "vls.log"
screenlog = "enable"
systemlog = "enable"
END
BEGIN "groups"
master = "cd|ls|help|browse|start|broadcast_resume|broadcast_suspend|broadcast_stop|shutdown|logout|config|program|input|channel|show|broadcast_ls|broadcast_add|broadcast_del|channel_add|broadcast_start|channel_add|channel_del"
monitor = "help|browse|logout"
END
BEGIN "users"
bozo = "JKg2TpPerilnw:master"
monitor = "JKg2TpPerilnw:monitor"
END
BEGIN "inputs"
local1 = "local"
END
BEGIN "interfaces"
telnet = "telnet"
END
BEGIN "telnet"
localport = "9999"
use = "true"
END
BEGIN "Local1"
ProgramCount = "2"
TrickPlay = "normal"
END
BEGIN "1"
filename = "/1.mpg"
name = "aa"
type = "mpeg2-ps"
END
BEGIN "2"
filename = "/1.vob"
name = "ab"
type = "mpeg2-ps"
END
BEGIN "channels"
lan = "network"
lan2 = "network"
localhost = "network"
END
BEGIN "localhost"
DstHost = "127.0.0.1"
DstPort = "1234"
END
BEGIN "lan"
Domain = "Inet4"
DstHost = "192.168.0.255"
DstPort = "1234"
Type = "broadcast"
END
BEGIN "lan2"
Domain = "Inet4"
DstHost = "192.168.0.255"
DstPort = "1235"
Type = "broadcast"
END
BEGIN "launchonstartup"
command1 = "start aa lan local1 --loop"
END
root@linux:/vls# vls -vvv
VideoLAN Server 0.5.5-cvs (Aug 11 2005) - (c) 1999-2003 VideoLAN
2005-08-12 12:47:58 [INFO/Vls] Module "channel:file" registered
2005-08-12 12:47:58 [INFO/Vls] Module "channel:network" registered
2005-08-12 12:47:58 [INFO/Vls] Module "mpegreader:file" registered
2005-08-12 12:47:58 [INFO/Vls] Module "mpegconverter:ts2ts" registered
2005-08-12 12:47:58 [INFO/Vls] Module "mpegconverter:ps2ts" registered
2005-08-12 12:47:58 [INFO/Vls] Module "input:local" registered
2005-08-12 12:47:58 [INFO/Vls] Module "input:video" registered
2005-08-12 12:47:58 [INFO/Vls] Module "interface:dummy" registered
2005-08-12 12:47:58 [INFO/Vls] Module "interface:telnet" registered
2005-08-12 12:47:58 [INFO/Vls] Module "interface:native" registered
2005-08-12 12:47:58 [INFO/Vls] Module "interface:unix" registered
2005-08-12 12:47:58 [INFO/Vls] Module "trickplay:normal" registered
2005-08-12 12:47:58 [INFO/Vls] Module "input:tcp" registered
2005-08-12 12:47:58 [INFO/Vls] Module "mpegreader:tcp" registered
2005-08-12 12:47:58 [INFO/Vls] Browsing modules in directory "./src/modules"
.............
2005-08-12 12:47:58 [INFO/Vls] Browsing modules in directory "./src/modules/dvbinput/.svn/wcprops"
2005-08-12 12:47:58 [INFO/Vls] Browsing modules in directory "./src/modules/dvbinput/.deps"
2005-08-12 12:47:58 [INFO/Vls] Browsing modules in directory "./modules"
2005-08-12 12:47:58 [WARN/Vls] Unable to browse directory "./modules" : Error: Could not open directory './modules': No such file or directory
2005-08-12 12:47:58 [INFO/Vls] Browsing modules in directory "/usr/local/lib/vls"
2005-08-12 12:47:58 [ERROR/Vls] Module "mpegreader:dvd" already registered
2005-08-12 12:47:58 [ERROR/Vls] Module "mpegreader:pvr" already registered
2005-08-12 12:47:58 [INFO/Vls] Channel 'localhost' created
2005-08-12 12:47:58 [INFO/Vls] Channel 'lan2' created
2005-08-12 12:47:58 [INFO/Vls] Channel 'lan' created
2005-08-12 12:47:58 [INFO/Vls] Starting input 'local1'
2005-08-12 12:47:58 [INFO/local1] Added program 'aa'
2005-08-12 12:47:58 [INFO/local1] Added program 'ab'
2005-08-12 12:47:58 [INFO/Vls] Input 'local1' sucessfully initialised
2005-08-12 12:47:58 [INFO/Vls] New admin group "master" is ok
2005-08-12 12:47:58 [INFO/Vls] New admin group "monitor" is ok
2005-08-12 12:47:58 [INFO/Vls] New admin user "bozo" is ok
2005-08-12 12:47:58 [INFO/Vls] New admin user "monitor" is ok
2005-08-12 12:47:58 [INFO/Vls] Starting interface 'telnet'
2005-08-12 12:47:58 [INFO/Vls] telnet server initialised
2005-08-12 12:47:58 [INFO/Vls] Interface 'telnet' sucessfully initialised
2005-08-12 12:47:58 [INFO/Vls] Executing command1 : 'start aa lan local1 --loop'
New Pid assigned: 80
Video: 0x80 , 128
PMT Add, PID : 0x80 , Type : 0x2
updating PCR_PID to value 128 (current pid = 0)
New Pid assigned: 81
Audio: 0x81 , 129
PMT Add, PID : 0x81 , Type : 0x4
2005-08-12 12:47:58 [ERROR/local1] Unable to start program aa
2005-08-12 12:47:58 [ERROR/local1] Error: unable to start streaming of program aa
Error: Unable to create thread
Error: Unable to init streamer
Error: Net4Output initialisation failed
Error: Unknown host:
2005-08-12 12:47:58 [WARN/Vls] Received SIGSEGV: Segmentation Violation, exiting...
Killed
root@linux:/vls#uname -a
linux 2.6.12.2 GNU/Linux
root@linux:/vls#
someone pls help me check whats the problem is....
i am using Slackware 9