Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Cannot use config file (no XML support).

 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Source Clients
View previous topic :: View next topic  
Author Message
Anonymous
Guest





PostPosted: Tue Oct 30, 2007 1:48 pm    Post subject: Cannot use config file (no XML support). Reply with quote

sry for my bad english...

I get this error message

"Can not use config file (no XML support)."

If I ices0.4 want to start ..

Have all xml packages installed.

OS: Debian.
Startparameter:

"root@h1181015:/home/free# ices -c ices.xml
Cannot use config file (no XML support).
Ices Exiting...
root@h1181015:/home/free#"


Plz help me

mfg frEe
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Tue Oct 30, 2007 9:19 pm    Post subject: Reply with quote

If ices was built without libxml2 support then this would be the error you get. You'll be missing the devel package for libxml2. Try running xml2-config

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Tue Oct 30, 2007 11:08 pm    Post subject: Reply with quote

this is my xml2-config

Code:
#! /bin/sh

prefix=/usr
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib

usage()
{
    cat <<EOF
Usage: xml2-config [OPTION]

Known values for OPTION are:

  --prefix=DIR      change libxml prefix [default $prefix]
  --exec-prefix=DIR   change libxml exec prefix [default $exec_prefix]
  --libs      print library linking information
  --libtool-libs        print linking information for use with libtool
  --cflags      print pre-processor and compiler flags
  --help      display this help and exit
  --version      output version information
EOF

    exit $1
}

if test $# -eq 0; then
    usage 1
fi

cflags=false
libs=false

while test $# -gt 0; do
    case "$1" in
    -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
    *) optarg= ;;
    esac

    case "$1" in
    --prefix=*)
   prefix=$optarg
   includedir=$prefix/include
   libdir=$prefix/lib
   ;;

    --prefix)
   echo $prefix
   ;;

    --exec-prefix=*)
      exec_prefix=$optarg
      libdir=$exec_prefix/lib
      ;;

    --exec-prefix)
      echo $exec_prefix
      ;;

    --version)
   echo 2.6.16
   exit 0
   ;;

    --help)
   usage 0
   ;;

    --cflags)
          echo -I${includedir}/libxml2
          ;;

    --libtool-libs)
   echo ${libdir}/libxml2.la
        ;;

    --libs)
        if [ "`uname`" = "Linux" ]
   then
       if [ "-L${libdir}" = "-L/usr/lib64" ]
       then
      echo -lxml2 -lz -lpthread  -lm 
       else
      echo -L${libdir} -lxml2 -lz -lpthread  -lm 
       fi
   else
       echo -L${libdir} -lxml2 -lz -lpthread  -lm 
   fi
          ;;

    *)
   usage
   exit 1
   ;;
    esac
    shift
done

exit 0
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Tue Oct 30, 2007 11:52 pm    Post subject: Reply with quote

When you built ices, it could not find your libxml2 installation, so do the build again and look for why it fails with the xml handling.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Wed Oct 31, 2007 9:37 am    Post subject: Reply with quote

You have an idea as I do with it?
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Wed Oct 31, 2007 2:33 pm    Post subject: Reply with quote

The configure is the thing that checks your system, that is failing to find your libxml2 installation. Look at config.log for details.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Source Clients All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
subRebel style by ktauber